Revision history for Crypt::RSA::Blind

1.035 Jun 11 2025
    * Update pod documentation

1.031 Jun 9 2025
    * Put version numbers inside quotes in Makefile.PL

1.030 Jun 9 2025
    * Remove ssa_ prefix from method names
    * Update pod documentation

1.029 Jun 8 2025
    * Include length argument in all i2osp calls
    * Catch and warn about exceptions in tests

1.027 Jun 7 2025
    * Add more tests
    * Change ::PubKey and ::SecKey classes to packages

1.026 Jun 5 2025
    * Remove calls to Crypt::RSA::Primitives functions

1.025 Jun 4 2025
    * Require minimum version 5.26 of perl

1.024 Jun 3 2025
    * Require minimum version 5.20 of perl

1.023 Jun 3 2025
    * Remove Filter::Crypto encryption
    * Require minimum version 1.57 of Crypt::Random

1.021 Jun 2 2025
    * Add compatibility mode for old API
    * Use Feature::Compat::Class
    * Use Filter::Crypto to protect source from LLM plagiarism
    * Change RSABSSA-PSS methods to expect named arguments in a hashref
    * Change named argument for sign() from Plaintext to Message
    * Prefix all read accessors with 'get_'
    * Update pod documentation

1.012 Jun 16 2024
    * Add RSABSSA-PSS support (RFC 9474)

1.010 Oct 27 2018
    * Change license to OAL 2.0

1.009 Jun 10 2017
    * First release