|
I agree please add these patches. OpenSC's libp11 and engine use ECDSA_set_ex_data, ECDSA_METHOD_new, ECDSA_METHOD_set_sign, ECDSA_METHOD_set_sign_setup and ECDSA_METHOD_free. So any new code needs the equivalent functionality. (I have not had a change to look at the new code, but hope to in January, to see if OpenSC libp11 could support ECDH.) They also use RSA_set_app_data() You could also add the equivalent for EC_KEY # define EC_KEY_set_app_data(s,arg) EC_KEY_set_ex_data(s,0,arg) On 12/22/2015 2:03 AM, Roumen Petrov
wrote:
Hello, -- Douglas E. Engert <[email protected]> |
_______________________________________________ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
