index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libssl
/
ssl_versions.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Undo previous. As pointed out by jsing I clearly wasn't fully awake...
tb
2021-03-19
1
-2
/
+2
*
fix whitespace nit in previous
tb
2021-03-17
1
-2
/
+2
*
Add support for DTLSv1.2 version handling.
jsing
2021-03-17
1
-45
/
+117
*
Remove ssl_downgrade_max_version().
jsing
2021-03-11
1
-33
/
+1
*
Improve internal version handling.
jsing
2021-03-10
1
-1
/
+25
*
Only use TLS versions internally (rather than both TLS and DTLS versions).
jsing
2021-02-25
1
-42
/
+56
*
Factor out/change some of the legacy client version handling code.
jsing
2021-02-22
1
-1
/
+28
*
Return a min/max version of zero if set to zero.
jsing
2021-02-20
1
-5
/
+7
*
Handle DTLS1_2_VERSION in various places.
jsing
2021-02-20
1
-2
/
+2
*
Factor out the legacy stack version checks.
jsing
2021-02-07
1
-1
/
+11
*
whitespace
tb
2021-01-04
1
-3
/
+3
*
Replace SSL_IS_DTLS with SSL_is_dtls().
jsing
2020-10-14
1
-4
/
+4
*
Replace ssl_max_server_version() with ssl_downgrade_max_version()
jsing
2020-05-31
1
-25
/
+1
*
Correct downgrade sentinels when a version pinned method is in use.
jsing
2020-05-31
1
-1
/
+33
*
Include TLSv1.3 in version handling code.
jsing
2018-11-06
1
-3
/
+9
*
Provide SSL{,_CTX}_set_{min,max}_proto_version() functions.
jsing
2017-05-06
1
-1
/
+47
*
Add missing $OpenBSD$ tags.
jsing
2017-05-06
1
-0
/
+1
*
Move relatively new version range code from ssl_lib.c into a separate
jsing
2017-01-26
1
-0
/
+172