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/
 
Back
Top