SSL Accelerator

Speculatively performs SSL/TLS handshakes for hovered links to speed up browsing.

Verzia zo dňa 22.08.2014. Pozri najnovšiu verziu.

Autor
Anon 2
Hodnotenie
0 0 0
Verzia
0.1.5
Vytvorené
22.08.2014
Aktualizované
22.08.2014
Veľkosť
1,9 KB
Licencia
Public domain
Spustiť na
Všetkých stránkach

Accelerates navigation to secure websites by performing SSL/TLS handshakes in advance right before the links are actually clicked.

The TLS handshake is a lengthy, multi-roundtrip process that initiates a secure connection between the client and server. It includes negotiation of ciphers, generation of private keys, exchange and authentication of public keys, certificates and symmetric keys. The script will try to perform all that in advance by sending an HTTP HEAD request to the base path of the host when a secure link is hovered. When the link is eventually loaded, the browser will either perform an abbreviated handshake or none at all.

This is still experimental. Feedback is welcomed!

TODO:

  • Investigate how effective this is in various browsers and configurations.