summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_methods.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove get_cipher from SSL_METHOD.jsing2024-07-231-16/+1
* Hide all public symbols in libsslbeck2023-07-081-1/+25
* unifdef the LIBRESSL_HAS_TLS1_3_[CLIENT|SERVER] goobeck2023-07-061-36/+1
* Make internal header file names consistenttb2022-11-261-3/+3
* Dedup dtls1_dispatch_alert()/ssl3_dispatch_alert().jsing2021-07-261-17/+1
* Do a first pass clean up of SSL_METHOD.jsing2021-07-031-49/+1
* Merge SSL_METHOD_INTERNAL into SSL_METHOD.jsing2021-07-011-97/+33
* Move DTLS structs/definitions/prototypes to dtls_locl.h.jsing2021-05-161-1/+2
* Expose various DTLSv1.2 specific functions and definestb2021-03-311-15/+1
* Only use TLS versions internally (rather than both TLS and DTLS versions).jsing2021-02-251-33/+33
* Add DTLSv1.2 methods.jsing2021-02-201-2/+152
* Bring back *_client_method() structstb2020-12-011-8/+196
* Mark DTLS methods as DTLS.jsing2020-10-141-1/+7
* SSL3_ENC_METHOD is just a flag word; merge it into SSL_METHOD_INTERNALguenther2020-10-111-7/+7
* Condense and simplify TLS methods.jsing2020-10-111-419/+54
* Use TLSv1_1_enc_data instead of DTLSv1_enc_data.jsing2020-10-031-4/+4
* 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