Compiling for 32-bit on 64-bit Linux

2011-09-14 Thread Kenneth Goldman
I'm trying to compile a 32-bit openssl 1.0.0d on Intel 64-bit Linux RHEL 6.1. This was the only combination of many I tried that seems to work. Was I right? Was there a better way? ./Configure linux-generic32 -shared -m32 -- Ken Goldman kg...@watson.ibm.com 914-784-7646 (863-7646)

Tests done by make test

2011-09-14 Thread sajnank
Hi, I am using openssl-1.0.0 on Suse Linux. I want to know what is the purpose of each application in the 'test' folder of the library? What test they are doing? -- Best Regards Sajna Nazeer K _ http://www.tataelxsi.com/_

Auto Reply: Compiling for 32-bit on 64-bit Linux

2011-09-14 Thread wellen . lau
I am on off from work on 09/14. I will get back to your questions and concerns when I am back. If this is a critical issue, please contact Antonia Garcia [antonia.gar...@oracle.com] for immediate assistance. __ OpenSSL Project

ASN1_IA5STRING to char*

2011-09-14 Thread Arunkumar Manickam
Hi, How do I convert an ASN1_IA5STRING to char* . Thanks in advance, Arun

Auto Reply: Tests done by make test

2011-09-14 Thread wellen . lau
I am on off from work on 09/14. I will get back to your questions and concerns when I am back. If this is a critical issue, please contact Antonia Garcia [antonia.gar...@oracle.com] for immediate assistance. __ OpenSSL Project

Auto Reply: ASN1_IA5STRING to char*

2011-09-14 Thread wellen . lau
I am on off from work on 09/14. I will get back to your questions and concerns when I am back. If this is a critical issue, please contact Antonia Garcia [antonia.gar...@oracle.com] for immediate assistance. __ OpenSSL Project

Re: Compiling for 32-bit on 64-bit Linux

2011-09-14 Thread Dr. Stephen Henson
On Tue, Sep 13, 2011, Kenneth Goldman wrote: I'm trying to compile a 32-bit openssl 1.0.0d on Intel 64-bit Linux RHEL 6.1. This was the only combination of many I tried that seems to work. Was I right? Was there a better way? ./Configure linux-generic32 -shared -m32 That is the C

Auto Reply: Re: Compiling for 32-bit on 64-bit Linux

2011-09-14 Thread wellen . lau
I am on off from work on 09/14. I will get back to your questions and concerns when I am back. If this is a critical issue, please contact Antonia Garcia [antonia.gar...@oracle.com] for immediate assistance. __ OpenSSL Project

Re: Auto Reply: Compiling for 32-bit on 64-bit Linux

2011-09-14 Thread Andrew Oakley
On 14/09/11 10:35, wellen@oracle.com wrote: I am on off from work on 09/14. I will get back to your questions and concerns when I am back. If this is a critical issue, please contact Antonia Garcia [antonia.gar...@oracle.com] for immediate assistance. Can we remove people who do this

Re: Blocking vacation autorespondes from list [was: Auto Reply: Compiling for 32-bit on 64-bit Linux]

2011-09-14 Thread Jakob Bohm
On 9/14/2011 12:37 PM, Andrew Oakley wrote: On 14/09/11 10:35, wellen@oracle.com wrote: I am on off from work on 09/14. I will get back to your questions and concerns when I am back. If this is a critical issue, please contact Antonia Garcia [antonia.gar...@oracle.com] for immediate

Re: Auto Reply: Various postings on the openssl mail list.

2011-09-14 Thread Jakob Bohm
WARNING: The automatic vacation response mail system used by your coworker Mr. Lau is spamming a public mailing lists with its automatic responses. You may want to stop that software from running until it is fixed! On 9/14/2011 11:35 AM, wellen@oracle.com wrote: I am on off from work on

SSL_ERROR_ZERO_RETURN with ssl_connect

2011-09-14 Thread anandkumarsrinivas
hi , iam getting ssl_error_zero_return erro when i used ssl_connect . it returns 0 and the ssl_get error functio returns SSL_ERROR_ZERO_RETURN . web search shows that solution as to retry till it works. but it might not work in every case. the issue seems to be only with 2008 windoes on

Re: Tests done by make test

2011-09-14 Thread Jerome Baum
Hi Sajnank, On 2011-09-14 10:24, sajnank wrote: I am using openssl-1.0.0 on Suse Linux. I want to know what is the purpose of each application in the 'test' folder of the library? What test they are doing? They are automated tests. They test whether the code works as expected. There are great

Issue regarding openssl mutex callbacks

2011-09-14 Thread chaitanya sonavale
Hi, I am using libcurl with openssl latest versions on windows in my application. Since application is multi-threaded, I have implemented openssl mutex callbacks as per following documentation http://www.openssl.org/docs/crypto/threads.html But I do not see these callbacks getting called at

Re: Auto Reply: Various postings on the openssl mail list.

2011-09-14 Thread Ben Laurie
The offender was removed from the list earlier today :-) On Wed, Sep 14, 2011 at 3:41 PM, Jakob Bohm jb-open...@wisemo.com wrote: WARNING: The automatic vacation response mail system used by your coworker Mr. Lau is spamming a public mailing lists with its automatic responses.  You may want

creating certificate with cipher SHA-256 RSA key

2011-09-14 Thread Kubiš Ján
Hi, I have problem to create certification with that specific cipher. I have to sign pdf with certificate form CA, but it doesn't work. All other certificates that i created in Windows or OpenSSL Works. They said that it could by because it have 2048 long key generated with cipher SHA-256 RSA.

Re: Tests done by make test

2011-09-14 Thread sajnank
Hi Jerome, Thanks for your quick response. I want to know about each individual tests like rc4test, rsatest, shatest, etc. ,which is included in the test folder. What each test is doing? What are they doing to verify the code? Best Regards Sajna Nazeer K Associate Engineer - Broadcast BU

Re: ASN1_IA5STRING to char*

2011-09-14 Thread Shane G
I doubt it is the preferred method but you can get at the character data via the ' data' parameter. In case of embedded nulls you can use the length member too. On Sep 14, 2011 5:48 AM, Arunkumar Manickam arun.c...@gmail.com wrote: Hi, How do I convert an ASN1_IA5STRING to char* . Thanks in

Issue With continous PRNG test with Fips module of openssl

2011-09-14 Thread alok sharma
Hi, I am having my client server on Windows. The server is concurrent and having each thread for each connection. When the number of connection increases to 400-500 i.e having high thread load, my server crashes. I debuged it and found that it gives error (“random number

RE: Creating AES Key for encryption in server side and share the key

2011-09-14 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Jakob Bohm Sent: Tuesday, 13 September, 2011 07:33 On 9/13/2011 1:46 AM, Dave Thompson wrote: From: owner-openssl-us...@openssl.org On Behalf Of Jakob Bohm Sent: Monday, 12 September, 2011 03:52 On 9/9/2011 10:13 PM, krishnamurthy