-/* $OpenBSD: ssl_versions.c,v 1.13 2021/03/17 17:23:42 jsing Exp $ */
+/* $OpenBSD: ssl_versions.c,v 1.14 2021/03/17 17:43:31 jsing Exp $ */
/*
* Copyright (c) 2016, 2017 Joel Sing <jsing@openbsd.org>
*
.minver = TLS1_1_VERSION,
.maxver = TLS1_2_VERSION,
.peerver = DTLS1_2_VERSION,
- .want_maxver = DTLS1_VERSION,
+ .want_maxver = DTLS1_2_VERSION,
},
{
.ssl_method = DTLS_method,
.minver = TLS1_1_VERSION,
.maxver = TLS1_2_VERSION,
.peerver = 0xfefc, /* DTLSv1.3, probably. */
- .want_maxver = DTLS1_VERSION,
+ .want_maxver = DTLS1_2_VERSION,
},
{
.ssl_method = DTLSv1_method,
.minver = DTLS1_VERSION,
.maxver = DTLS1_2_VERSION,
.want_minver = DTLS1_VERSION,
- .want_maxver = DTLS1_VERSION,
+ .want_maxver = DTLS1_2_VERSION,
},
{
.ssl_method = DTLSv1_method,