Re: [openssl-users] Automatically populating X509_STORE object cache from directory

2017-11-13 Thread Jakob Bohm
On 13/11/2017 14:53, Steven Logan via openssl-users wrote: Hi, We have an embedded device which will be loaded with a public key for validating data signatures. We identify this key by means of its SHA-1 fingerprint; to do this we have implemented a custom X509_LOOKUP_METHOD. The lookup,

[openssl-users] Automatically populating X509_STORE object cache from directory

2017-11-13 Thread Steven Logan via openssl-users
Hi, We have an embedded device which will be loaded with a public key for validating data signatures. We identify this key by means of its SHA-1 fingerprint; to do this we have implemented a custom X509_LOOKUP_METHOD. The lookup, performed via X509_LOOKUP_by_fingerprint works great, that is