[2] TLS session resumption は、 TLS Handshake Protocol の ClientHello
を既存のセッションのセッションIDを指定して送信することによって開始する、
簡略化された handshake の手順です。
[4] RFC 5077 は NewSessionTicket
メッセージを使った拡張を規定しています。
[11] 「再開」というと一度終了したものを再始動させるイメージがありますが、 他で確立済みのセッションを、その切断を待たずに同時に再開できます。 プロトコル仕様上はセッションの同時使用数に上限はありません。
[12] 同時に存在するセッションの接続間では、 cipher suite 等プロトコルの設定に同じものを使う以上の関係はありません。 ある接続における再折衝が他の接続に影響を及ぼしたりしませんし、 ある接続でエラーがあっても他の接続に直ちに影響するわけではありません。
[1] SessionResumption - sslyze - Checking the server's session resumption configuration. - Fast and Full-Featured SSL Scanner - Google Project Hosting ( ( 版)) <https://code.google.com/p/sslyze/wiki/SessionResumption>
[7] Security/Server Side TLS - MozillaWiki ( 版) <https://wiki.mozilla.org/Security/Server_Side_TLS#Session_Resumption>
[9] RFC 7525 - Recommendations for Secure Use of Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS) ( 版) <https://tools.ietf.org/html/rfc7525#section-3.4>