<?xml version="1.0" encoding="UTF-8"?>
<reference anchor="I-D.bittau-tcp-crypt" target="https://datatracker.ietf.org/doc/html/draft-bittau-tcp-crypt-03">
   <front>
      <title>Cryptographic protection of TCP Streams (tcpcrypt)</title>
      <author initials="A." surname="Bittau" fullname="Andrea Bittau">
         </author>
      <author initials="D." surname="Boneh" fullname="Dan Boneh">
         </author>
      <author initials="M." surname="Hamburg" fullname="Mike Hamburg">
         </author>
      <author initials="M. J." surname="Handley" fullname="Mark J. Handley">
         </author>
      <author initials="D." surname="Mazieres" fullname="David Mazieres">
         </author>
      <author initials="Q." surname="Slack" fullname="Quinn Slack">
         </author>
      <date month="September" day="3" year="2012" />
      <abstract>
	 <t>   This document presents tcpcrypt, a TCP extension for
   cryptographically protecting TCP segments.  Tcpcrypt maintains the
   confidentiality of data transmitted in TCP segments against a passive
   eavesdropper.  It can be used to protect already established TCP
   connections against denial-of-service attacks involving injection of
   forged RST segments or desynchronizing of sequence numbers.  Finally,
   applications that perform authentication can obtain end-to-end
   confidentiality and integrity guarantees by tying authentication to
   tcpcrypt Session ID values.

   The extension defines two new TCP options, CRYPT and MAC, which are
   designed to provide compatible interworking with TCPs that do not
   implement tcpcrypt.  The CRYPT option allows hosts to negotiate the
   use of tcpcrypt and establish shared secret encryption keys.  The MAC
   option carries a message authentication code with which hosts can
   verify the integrity of transmitted TCP segments.  Tcpcrypt is
   designed to require relatively low overhead, particularly at servers,
   so as to be useful even in the case of servers accepting many TCP
   connections per second.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-bittau-tcp-crypt-03" />
   
</reference>
