Most voted "sslstream" questions
4 questions
Sort by count of
-
3
votes1
answer416
viewsSslstream - Certificate
1 - To make a secure communication between a client and a server, I decided to use SSL using Sslstream, from example msdn site, but the issue is that it is not a server on the web, even not being a…
-
3
votes1
answer133
viewsRSA, Sslstream - Key Exchange
Good people, I am using Sslstream to communicate between a client and server, using OPENSSL. And this client of mine, is a machine (Digi), which as a requirement has to use RSA encryption. Then I…
-
0
votes1
answer384
viewsException when trying to authenticate SSL connection
On my client when trying to authenticate an SSL connection an exception of type is raised AuthenticationException. Errors found in the certificate are RemoteCertificateNameMismatchand…
-
0
votes1
answer98
viewsRsacryptoserviceprovider, Sslstream(Openssl) - Encrypt, Decrypt
After server authentication from the certificate generated with openssl. sslStream.AuthenticateAsClient(serverName); Client data encryption is done as follows: string messsage =…