Issue regarding openssl mutex callbacks

2011-09-15 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 all.

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

2011-09-15 Thread Jakob Bohm
On 9/15/2011 5:21 AM, Dave Thompson wrote: In the past, this fact has caused common SSL clients (browsers etc.) to regularly turn off older ciphersuites to protect against false servers that deliberately downgrade to weak protocol versions and ciphersuites, whenever such an attack became too easy

Cipher setting error

2011-09-15 Thread Kanchan Kumar Shaw
I have written a simple program to test available ciphers. And of course I have a problem with some of them. I installed openssl--1.0.0e by following commands 1. ./config 2. make 3. make test 4. make install I used an api for this * int* *SSL_CTX_set_cipher_list(* *SSL_CTX* *ctx, *

Re: Issue With continous PRNG test with Fips module of openssl

2011-09-15 Thread Jakob Bohm
On 9/14/2011 6:33 PM, alok sharma wrote: 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

creating certificate with cipher SHA-256 RSA key

2011-09-15 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-15 Thread Jerome Baum
On 2011-09-14 13:59, sajnank wrote: > 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? Then I suggest you read the code. rc4test.c for instance is only 113 li