IABSD.fr/ports/security/p5-Crypt-OpenSSL-DSA

Branch :


Log

Author Commit Date CI Message
af31309b 2023-03-14 06:56:22 p5-Crypt-OpenSSL-DSA: don't set dummy public key to 0 When the Richards added setters for DSA parameters to OpenSSL 1.1, they added a check that disallows setting a private key without a corresponding public key. This was incompatible with existing API surface of the Perl bindings, so they added a hack. This hack no longer works since we added a check to the DSA signing operation. Set the public key to 2 instead, which is good enough to pass the new checks. This workaround will have to be revisited soon, but it is good enough for now. Discussed at length with beck, bluhm, jsing reported by and ok bluhm (maintainer)
8c0294c2 2022-03-11 19:53:16 drop RCS Ids
9b90ebc2 2021-04-28 19:45:32 bugfix update to p5-Crypt-OpenSSL-DSA-0.20
95d31a4b 2020-07-03 21:44:29 bump for search.cpan.org->metacpan.org change
48b0b966 2019-07-12 20:48:23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
982c6dae 2018-02-20 20:33:11 more libressl fixes
83c6f820 2018-02-18 20:24:16 fix aain, now that we have DSA_set0_key()
3e7979d6 2018-02-18 14:02:43 fix: DSA_get0_pqg, DSA_set0_pqg, DSA_get0_key
d0ff3ea0 2017-03-28 11:02:47 Update to p5-Crypt-OpenSSL-DSA-0.19.
2ac20bd4 2016-11-19 14:38:14 update to p5-Crypt-OpenSSL-DSA-0.18 patch for OPENSSL_VERSION_NUMBER libressl issue (accessor functions)