[13822] in cryptography@c2.net mail archive
Re: SSL
daemon@ATHENA.MIT.EDU (Pete Chown)
Thu Jul 10 22:53:24 2003
X-Original-To: cryptography@metzdowd.com
X-Original-To: cryptography@metzdowd.com
Date: Thu, 10 Jul 2003 23:37:14 +0100
From: Pete Chown <Pete.Chown@skygate.co.uk>
To: Jill.Ramonsky@Aculab.com
Cc: cryptography@metzdowd.com
In-Reply-To: <8C9A566C643ED6119E8900A0C9DE297A32472B@saturn.aculab.com>
Jill.Ramonsky@Aculab.com wrote:
> However, the complexity of the OpenSSL library has me stumped.
> (Plus, it's Unix-centric. I'd like to turn it into a Visual Studio port so I
> could compile without needing cygwin, gcc, etc., but that's another story).
You might look at NSS. It's the Netscape implementation of TLS, used in
Mozilla among other things. You might find it easier to follow than
OpenSSL. It's also Windows-friendly, running on top of NSPR, the
Netscape Portable Runtime (another useful piece of code, but not on
topic for this list).
> Where can I learn about SSL?
If you just want to know how the protocol works, for example to
implement it, read RFC 2246. If you want the rationale as well, read
one of the books that others have pointed out.
The protocol is actually being revised, if you want to look at the
bleeding edge, try:
http://ietf.org/internet-drafts/draft-ietf-tls-rfc2246-bis-05.txt
--
Pete
---------------------------------------------------------------------
The Cryptography Mailing List
Unsubscribe by sending "unsubscribe cryptography" to majordomo@metzdowd.com