Re: [openssl-users] Is RDRAND the default engine in OpenSSL 1.1.0?

2017-07-28 Thread Jeffrey Walton
On Fri, Jul 28, 2017 at 3:53 PM, Salz, Rich wrote: >> I thought RDRAND was disabled as the default random engine since >> 1.0.1f. Has that changed in OpenSSL 1.1.0? > > No. Do "git grep ENGINE_set_default_RAND" Ack, thanks. I wonder where that's coming from for 1.1.0.

Re: [openssl-users] Is RDRAND the default engine in OpenSSL 1.1.0?

2017-07-28 Thread Salz, Rich via openssl-users
> I thought RDRAND was disabled as the default random engine since > 1.0.1f. Has that changed in OpenSSL 1.1.0? No. Do "git grep ENGINE_set_default_RAND" -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: [openssl-users] Is RDRAND the default engine in OpenSSL 1.1.0?

2017-07-28 Thread Blumenthal, Uri - 0553 - MITLL
I sincerely hope it is not so. -- Regards, Uri Blumenthal On 7/28/17, 15:47, "openssl-users on behalf of Jeffrey Walton" wrote: I thought RDRAND was disabled as the default random engine since 1.0.1f. Has that changed

[openssl-users] Is RDRAND the default engine in OpenSSL 1.1.0?

2017-07-28 Thread Jeffrey Walton
I thought RDRAND was disabled as the default random engine since 1.0.1f. Has that changed in OpenSSL 1.1.0? Related, see: * https://stackoverflow.com/q/45370852/608639 * http://seclists.org/fulldisclosure/2013/Dec/99 *

Re: RSA encryption and decryption performance difference between pkcs11 engine and default engine on windows and solaris

2007-02-14 Thread durgaprasad jammula
:10 PM Subject: RSA encryption and decryption performance difference between pkcs11 engine and default engine on windows and solaris Hi, I use openssl RSA encrypt and decrypt both on windows 2003 and solaris (amd64 and sparc T2000). I wrote some performance test code like gettimeofday

Re: RSA encryption and decryption performance difference between pkcs11 engine and default engine on windows and solaris

2007-02-14 Thread AD D
:10 PM Subject: RSA encryption and decryption performance difference between pkcs11 engine and default engine on windows and solaris Hi, I use openssl RSA encrypt and decrypt both on windows 2003 and solaris (amd64 and sparc T2000). I wrote some performance test code like gettimeofday

RSA encryption and decryption performance difference between pkcs11 engine and default engine on windows and solaris

2007-02-13 Thread AD D
Hi, I use openssl RSA encrypt and decrypt both on windows 2003 and solaris (amd64 and sparc T2000). I wrote some performance test code like gettimeofday(tpsbegin, NULL); for (i = 0; i 100; i++) { r = RSA_public_encrypt(245, plain_data, enc_data, key,

Default engine

2006-10-26 Thread Mike Hamburg
Is it possible to set the default engine in OpenSSL? I have Padlock acceleration, but I can't get OpenSSL to use it without adding -evp -engine padlock, and I can't get OpenSSH to use it at all (using ./configure --enable-ssl-engine). Or is there something else I should be looking at? Thanks

Re: Default engine

2006-10-26 Thread Victor B. Wagner
On 2006.10.26 at 00:46:15 -0700, Mike Hamburg wrote: Is it possible to set the default engine in OpenSSL? I have Padlock acceleration, but I can't get OpenSSL to use it without adding -evp -engine padlock, and I can't get OpenSSH to use it at all (using ./configure --enable-ssl-engine