Changes between Version 2 and Version 3 of encryption-definitons
- Timestamp:
- 20/11/13 21:31:39 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
encryption-definitons
v2 v3 9 9 '''Opportunistic encryption''' -- A process that causes best-effort encryption to happen without an initiator attempting to start encryption. For example, the STARTTLS mechanism in SMTP provides opportunistic encryption. Current HTTP using TLS is never opportunistic because HTTP over TLS always starts on port 443, not port 80. 10 10 11 There are now proposals to create opportunistic encryption in HTTP/2 by either redirecting an HTTP/2 connection to port 44 4or by initiating best-effort encryption in HTTP/2 headers.11 There are now proposals to create opportunistic encryption in HTTP/2 by either redirecting an HTTP/2 connection to port 443 or by initiating best-effort encryption in HTTP/2 headers. 12 12