pkcs11 support from OpenSSL team

2009-12-15 Thread Samuel123smith
Hi ALL, I was wondering why OpenSSL team have not supported pkcs11 engine. I can see in the contribution list http://www.openssl.org/contrib/ http://www.openssl.org/contrib/ , some of the user have already contributed pkcs11 support patch . Why openssl team have not included this in the main

can i use indirect crls with SSL_CTX ?

2009-12-15 Thread Adam Rosenstein
If so, am I supposed to use X509_STORE_add* for the indirect crl signer cert and the iCRL? -Adam Rosenstein

Bug when closing a failing connection

2009-12-15 Thread Josselin Jacquard
Hi, When I'm connecting to a peer who crashes, I try to close the connection with : if (ssl_connection != NULL) { SSL_shutdown(ssl_connection); } It crashes on windows, and on linux, with a debugger attached, the program freezes with this call stack : 0write

Re: Bug when closing a failing connection

2009-12-15 Thread Kyle Hamilton
If it's getting a signal of SIGBUS or SIGSEGV, or a crash code of 0xc005 in Windows, the ssl_connection's internal structures are being corrupted or (more likely) free()'d improperly. What version of OpenSSL (0.9.8... what letter revision?), where did you get it? (for the Windows version),