1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-11-21 08:45:04 -05:00

ick, right-scrolling

This commit is contained in:
stpeter 2011-08-26 11:17:11 -06:00
parent 0dcc653190
commit b899fce3c3

View File

@ -92,7 +92,8 @@ TLS ServerHello
]]></example> ]]></example>
<p>In Step 3, the parties complete the TLS negotiation.</p> <p>In Step 3, the parties complete the TLS negotiation.</p>
<example caption='Step 3: TLS Handshake'><![CDATA[ <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> ]]></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> <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[ <example caption='Step 4: Server Proactively Restarts Stream'><![CDATA[