SSL BIND

  • Thread starter Thread starter Leandro castillo
  • Start date Start date
L

Leandro castillo

Hi..

I'm making an application that can connect to a SSL port over Linux, this
port send information that my application must catch..

How I can make the handshake between my application an the ssl port in
Linux?
 
Leandro castillo said:
I'm making an application that can connect to a SSL port over Linux, this
port send information that my application must catch..

How I can make the handshake between my application an the ssl port in
Linux?

Take a look at the Secure Streams Sample in MSDN, and see if it applies
to your case:
http://msdn2.microsoft.com/en-us/library/ms180980.aspx

That works on Framework 2.0. If you need to support the Framework 1, you
can download an open source libary from Mentalis.org:
http://www.mentalis.org/soft/projects/ssocket/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

SslStream and HttpListener 3
Openssl and Telnet 6
Web Services with SSL 3
System.Net.Mail and SSL 1
porting to Linux 8
secure socket programming 3
.Net: SSL/TLS and Certificate Pinning 5
C# - Email problems 2

Back
Top