History log of /openbsd-src/lib/libssl/ssl_methods.c (Results 26 – 32 of 32)
Revision Date Author Comments
# df62dce5 22-Jan-2020 jsing <jsing@openbsd.org>

Hook up the TLSv1.3 legacy shutdown code.

Missed in an earlier commit.


# 7214807f 22-Jan-2020 jsing <jsing@openbsd.org>

Split the TLSv1.3 guards into separate client and server guards.

ok beck@ tb@


# 1a6e1177 17-Nov-2019 jsing <jsing@openbsd.org>

Bring back the ssl_shutdown internal method pointer.

For now ssl3_shutdown() is called in all cases, however TLSv1.3 will soon
get its own version.

ok beck@


# 71023d34 17-Mar-2019 jsing <jsing@openbsd.org>

Provide version agnostic DTLS methods.

ok tb@


# 64a0a0c8 14-Feb-2019 jsing <jsing@openbsd.org>

Correct guards.


# efee3f2f 14-Feb-2019 jsing <jsing@openbsd.org>

Provide a TLS 1.3 capable client method.

ok tb@


# 9158af98 05-Nov-2018 jsing <jsing@openbsd.org>

Consolidate all of the SSL method structs/functions into a single file.

Discussed with tb@


12