Re: secure socket programming

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Nicholas Paldino [.NET/C# MVP] (mvp_at_spam.guard.caspershouse.com)
Date: 12/13/04


Date: Mon, 13 Dec 2004 09:45:57 -0500

laimis,

    You are right, .NET 1.1 does not have any classes that deal with SSL.
You would have to use a third party library (perhaps the Indy project at
http://www.indyproject.org).

    However, .NET 2.0 does have support for Secure Sockets, so you won't
have to wait too long if don't want to use something outside the framework.

    Hope this helps.

-- 
               - Nicholas Paldino [.NET/C# MVP]
               - mvp@spam.guard.caspershouse.com
"laimis" <simulai@NOSPAMiit.edu> wrote in message 
news:OuE5U2R4EHA.3120@TK2MSFTNGP12.phx.gbl...
> Hey guys,
>
> Has anyone here done done socket programming with c# where you would 
> connect
> to secure server over SSL? After numerious searches online on google, I am
> almost to the point where I believe that .net framework doesn't have any
> classes for SSL sockets. Is that true?
>
> So if I want to make connections over SSL, does that mean I have to use
> someone's libraries that provide sockets that are capable of completing 
> SSL
> required handshakes?
>
> Any message or hint on this is greatly appreciated. Thanks!
>
> 


Relevant Pages

  • Re: Secure Sockets
    ... libraries designed to make secure sockets look "just like" regular ... In theory a SSL implementation needs to support features like that. ... ssl session with the tcp session. ... I really dont understand why ssl on regular Win32 needs to be harder than ...
    (microsoft.public.platformsdk.security)
  • Re: [PHP] stream_socket_accept() on an SSL socket
    ... When you "talk" to an SSL server directly with sockets, ... There must be a PHP library which does or a native function. ... Sockets on IIS using SSL has some problems. ...
    (php.general)
  • SSL and CryptoAPI?
    ... I need to add SSL security to a sockets based application. ... I'm trying to figure out whether OpenSSL or the MS CryptoAPI is the way to ... example but with reduced choice of algorithms - is the latter correct? ...
    (microsoft.public.security)
  • =?iso-8859-1?q?Re:_Java_Networking_Frage_-_=FCberwachen_mehrerer_Sockets?=
    ... Windows kann ich auf localhost Schnittstellen sowieso keinen Sniffer ... das ist das Dumme an der Sache - ich muss ja zwei Sockets ... Und von "unten" die Daten an die SSL Schicht weitergeben ...
    (de.comp.lang.java)
  • Re: RSA Signing/Encryption with SSL keys
    ... > already used in SSL connections (i.e. every SSL-supported ... like CMS/PKCS#7, which currently .NET Framework does not support, ... support for easy signatures generation/verification. ...
    (microsoft.public.dotnet.security)