summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_methods.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify SSL method lookups.jsing2020-09-171-49/+35
* Mop up the get_ssl_method function pointer.jsing2020-09-151-47/+1
* Remove some unnecessary function pointers from SSL_METHOD_INTERNAL.jsing2020-07-071-37/+1
* Enable TLSv1.3 for the generic TLS_method().jsing2020-07-071-4/+50
* Add a workaround to make SSL_set_session() work with TLSv1.3.jsing2020-02-061-1/+9
* Remove the ssl_get_message function pointer from SSL_METHOD_INTERNAL.jsing2020-01-231-20/+3
* Implement pending for TLSv1.3.jsing2020-01-231-3/+3
* Switch back to a function pointer for ssl_pending.jsing2020-01-231-1/+18
* Wire up the TLSv1.3 server.jsing2020-01-221-3/+45
* Hook up the TLSv1.3 legacy shutdown code.jsing2020-01-221-2/+2
* Split the TLSv1.3 guards into separate client and server guards.jsing2020-01-221-3/+3
* Bring back the ssl_shutdown internal method pointer.jsing2019-11-171-1/+17
* Provide version agnostic DTLS methods.jsing2019-03-171-1/+19
* Correct guards.jsing2019-02-141-3/+3
* Provide a TLS 1.3 capable client method.jsing2019-02-141-3/+45
* Consolidate all of the SSL method structs/functions into a single file.jsing2018-11-051-0/+666