Network Working Group A. Freier
Internet-Draft P. Karlton
Intended status: Historic Netscape communications
Expires: December 12, 2011 P. Kocher
Independent consultant
June 10, 2011
The SSL Protocol Version 3.0
draft-mavrogiannopoulos-ssl-version3-06
Abstract
This document specifies Version 3.0 of the Secure Sockets Layer (SSL
V3.0) protocol, a security protocol that provides communications
privacy over the Internet. The protocol allows client/server
applications to communicate in a way that is designed to prevent
eavesdropping, tampering, or message forgery.
Foreword
Although the SSL 3.0 protocol is a widely implemented protocol, a
pioneer in secure communications protocols, and the basis for TLS it
was never formally published by IETF, except in several expired
internet-drafts. This allowed no easy referencing to the protocol.
We believe a stable reference to the original document should exist
and for that reason, this document describes what is known as the
last published version of the SSL 3.0 protocol. That is the November
18, 1996 version of the protocol.
There were no changes to the original document other than trivial
editorial changes and the addition of a "Security considerations"
section. However portions of the original draft that no longer apply
were not included. Such are the "Patent statement" section, the
"Reserved ports assignment" section and the cipher-suite registrator
note in the "The CipherSuite" section. The "US export rules"
discussed in the document do not apply today but are kept intact to
provide context for decisions taken in protocol design. The "Goals
of This Document" section indicates the goals for adopters of SSL
3.0, not goals of the IETF.
The authors and editors were retained as in the original document.
The editor of this document is Nikos Mavrogiannopoulos
(nikos.mavrogiannopoulos@esat.kuleuven.be). The editor would like to
thank Dan Harkins, Linda Dunbar, Sean Turner, and Geoffrey Keating
for reviewing this document and providing helpful comments.
Status of This Memo
Freier, et al. Expires December 12, 2011 [Page 1]
Internet-Draft The SSL Protocol Version 3.0 June 2011
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet-
Drafts is at http://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."
This Internet-Draft will expire on December 12, 2011.
Copyright Notice
Copyright (c) 2011 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(http://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
This document may contain material from IETF Documents or IETF
Contributions published or made publicly available before November
10, 2008. The person(s) controlling the copyright in some of this
material may not have granted the IETF Trust the right to allow
modifications of such material outside the IETF Standards Process.
Without obtaining an adequate license from the person(s) controlling
the copyright in such materials, this document may not be modified
outside the IETF Standards Process, and derivative works of it may
not be created outside the IETF Standards Process, except to format
it for publication as an RFC or to translate it into languages other
than English.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 5
2. Goals . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
3. Goals of this document . . . . . . . . . . . . . . . . . . . .