[openssl-users] Getting certificates from smartcards

2015-07-20 Thread Anirudh Raghunath
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

[openssl-users] Regarding the security of the keys

2015-07-20 Thread James
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

Re: [openssl-users] Disable EXPORT cipher suites during compilation

2015-07-20 Thread Wayming Zhang
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,