sslstream
SslStream equivalent of TcpClient.Available?
Based on the advice of @Len-开发者_StackOverflow社区Holgate in this question, I\'m asynchronously requesting 0-byte reads, and in the callback, accept bytes the available bytes with synchronous reads,[详细]
2023-03-20 07:46 分类:问答C#: sslStream and local proxy
We have a server which accepts ssl connection. Say if I request for https://gmail.com then the server first checks if i have logged in to it, if yes then it connects to gmail and sends the response ba[详细]
2023-03-12 22:28 分类:问答Asking SslStream to accept ONLY a certificate signed by a particular public key
I have a working implementation of this but want to make sure it is secure.The goal is to use SSLStream and only accept S开发者_开发知识库SL certificates from the server that are signed by a particula[详细]
2023-02-15 14:41 分类:问答SslStream AuthenticateAsClient using PFX file
I\'m trying to connect to a server using an SslStream.I\'ve been given a PFX file from the owner of the serv开发者_开发问答er and I\'ve installed it on my client but I\'m not sure how to access the ce[详细]
2023-02-10 01:30 分类:问答XMPP TLS connection with SslStream
I am trying to create a simple xmpp client that connects to Gtalk. The first part of the handshake seems to work.[详细]
2023-02-04 05:27 分类:问答.NET SslStream is not working
I am trying inialise a tls tunnel with the .net SslStream but after opening the stream I always get the following error:[详细]
2023-02-03 18:17 分类:问答Connecting to .NET Sslstream x.509 socket with Python or Ruby or Perl
I have a weird requirement. I am trying to communicate with a server written in C#. It looks like this basically:[详细]
2023-01-27 04:25 分类:问答Client/Server Authentication with SSLStream
I have a client and server application which use SSLStream to communicate over port 80.Both the client and the server are running as Windows Services.[详细]
2023-01-15 07:01 分类:问答.NET UDP & DTLS
Is there a nativ开发者_如何学Pythone way to provide DTLS support for UDP sockets in .NET? edit by native I mean those that are in .NET framework out-of-the-box.Our SecureBlackbox product provides cl[详细]
2023-01-15 02:30 分类:问答How to get the Signature of a Self-Signed Certificate using X509Certificate or other .NET Class?
I am trying to verify a root/self-signed certificate by trying to decrypt the signature with a known/trusted Public Key, then checking if the decrypted开发者_StackOverflow中文版 hash matches the origi[详细]
2022-12-29 21:55 分类:问答