| Commit message (Expand) | Author | Age | Files | Lines |
* | Update for OPENSSL_cpu_caps() now being machine independent. | jsing | 2024-08-31 | 1 | -6/+2 |
* | Remove SSL_add_compression_method | tb | 2024-08-31 | 1 | -8/+1 |
* | Remove get_cipher from SSL_METHOD. | jsing | 2024-07-23 | 1 | -25/+22 |
* | Use cipher suite values instead of IDs. | jsing | 2024-07-22 | 1 | -30/+26 |
* | Remove cipher from SSL_SESSION. | jsing | 2024-07-20 | 1 | -13/+19 |
* | Clean up SSL_HANDSHAKE_MAC_DEFAULT. | jsing | 2024-07-16 | 1 | -15/+2 |
* | Prepare to provide SSL_CIPHER_get_handshake_digest() | tb | 2024-07-14 | 1 | -1/+17 |
* | ssl_ciph.c: unwrap a line | tb | 2024-05-09 | 1 | -3/+2 |
* | Remove leftover logic of SSL2 support | tb | 2024-05-09 | 1 | -5/+3 |
* | Remove SSL_CIPHER_get_by_{id,value}() | tb | 2024-03-02 | 1 | -15/+1 |
* | Remove GOST and STREEBOG support from libssl. | beck | 2024-02-03 | 1 | -101/+6 |
* | Remove last external call to EVP_PKEY_meth_find() | tb | 2024-01-04 | 1 | -5/+6 |
* | Unifdef OPENSSL_NO_ENGINE in libssl | tb | 2023-11-19 | 1 | -5/+1 |
* | Hide all public symbols in libssl | beck | 2023-07-08 | 1 | -7/+32 |
* | Make internal header file names consistent | tb | 2022-11-26 | 1 | -2/+2 |
* | ssl_cipher_process_rulestr: return early if a cipher command is invalid | millert | 2022-09-08 | 1 | -5/+2 |
* | ssl_cipher_process_rulestr: don't read outside rule_str buffer | millert | 2022-09-07 | 1 | -2/+3 |
* | Make ssl_create_cipher_list() have a single exit | tb | 2022-09-04 | 1 | -23/+23 |
* | Check sk_SSL_CIPHER_push() return value | tb | 2022-09-01 | 1 | -4/+11 |
* | Remove a commented-out sk_push that has been hanging around for > 20 years | tb | 2022-08-30 | 1 | -4/+1 |
* | Remove a confusing comment | tb | 2022-06-29 | 1 | -7/+2 |
* | Parse the @SECLEVEL=n annotation in cipher strings | tb | 2022-06-29 | 1 | -8/+20 |
* | Fix typo in comment | bket | 2022-03-05 | 1 | -2/+2 |
* | Bye bye S3I. | jsing | 2022-02-05 | 1 | -3/+3 |
* | Transform a mangled comment into something intelligible. | tb | 2021-11-23 | 1 | -2/+5 |
* | Do a first pass clean up of SSL_METHOD. | jsing | 2021-07-03 | 1 | -3/+11 |
* | Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_* | jsing | 2021-05-16 | 1 | -1/+2 |
* | Provide SSL_CIPHER_find(3) | tb | 2021-05-10 | 1 | -1/+7 |
* | Rename new_cipher to cipher. | jsing | 2021-03-24 | 1 | -3/+3 |
* | Absorb ssl3_get_algorithm2() into ssl_get_handshake_evp_md(). | jsing | 2021-02-07 | 1 | -2/+14 |
* | Implement SSL_{CTX_,}set_ciphersuites(). | jsing | 2020-09-13 | 1 | -2/+15 |
* | Remove cipher_list_by_id. | jsing | 2020-09-11 | 1 | -14/+3 |
* | Provide TLSv1.3 cipher suite aliases to match the names used in RFC 8446. | jsing | 2020-04-19 | 1 | -2/+25 |
* | Fix wrapping/indentation. | jsing | 2020-04-18 | 1 | -4/+3 |
* | Tweak previous active cipher suite code. | jsing | 2020-04-18 | 1 | -6/+5 |
* | Only include TLSv1.3 cipher suites if there are active cipher suites. | jsing | 2020-04-17 | 1 | -2/+10 |
* | Include TLSv1.3 cipher suites unless cipher string references TLSv1.3. | jsing | 2020-04-09 | 1 | -6/+19 |
* | Tidy line wrapping and remove an extra blank line. | jsing | 2020-04-09 | 1 | -4/+3 |
* | ssl_aes_is_accelerated() returns a boolean - treat it as such, rather than | jsing | 2020-04-09 | 1 | -2/+2 |
* | Fix SSL_CIPHER_description | inoguchi | 2020-01-26 | 1 | -2/+2 |
* | Add strings for SSL_aTLS1_3 and SSL_kTLS1_3 to SSL_CIPHER_description(). | jsing | 2020-01-24 | 1 | -1/+7 |
* | Clean up the cipher/digest table mess. | jsing | 2019-04-04 | 1 | -174/+42 |
* | If ssl_cipher_apply_rule() is given a specific cipher suite, match on it. | jsing | 2019-03-24 | 1 | -3/+4 |
* | Add TLSv1.3 cipher suites (with appropriate guards). | jsing | 2018-11-07 | 1 | -3/+12 |
* | Remove now unused code for EVP_CIPH_FLAG_AEAD_CIPHER and EVP_CIPH_GCM_MODE. | jsing | 2018-09-08 | 1 | -6/+14 |
* | SSL_MAX_DIGEST is no longer needed. | jsing | 2018-09-08 | 1 | -12/+9 |
* | Drop SSL_CIPHER_ALGORITHM2_AEAD flag. | jsing | 2018-09-06 | 1 | -5/+3 |
* | Stop using composite EVP_CIPHER AEADs. | jsing | 2018-09-03 | 1 | -25/+7 |
* | Stop handling AES-GCM via ssl_cipher_get_evp(). | jsing | 2018-09-03 | 1 | -20/+3 |
* | Clean up SSL_DES and SSL_IDEA remnants. | jsing | 2018-09-03 | 1 | -41/+13 |