error: sslv3 alert bad certificate

2009-10-15 Thread venkat naidu
Hi All, i have created 1 client (client1.pem) certificate and 1 server (server1.pem) certificate with 1 CA (trusted.pem) and i have even verified them for consistency. $openssl verify -CAfile trusted.pem server1.pem client1.pem server1.pem: OK client1.pem: OK while i am using these files in

RSA algorithm with big endian environment

2009-10-15 Thread Alessandro Borga
Well I must use RSA encrypt/decprypt functions in a target using Arm cpu. Other rsa source code doesn't work right because target environment use big endian memory allocation for int and long Can openSLL crypto lib work with big endian? If response ok can you help me how configure compile and

Re: RSA algorithm with big endian environment

2009-10-15 Thread Jeffrey Walton
Hi Alessandro, Other rsa source code doesn’t work right because target environment use big endian memory allocation for int and long I don't believe this is characteristic of many libraries, such as Peter Guttman's Cryptlib or Wei Dai's Crypto++. Jeff On Thu, Oct 15, 2009 at 10:37 AM,

Re: RSA algorithm with big endian environment

2009-10-15 Thread Bruce Stephens
Alessandro Borga al...@libero.it writes: I must use RSA encrypt/decprypt functions in a target using Arm cpu. Other rsa source code doesn’t work right because target environment use big endian memory allocation for int and long Really? SPARC (32bit) is big-endian, and really quite common

Re: RSA algorithm with big endian environment

2009-10-15 Thread John R Pierce
Bruce Stephens wrote: OpenSSL works fine on 32 bit SPARC. (As far as I'm aware, anyway. I don't recall seeing any problems.) its bundled with Solaris 10 as both 32bit and 64bit sparc binaries Also works on IBM Power architecture with AIX, this is also a 'big endian' 32/64bit

RE: Creating Encryption/Decryption Filter C++

2009-10-15 Thread Patel, Anand
Thank you very much for your detailed and very helpful response. I have lot on my plate to work on. I will get back to the list if I have anymore questions. -Anand -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Ger Hobbelt

Documentation Suggestion For OpenSSL Homepage

2009-10-15 Thread Will Bickford
I have seen a fair number of related messages go by this list concerning the release schedule for OpenSSL versions. Would it be helpful to post guidance on www.openssl.org homepage for upcoming versions and anticipated release dates? Something like this perhaps: Q4 2009: OpenSSL 1.0 Q2 2010:

Re: RSA algorithm with big endian environment

2009-10-15 Thread Alessandro Borga
Thanks for your replay - Original Message - From: dan_mit...@ymp.gov To: openssl-users@openssl.org Cc: al...@libero.it Sent: Thursday, October 15, 2009 5:07 PM Subject: Re: RSA algorithm with big endian environment Alex, We use OpenSSL on Sun Solaris SPARC

Re: RSA algorithm with big endian environment

2009-10-15 Thread Dan_Mitton
Alex, We use OpenSSL on Sun Solaris SPARC architecture, which is big endian. Never had a problem. No clue about how to compile/link on your ARM cpu though. Dan Please respond to openssl-users@openssl.org Sent by:owner-openssl-us...@openssl.org To: openssl-users@openssl.org cc:

Re: RSA algorithm with big endian environment

2009-10-15 Thread Victor B. Wagner
On 2009.10.15 at 16:37:39 +0200, Alessandro Borga wrote: Well I must use RSA encrypt/decprypt functions in a target using Arm cpu. Other rsa source code doesn*t work right because target environment use big endian memory allocation for int and long Can openSLL crypto lib

Re: RSA algorithm with big endian environment

2009-10-15 Thread Pandit Panburana
OpenSSL works fine on MIPS. MIPS is a big endian CPU. -Pandit From: Alessandro Borga al...@libero.it To: openssl-users@openssl.org Sent: Thu, October 15, 2009 10:37:39 AM Subject: RSA algorithm with big endian environment Well I must use RSA

Re: RSA algorithm with big endian environment

2009-10-15 Thread Dr. Stephen Henson
On Fri, Oct 16, 2009, Victor B. Wagner wrote: On 2009.10.15 at 16:37:39 +0200, Alessandro Borga wrote: Do you use native build or cross-compiling? If cross-compiling with GNU toolchain, that you have just to specify --cross-compile-prefix (or it is just --cross-compile for recent CVS) to