marcominetti / openssl-net

C# wrapper for the popular OpenSSL libraries
Other
7 stars 2 forks source link

Problems with async BeginAuthenticateAsServer in SSLStream #3

Open marcominetti opened 10 years ago

marcominetti commented 10 years ago

Using begin/end implementation on SSLStream authentication makes the whole app unstable. During stress test, tons of exceptions are catched: from SSL bad record to native stack exception in mono for "double free or corruption".

Using syncronous AutenticateAsServer make every more stable and reliable.