Re: MIPS linux support patch

2012-09-18 Thread Andy Polyakov
There is more code committed. Check-out or wait for *tomorrow* openssl-SNAP-20120919 snapshot. There is SmartMIPS AES code (pass -msmartmips to Configure) and Configure accepts double dash as compiler options. Please double-check and optionally post performance for new AES code.

Re: MIPS linux support patch

2012-09-18 Thread Brad House
There is more code committed. Check-out or wait for *tomorrow* openssl-SNAP-20120919 snapshot. There is SmartMIPS AES code (pass -msmartmips to Configure) and Configure accepts double dash as compiler options. Please double-check and optionally post performance for new AES code. Do I also need

Configure enhancements (Was: Re: MIPS linux support patch)

2012-09-18 Thread Brad House
There is more code committed. Check-out or wait for *tomorrow* openssl-SNAP-20120919 snapshot. There is SmartMIPS AES code (pass -msmartmips to Configure) and Configure accepts double dash as compiler options. Please double-check and optionally post performance for new AES code. On a different

Re: MIPS linux support patch

2012-09-18 Thread Andy Polyakov
There is more code committed. Check-out or wait for *tomorrow* openssl-SNAP-20120919 snapshot. There is SmartMIPS AES code (pass -msmartmips to Configure) and Configure accepts double dash as compiler options. Please double-check and optionally post performance for new AES code. Do I also

Re: MIPS linux support patch

2012-09-18 Thread Brad House
There is more code committed. Check-out or wait for *tomorrow* openssl-SNAP-20120919 snapshot. There is SmartMIPS AES code (pass -msmartmips to Configure) and Configure accepts double dash as compiler options. Please double-check and optionally post performance for new AES code. Do I also need

Re: Configure enhancements (Was: Re: MIPS linux support patch)

2012-09-18 Thread Andy Polyakov
Brad House wrote: There is more code committed. Check-out or wait for *tomorrow* openssl-SNAP-20120919 snapshot. There is SmartMIPS AES code (pass -msmartmips to Configure) and Configure accepts double dash as compiler options. Please double-check and optionally post performance for new AES

Re: MIPS linux support patch

2012-09-18 Thread Brad House
There is more code committed. Check-out or wait for *tomorrow* openssl-SNAP-20120919 snapshot. There is SmartMIPS AES code (pass -msmartmips to Configure) and Configure accepts double dash as compiler options. Please double-check and optionally post performance for new AES code. I've done some

Digital certificate with more than 1 year validity

2012-09-18 Thread Santhosh AP
Hi team, Kindly help us to create digital certificate having more than 365 day's validity. At present we are using OpenSSL 0.9.7a Feb 19 2003 version. Kindly confirm is it possible to cross the certificate validity more than 1 year, if it's possible how to do it. Warm regards

Re: [CVS] OpenSSL: OpenSSL_1_0_1-stable: openssl/crypto/ cryptlib.c

2012-09-18 Thread Ben Laurie
On Mon, Sep 17, 2012 at 6:24 PM, Bodo Moeller b...@openssl.org wrote: OpenSSL CVS Repository http://cvs.openssl.org/ Server: cvs.openssl.org Name: Bodo Moeller Root: /v/openssl/cvs

Re: [CVS] OpenSSL: OpenSSL_1_0_1-stable: openssl/crypto/ cryptlib.c

2012-09-18 Thread Ben Laurie
On Tue, Sep 18, 2012 at 9:47 AM, Ben Laurie b...@links.org wrote: On Mon, Sep 17, 2012 at 6:24 PM, Bodo Moeller b...@openssl.org wrote: OpenSSL CVS Repository http://cvs.openssl.org/ Server:

Re: MIPS linux support patch

2012-09-18 Thread Andy Polyakov
./openssl-generic32 speed rsa1024 rsa2048 rsa 1024 bits 0.342000s 0.010615s 2.9 94.2 rsa 2048 bits 1.328750s 0.027632s 0.8 36.2 ./openssl-mips32r2 speed rsa1024 rsa2048 rsa 1024 bits 0.128228s 0.008619s 7.8116.0 rsa 2048 bits 1.055000s 0.023870s 0.9 41.9 As

Re: MIPS linux support patch

2012-09-18 Thread Brad House
./openssl-generic32 speed rsa1024 rsa2048 rsa 1024 bits 0.342000s 0.010615s 2.9 94.2 rsa 2048 bits 1.328750s 0.027632s 0.8 36.2 ./openssl-mips32r2 speed rsa1024 rsa2048 rsa 1024 bits 0.128228s 0.008619s 7.8116.0 rsa 2048 bits 1.055000s 0.023870s 0.9 41.9

Re: Configure enhancements (Was: Re: MIPS linux support patch)

2012-09-18 Thread Brad House
On a different note, thanks for the double dash fix for Configure. That said, I have one more issue in relation to the way Configure handles flags completely unrelated to MIPS... On MacOSX, you have to target a specific SDK if you want to ensure it targets the proper release of MacOSX. That

Re: Digital certificate with more than 1 year validity

2012-09-18 Thread Wim Lewis
On 17 Sep 2012, at 9:13 PM, Santhosh AP wrote: Kindly help us to create digital certificate having more than 365 day’s validity. At present we are using OpenSSL 0.9.7a Feb 19 2003 version. Kindly confirm is it possible to cross the certificate validity more than 1 year, if it’s possible

Re: [CVS] OpenSSL: OpenSSL_1_0_1-stable: openssl/crypto/ cryptlib.c

2012-09-18 Thread Bodo Moeller
Doh. I see it doesn't write to it. Nevertheless, seems like a bad piece of code - its assuming errno is thread local, right? This code uses the address of errno as a default thread ID for OpenSSL purposes. This works precisely because you typically have something like #define errno