summaryrefslogtreecommitdiff
path: root/lib/libssl/ssl_versions.c
AgeCommit message (Collapse)Author
2018-11-06Include 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-06Provide SSL{,_CTX}_set_{min,max}_proto_version() functions.Joel Sing
Rides minor bump. ok beck@
2017-05-06Add missing $OpenBSD$ tags.Joel Sing
2017-01-26Move relatively new version range code from ssl_lib.c into a separateJoel Sing
ssl_versions.c file. ok beck@