The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Crypt-HSM

0.009     2023-05-03 17:41:36+02:00 Europe/Amsterdam
          - Add Slot class
          - Add Mechanism class
          - Add provider and slot methods to Session
          - Rename sha-1 keys to sha1

0.008     2023-04-20 17:13:35+02:00 Europe/Amsterdam
          - Deal with compilers insisting on naming unused arguments

0.007     2023-04-19 16:32:09+02:00 Europe/Amsterdam
          - Add streaming interfaces

0.006     2023-04-09 12:16:50+02:00 Europe/Amsterdam
          - Further improve refcounting on compilers without atomics
          - Stricten up pointer usage

0.005     2023-04-05 23:20:57+02:00 Europe/Amsterdam
          - Make refcounting implementation compilers without atomics
          - Make verify throw exceptions on error
          - Move MIN definition up to fix compilation issues
          - Explicitly ask ppport.h for mg_findext

0.004     2023-03-31 17:38:21+02:00 Europe/Amsterdam
          - Fix various compilation issues

0.003     2023-03-30 16:55:10+02:00 Europe/Amsterdam
          - Add refcounting to provider
          - Store provider object in magic for thread safety.

0.002     2023-03-29 13:45:36+02:00 Europe/Amsterdam
          - Add mechanism arguments to cryptographic methods
          - Make softhsm test a user test, only run if $HSM_PIN is set

0.001     2023-03-28 15:17:26+02:00 Europe/Amsterdam
          Initial release to an unsuspecting world