Edit

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

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2023-07-14 09:37:05
    Hash : dc2e15f9
    Message : 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.