Revision history for Crypt::RSA::Blind

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