Re: Best Practices for Secure Communications

From: Tim Overbay (luhar@luharsoftworks.com)
Date: 02/20/03

  • Next message: Shel Blauman [MSFT]: "Re: LogonUser()"
    From: "Tim Overbay" <luhar@luharsoftworks.com>
    Date: Thu, 20 Feb 2003 15:48:59 -0700
    
    

    I think maybe I worded my question incorrectly, but your suggestion is
    exactly what I was looking for. Thanks a lot!

    T

    "Pieter Philippaerts" <pieter@no_spam.mentalis.org> wrote in message
    news:#GjN2uH2CHA.1916@TK2MSFTNGP09.phx.gbl...
    > "Tim Overbay" <luhar@luharsoftworks.com> wrote in message
    > news:eZim98G2CHA.1752@TK2MSFTNGP10...
    > > Is there a definitive "best practices" example of exchanging text
    messages
    > > between a client and host? I'm looking for something along these lines:
    > <SNIP>
    > > Any help locating some sample code would be appreciated.
    >
    > The SSL and TLS protocols are doing exactly that: they authenticate the
    > client and server, and they transparently encrypt and decrypt messages
    sent
    > between the two.
    > Unfortunately, the .NET runtime only supports SSL and TLS for HTTP
    > connections; if you wish to use different protocols, you can either buy a
    > commercial SSL/TLS package, or you can download a free implementation such
    > as ours: http://www.mentalis.org/soft/projects/seclib/
    >
    > Regards,
    > Pieter Philippaerts
    > http://www.mentalis.org/
    >
    >



    Relevant Pages

    • Re: Best Practices for Secure Communications
      ... <SNIP> ... The SSL and TLS protocols are doing exactly that: ... client and server, and they transparently encrypt and decrypt messages sent ... the .NET runtime only supports SSL and TLS for HTTP ...
      (microsoft.public.dotnet.security)
    • SSL and IPS (was RE: ssh and ids)
      ... How many simultaneous SSL sessions can be tracked?" ... I assume you're talking about a case in which the client constantly ... If you walk the possible session id space and ... The server chooses the session ID, ...
      (Focus-IDS)
    • Re: IIS6.0 + SSL Breaks down!
      ... Ok, I asked the IIS SSL developer, and he gave me the details. ... bad public specification on SSL make SSL Client Certificates ...
      (microsoft.public.inetserver.iis)
    • Re: Can SSL sessions be compromised?
      ... etc) attachments using webmail during these SSL sessions. ... who the client thinks the server is ... ... part of this has to do with the fundamental digital certificate and PKI ...
      (comp.security.misc)
    • Re: OpenSSL read/write timeouts
      ... This is an example of a SSL client with minimum functionality. ... This SSL client verifies the server's certificate against the ... the SSL server does not request & verify the client ...
      (comp.os.vms)