|
|
|
|
|
by strictnein
2646 days ago
|
|
Random question: for the preconnect, is there some Javascript API now that allows for the monitoring of the TLS handshake? As specified in the article, the handshake is: TLS handshake (only for HTTPS sites). Perform two roundtrips
(a message goes client → server → client → server → client) to initiate a secure TLS session
Is there any part of that which could be used to send a custom message to the client? A short bit of text or a number or something. Don't really have a practical use for this, just more of an esoteric one. |
|
Good breakdown of the handshake here: http://www.moserware.com/2009/06/first-few-milliseconds-of-h... (skip down to the client hello)