cryptoauth-openssl-engine icon indicating copy to clipboard operation
cryptoauth-openssl-engine copied to clipboard

DEPRECATED: Use https://github.com/MicrochipTech/cryptoauthlib/wiki/PKCS11-Linux-Setup

Results 23 cryptoauth-openssl-engine issues
Sort by recently updated
recently updated
newest added

Configuration can be complex so a defined API needs to be implemented to handle these complexities at run time rather than compile time for some systems.

enhancement

I was able to try out that the verifying part of the ecdsa_sign is working but the sign_setup and sign part didn't get in ![image](https://cloud.githubusercontent.com/assets/12265214/23747507/e2235e22-04fa-11e7-9ed5-13f6cd2b3609.png) ![image](https://cloud.githubusercontent.com/assets/12265214/23747463/acdf55a4-04fa-11e7-8c9f-54385ddeb884.png) Can you give a...

help wanted

ssl3_send_client_key_exchange seem to not use ecc508 when generating new ECDH key pair. Currently, it uses EC_KEY_generate_key (openssl default) but I think, it have to be replaced by ECDH_generate_key() same as...

bug