summaryrefslogtreecommitdiffstats
path: root/lib/libssl/ssl_ciphers.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-31Replace ssl_max_server_version() with ssl_downgrade_max_version()jsing1-3/+4
2019-05-15s3 is never NULL since s2 (formerly used for SSLv2) does not exist, so there isbcook1-7/+5
2019-01-21Move ssl_cipher_list_to_bytes() and ssl_bytes_to_cipher_list() totb1-1/+119
2019-01-21Add ssl_cipher_is_permitted(), an internal helper function thattb1-0/+44