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

Branch :


Log

Author Commit Date CI Message
dc2e15f9 2023-07-14 09:37:05 p5-Crypt-OpenSSL-ECDSA: prepare for upcoming libcrypto bump ECDSA_METHOD will soon be removed, so don't enable it for libressl. Route ECDSA_do_sign_ex() through ECDSA_do_sign(). The former is useless since ECDSA_sign_setup() is not exposed by the bindings.
8c0294c2 2022-03-11 19:53:16 drop RCS Ids
d9dd6412 2021-05-31 14:09:21 update p5-Crypt-OpenSSL-ECDSA to 0.10
95d31a4b 2020-07-03 21:44:29 bump for search.cpan.org->metacpan.org change
48579260 2019-07-12 21:02:12 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
e57a99cc 2017-05-24 18:35:14 import p5-Crypt-OpenSSL-ECDSA 0.08 from Nils Frohberg; OK sthen@ Comment: ECDSA encoding and decoding using OpenSSL Description: Crypt::OpenSSL::ECDSA is a perl module that provides an interface to the ECDSA (Elliptic Curve Digital Signature Algorithm) functions in OpenSSL.