SSL negotiation failed: error:00000000:lib(0):func(0):reason(0)

2014-04-21 Thread Nayna Jain
Hi, I have seen this error many times for different reasons. Am not able to make meaning out of this error SSL negotiation failed: error::lib(0):func(0):reason(0) Can someone help me to understand what this error means ? And for what reason negotiation might have failed. On google, i

Verify Two Way SSL Certificates.

2014-04-21 Thread Kaushal Shriyan
Hi, Is there a way to test if 2 way ssl certs are installed correctly? More Info :- http://stackoverflow.com/questions/10725572/two-way-ssl-clarification Regards, Kaushal

Syringe

2014-04-21 Thread Michal Trojnara
Hi Guys, I'm glad to announce syringe, a service for testing client-side heartbleed. It allows to easily examine most of the obscure TLS clients (for example embedded devices). The service is available online at https://www.stunnel.org:4433/ Best regards, Mike signature.asc Description:

Recommended for .Net?

2014-04-21 Thread Edward Ned Harvey (openssl)
At work, we develop software in .NET, currently using the built-in SslStream class, and I'm considering abandoning it. Is Openssl recommended for SSL/TLS communications in .NET? And if so, should I just download the win binaries from http://slproweb.com/products/Win32OpenSSL.html ? I'm

RSA and max preimage size?

2014-04-21 Thread Jeffrey Walton
Are there any functions to determine the size of the preimage (i.e., plain text) that can be encrypted under RSA using various schemes (e.g., no padding, PKCS#1.5, OAEP, etc)? I know there's a RSA_size, but its not really helpful size it only provides the size of the modulus in bytes. Thanks in

Re: Recommended for .Net?

2014-04-21 Thread Kyle Hamilton
I do not recommend OpenSSL for .NET, because it is written in C and does not have a prewritten P/Invoke wrapper assembly. There exist native .NET assemblies that do not require P/Invoke; one that I like is the BouncyCastle C# API (written for .NET 2.0, but compilable on .NET 2.0 and later). It

serverFull and otherFull

2014-04-21 Thread Sri Ramya
HI all, can any one explain me what is server full and theotherfull in openssl terminology??? Thank you