ick, right-scrolling

This commit is contained in:
stpeter 2011-08-26 11:17:11 -06:00
parent 0dcc653190
commit b899fce3c3
1 changed files with 2 additions and 1 deletions

View File

@ -92,7 +92,8 @@ TLS ServerHello
]]></example>
<p>In Step 3, the parties complete the TLS negotiation.</p>
<example caption='Step 3: TLS Handshake'><![CDATA[
Client might send some combination of Certificate, ClientKeyExchange, CertificateVerify, ChangeCipherSpec, and Finished -- see RFC 5246
Client might send some combination of Certificate, ClientKeyExchange,
CertificateVerify, ChangeCipherSpec, and Finished (see RFC 5246)
]]></example>
<p>In Step 4, the server knows that the client will need to restart the stream so it proactively attaches its response stream header and stream features after the TLS Finished message.</p>
<example caption='Step 4: Server Proactively Restarts Stream'><![CDATA[