summaryrefslogtreecommitdiffstats
path: root/lib/libssl/ssl_methods.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-06Add a workaround to make SSL_set_session() work with TLSv1.3.jsing1-1/+9
2020-01-23Remove the ssl_get_message function pointer from SSL_METHOD_INTERNAL.jsing1-20/+3
2020-01-23Implement pending for TLSv1.3.jsing1-3/+3
2020-01-23Switch back to a function pointer for ssl_pending.jsing1-1/+18
2020-01-22Wire up the TLSv1.3 server.jsing1-3/+45
2020-01-22Hook up the TLSv1.3 legacy shutdown code.jsing1-2/+2
2020-01-22Split the TLSv1.3 guards into separate client and server guards.jsing1-3/+3
2019-11-17Bring back the ssl_shutdown internal method pointer.jsing1-1/+17
2019-03-17Provide version agnostic DTLS methods.jsing1-1/+19
2019-02-14Correct guards.jsing1-3/+3
2019-02-14Provide a TLS 1.3 capable client method.jsing1-3/+45
2018-11-05Consolidate all of the SSL method structs/functions into a single file.jsing1-0/+666