Questions tagged as 'sslstream'

1
answer

SSLStream - Certificate

1 - To make secure communication between a client and a server, I decided to use SSL using SSLStream, from
asked by 10.06.2014 / 14:59
1
answer

RSA, SSLStream - Key Exchange

Good people, I'm using SSLStream to communicate between a client and server, using OPENSSL. And this my client, is a machine (digi), which as a requirement has to use RSA encryption. So I have to do a public key exchange between client and serve...
asked by 03.07.2014 / 14:29
1
answer

Exception when trying to authenticate SSL connection

On my client when attempting to authenticate an SSL connection, an exception of type AuthenticationException is raised. The errors found in the certificate are RemoteCertificateNameMismatch and RemoteCertificateChainErrors ....
asked by 11.06.2014 / 14:56
1
answer

RSACryptoServiceProvider, SSLStream (OpenSSL) - Encrypt, Decrypt

After server authentication from the certificate generated with openssl. sslStream.AuthenticateAsClient(serverName); Home The encryption of the data by the client is done as follows: string messsage = "teste123.<EOF>";...
asked by 23.06.2014 / 15:00