summaryrefslogtreecommitdiff
path: root/lib/libssl/ssl_local.h
AgeCommit message (Expand)Author
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-19Move client ciphers from SSL_SESSION to SSL_HANDSHAKE.Joel Sing
2024-07-16Clean up SSL_HANDSHAKE_MAC_DEFAULT.Joel Sing
2024-07-15Mop up TLS1_PRF* defines.Joel Sing
2024-06-25Implement RSA key exchange in constant time.Joel Sing
2024-05-19remove prototypes with no matching functionJonathan Gray
2024-05-10Remove fixed nonce length information from algorithm2Theo Buehler
2024-03-26Add an indicator that an extension has been processed.Bob Beck
2024-02-03Remove GOST and STREEBOG support from libssl.Bob Beck
2023-12-29Neuter the SSL_set_debug(3) APITheo Buehler
2023-11-29Convert ssl3_cipher_by_id() to bsearch()Theo Buehler
2023-11-29Use a long for id in ssl3_get_cipher_by_id()Theo Buehler
2023-11-25Move ssl_cipher_id_cmp() next to its only callerTheo Buehler
2023-11-19Unifdef OPENSSL_NO_ENGINE in libsslTheo Buehler
2023-07-06unifdef the LIBRESSL_HAS_TLS1_3_[CLIENT|SERVER] gooBob Beck
2023-05-26Move verified_chain from SSL to SSL_HANDSHAKETheo Buehler
2023-04-25Unbreak tree: file missed in last commitTheo Buehler
2023-04-23Randomize the order of TLS extensionsTheo Buehler
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-11-26Make header guards of internal headers consistentTheo Buehler
2022-11-26Make internal header file names consistentTheo Buehler