summaryrefslogtreecommitdiff
path: root/lib/libssl/ssl_ciph.c
AgeCommit message (Expand)Author
2024-08-31Update for OPENSSL_cpu_caps() now being machine independent.Joel Sing
2024-08-31Remove SSL_add_compression_methodTheo Buehler
2024-07-23Remove get_cipher from SSL_METHOD.Joel Sing
2024-07-22Use cipher suite values instead of IDs.Joel Sing
2024-07-20Remove cipher from SSL_SESSION.Joel Sing
2024-07-16Clean up SSL_HANDSHAKE_MAC_DEFAULT.Joel Sing
2024-07-14Prepare to provide SSL_CIPHER_get_handshake_digest()Theo Buehler
2024-05-09ssl_ciph.c: unwrap a lineTheo Buehler
2024-05-09Remove leftover logic of SSL2 supportTheo Buehler
2024-03-02Remove SSL_CIPHER_get_by_{id,value}()Theo Buehler
2024-02-03Remove GOST and STREEBOG support from libssl.Bob Beck
2024-01-04Remove last external call to EVP_PKEY_meth_find()Theo Buehler
2023-11-19Unifdef OPENSSL_NO_ENGINE in libsslTheo Buehler
2023-07-08Hide all public symbols in libsslBob Beck
2022-11-26Make internal header file names consistentTheo Buehler
2022-09-08ssl_cipher_process_rulestr: return early if a cipher command is invalidTodd C. Miller
2022-09-07ssl_cipher_process_rulestr: don't read outside rule_str bufferTodd C. Miller
2022-09-04Make ssl_create_cipher_list() have a single exitTheo Buehler
2022-09-01Check sk_SSL_CIPHER_push() return valueTheo Buehler
2022-08-30Remove a commented-out sk_push that has been hanging around for > 20 yearsTheo Buehler
2022-06-29Remove a confusing commentTheo Buehler
2022-06-29Parse the @SECLEVEL=n annotation in cipher stringsTheo Buehler
2022-03-05Fix typo in commentBjorn Ketelaars
2022-02-05Bye bye S3I.Joel Sing
2021-11-23Transform a mangled comment into something intelligible.Theo Buehler
2021-07-03Do a first pass clean up of SSL_METHOD.Joel Sing
2021-05-16Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_*Joel Sing
2021-05-10Provide SSL_CIPHER_find(3)Theo Buehler
2021-03-24Rename new_cipher to cipher.Joel Sing
2021-02-07Absorb ssl3_get_algorithm2() into ssl_get_handshake_evp_md().Joel Sing
2020-09-13Implement SSL_{CTX_,}set_ciphersuites().Joel Sing
2020-09-11Remove cipher_list_by_id.Joel Sing
2020-04-19Provide TLSv1.3 cipher suite aliases to match the names used in RFC 8446.Joel Sing
2020-04-18Fix wrapping/indentation.Joel Sing
2020-04-18Tweak previous active cipher suite code.Joel Sing
2020-04-17Only include TLSv1.3 cipher suites if there are active cipher suites.Joel Sing
2020-04-09Include TLSv1.3 cipher suites unless cipher string references TLSv1.3.Joel Sing
2020-04-09Tidy line wrapping and remove an extra blank line.Joel Sing
2020-04-09ssl_aes_is_accelerated() returns a boolean - treat it as such, rather thanJoel Sing
2020-01-26Fix SSL_CIPHER_descriptionKinichiro Inoguchi
2020-01-24Add strings for SSL_aTLS1_3 and SSL_kTLS1_3 to SSL_CIPHER_description().Joel Sing
2019-04-04Clean up the cipher/digest table mess.Joel Sing
2019-03-24If ssl_cipher_apply_rule() is given a specific cipher suite, match on it.Joel Sing
2018-11-07Add TLSv1.3 cipher suites (with appropriate guards).Joel Sing
2018-09-08Remove now unused code for EVP_CIPH_FLAG_AEAD_CIPHER and EVP_CIPH_GCM_MODE.Joel Sing
2018-09-08SSL_MAX_DIGEST is no longer needed.Joel Sing
2018-09-06Drop SSL_CIPHER_ALGORITHM2_AEAD flag.Joel Sing
2018-09-03Stop using composite EVP_CIPHER AEADs.Joel Sing
2018-09-03Stop handling AES-GCM via ssl_cipher_get_evp().Joel Sing
2018-09-03Clean up SSL_DES and SSL_IDEA remnants.Joel Sing