SSL Accelerator

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

2014-09-02 일자. 최신 버전을 확인하세요.

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
Anon 2
평점
0 0 0
버전
0.1.8
생성
2014-08-22
갱신
2014-09-02
크기
1.95KB
라이선스
CC0 1.0 Universal
동작 사이트
모든 사이트

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.

Note: If you're interested in following the script's activity, it logs messages to the web console, like this:

Handshaking with "www.adobe.com"..
Successfully handshaked with "www.adobe.com" in 822ms. 

This is still experimental. Feedback is welcomed!

TODO:

  • Inspect raw TCP packets to investigate how effective this is in various browsers and configurations.