Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-06 | Include TLSv1.3 in version handling code. | Joel Sing | |
This is effectively a no-op, since most of the code clamps to the maximum version supported by the TLS method (which are still at TLSv1.2). ok beck@ bluhm@ tb@ | |||
2017-05-06 | Provide SSL{,_CTX}_set_{min,max}_proto_version() functions. | Joel Sing | |
Rides minor bump. ok beck@ | |||
2017-05-06 | Add missing $OpenBSD$ tags. | Joel Sing | |
2017-01-26 | Move relatively new version range code from ssl_lib.c into a separate | Joel Sing | |
ssl_versions.c file. ok beck@ |