summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_ciph.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove SSL_DES and SSL_IDEA remnantstb2025-01-181-3/+1
* Remove last uses of SSL_aDSStb2025-01-181-12/+1
* Update for OPENSSL_cpu_caps() now being machine independent.jsing2024-08-311-6/+2
* Remove SSL_add_compression_methodtb2024-08-311-8/+1
* Remove get_cipher from SSL_METHOD.jsing2024-07-231-25/+22
* Use cipher suite values instead of IDs.jsing2024-07-221-30/+26
* Remove cipher from SSL_SESSION.jsing2024-07-201-13/+19
* Clean up SSL_HANDSHAKE_MAC_DEFAULT.jsing2024-07-161-15/+2
* Prepare to provide SSL_CIPHER_get_handshake_digest()tb2024-07-141-1/+17
* ssl_ciph.c: unwrap a linetb2024-05-091-3/+2
* Remove leftover logic of SSL2 supporttb2024-05-091-5/+3
* Remove SSL_CIPHER_get_by_{id,value}()tb2024-03-021-15/+1
* Remove GOST and STREEBOG support from libssl.beck2024-02-031-101/+6
* Remove last external call to EVP_PKEY_meth_find()tb2024-01-041-5/+6
* Unifdef OPENSSL_NO_ENGINE in libssltb2023-11-191-5/+1
* Hide all public symbols in libsslbeck2023-07-081-7/+32
* Make internal header file names consistenttb2022-11-261-2/+2
* ssl_cipher_process_rulestr: return early if a cipher command is invalidmillert2022-09-081-5/+2
* ssl_cipher_process_rulestr: don't read outside rule_str buffermillert2022-09-071-2/+3
* Make ssl_create_cipher_list() have a single exittb2022-09-041-23/+23
* Check sk_SSL_CIPHER_push() return valuetb2022-09-011-4/+11
* Remove a commented-out sk_push that has been hanging around for > 20 yearstb2022-08-301-4/+1
* Remove a confusing commenttb2022-06-291-7/+2
* Parse the @SECLEVEL=n annotation in cipher stringstb2022-06-291-8/+20
* Fix typo in commentbket2022-03-051-2/+2
* Bye bye S3I.jsing2022-02-051-3/+3
* Transform a mangled comment into something intelligible.tb2021-11-231-2/+5
* Do a first pass clean up of SSL_METHOD.jsing2021-07-031-3/+11
* Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_*jsing2021-05-161-1/+2
* Provide SSL_CIPHER_find(3)tb2021-05-101-1/+7
* Rename new_cipher to cipher.jsing2021-03-241-3/+3
* Absorb ssl3_get_algorithm2() into ssl_get_handshake_evp_md().jsing2021-02-071-2/+14
* Implement SSL_{CTX_,}set_ciphersuites().jsing2020-09-131-2/+15
* Remove cipher_list_by_id.jsing2020-09-111-14/+3
* Provide TLSv1.3 cipher suite aliases to match the names used in RFC 8446.jsing2020-04-191-2/+25
* Fix wrapping/indentation.jsing2020-04-181-4/+3
* Tweak previous active cipher suite code.jsing2020-04-181-6/+5
* Only include TLSv1.3 cipher suites if there are active cipher suites.jsing2020-04-171-2/+10
* Include TLSv1.3 cipher suites unless cipher string references TLSv1.3.jsing2020-04-091-6/+19
* Tidy line wrapping and remove an extra blank line.jsing2020-04-091-4/+3
* ssl_aes_is_accelerated() returns a boolean - treat it as such, rather thanjsing2020-04-091-2/+2
* Fix SSL_CIPHER_descriptioninoguchi2020-01-261-2/+2
* Add strings for SSL_aTLS1_3 and SSL_kTLS1_3 to SSL_CIPHER_description().jsing2020-01-241-1/+7
* Clean up the cipher/digest table mess.jsing2019-04-041-174/+42
* If ssl_cipher_apply_rule() is given a specific cipher suite, match on it.jsing2019-03-241-3/+4
* Add TLSv1.3 cipher suites (with appropriate guards).jsing2018-11-071-3/+12
* Remove now unused code for EVP_CIPH_FLAG_AEAD_CIPHER and EVP_CIPH_GCM_MODE.jsing2018-09-081-6/+14
* SSL_MAX_DIGEST is no longer needed.jsing2018-09-081-12/+9
* Drop SSL_CIPHER_ALGORITHM2_AEAD flag.jsing2018-09-061-5/+3
* Stop using composite EVP_CIPHER AEADs.jsing2018-09-031-25/+7