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

There are quite a few broken links spread across README.md files. For example, https://github.com/MicrochipTech/cryptoauth-openssl-engine/tree/master/cryptoauthlib/lib/openssl points to wiki entries on AtmelCSO that don't exist there or on wiki for this project....

This fixes a few issues with the Markdown to get it to render better on Github.

Hi there, I am finding so many troubles and a bit lack of documentation about the steps that are necessary to follow in order to build, install and use the...

What is the specification necessary for me to create a template for my company "Honeywell, Inc, etc", needed for the following byte array which was used in the example in...

Hello, I've build the engine with a yoto build system and using it with openssl 1.0.2j I tried different commands and every time i've got this error: openssl: pthread_mutex_lock.c:352: __pthread_mutex_lock_full:...

question

workspace/cryptoauth-openssl-engine/cryptoauthlib/lib/openssl/eccx08_eckey_meth.c:899:24: error: ‘eccx08_ecdsa’ undeclared (first use in this function) EC_METHOD_set_name(eccx08_ecdsa, "ATECCX08 METHODS"); Fixed by adding this to eccx08_eckey_meth.c extern ECDSA_METHOD * eccx08_ecdsa;

bug

Building the engine against openssl-1.0.2n (or 1.0.2m) generates errors. Latest commit in evp.h on 1.0.2 branch seems to be the culprit - https://github.com/openssl/openssl/commits/OpenSSL_1_0_2-stable/crypto/evp/evp.h ``` /home/debian/cryptoauth-openssl-engine-github/cryptoauthlib/lib/openssl/eccx08_eckey_meth.c:815:13: error: static declaration of ‘EVP_PKEY_meth_get_init’...

enhancement

Release 2 does not have ECDH support yet so this is a work item: * Mirror the work done for ECDSA, PKEY, and Certificates use the public API to properly...

enhancement

Instead of committing the code for cryptoauthlib (which is essentially a fork), remove the committed code and include the cryptoauthlib project as a git submodule. Now that cryptoauthlib has been...

backlog

I have stored a private key in the crypto chip and I want to extract or generate a public key. The `run_extract_certs.sh` seems not working for me. I get `ATECCX08:...