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