Age | Commit message (Expand) | Author |
---|---|---|
2021-03-11 | Remove ssl_downgrade_max_version(). | Joel Sing |
2021-02-25 | Only use TLS versions internally (rather than both TLS and DTLS versions). | Joel Sing |
2020-09-15 | Do not destroy an existing cipher list when ssl_parse_ciphersuites() | Ingo Schwarze |
2020-09-14 | Avoid NULL deref SSL_{,CTX_}set_ciphersuites | Theo Buehler |
2020-09-13 | Implement SSL_{CTX_,}set_ciphersuites(). | Joel Sing |
2020-09-11 | Remove cipher_list_by_id. | Joel Sing |
2020-09-11 | Rename ssl_cipher_is_permitted() | Joel Sing |
2020-05-31 | Replace ssl_max_server_version() with ssl_downgrade_max_version() | Joel Sing |
2019-05-15 | s3 is never NULL since s2 (formerly used for SSLv2) does not exist, so there is | Brent Cook |
2019-01-21 | Move ssl_cipher_list_to_bytes() and ssl_bytes_to_cipher_list() to | Theo Buehler |
2019-01-21 | Add ssl_cipher_is_permitted(), an internal helper function that | Theo Buehler |