Hello,
I would like to utilize the ENGINE_load_ssl_client_cert() function to load a
certificate from my smart card. I have successfully loaded the engine and have
also tried to play around with the ENGINE_load_private_key() function. It
worked successfully and I was able to get the private key i
Hi there,
I have a concern regarding the private keys we use in the https (say
apache) server.
The https server links with openssl.so file, and uses the APIs provided by
it.
If some one build their own openssl and add few lines to print the keys
during encrypt and decrypt and put in the library in
Hi Pratyush,
Had a quick search in the source, seems like "no-exp" doesn't change
anything. OPENSSL_NO_EXP is defined(by opensslconf.h) when "no-exp" is
specified with Configuration command, however, it is not used at all.
Regards
Way
On 17/07/15 03:19, pratyush parimal wrote:
Hi everyone,