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.
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
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, *
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
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.
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