| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | OpenSSL started adding const to functions all over the place. Make all | tb | 2018-04-25 | 1 | -2/+2 |
* | Provide SSL_CIPHER_get_auth_nid(), SSL_CIPHER_get_cipher_nid(), | jsing | 2018-03-17 | 1 | -1/+99 |
* | Remove the original (pre-IETF) chacha20-poly1305 cipher suites. | jsing | 2017-08-28 | 1 | -12/+2 |
* | Remove the handshake digests and related code, replacing remaining uses | jsing | 2017-03-10 | 1 | -21/+1 |
* | Provide a rolling handshake hash that commences as soon as the cipher | jsing | 2017-03-05 | 1 | -1/+29 |
* | Remove STREEBOG 512 as a TLS MAC since there are currently no cipher suites | jsing | 2017-02-21 | 1 | -22/+4 |
* | Change SSLerror() back to taking two args, with the first one being an SSL *. | beck | 2017-02-07 | 1 | -6/+6 |
* | Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the ugly | beck | 2017-01-26 | 1 | -5/+3 |
* | Send the error function codes to rot in the depths of hell where they belong | beck | 2017-01-26 | 1 | -6/+6 |
* | sk_SSL_CIPHER_free() checks for NULL so do not bother doing the same from | jsing | 2017-01-24 | 1 | -5/+3 |
* | Remove the single IDEA cipher suite. There is no good reason to support | jsing | 2016-11-06 | 1 | -6/+1 |
* | unifdef -m -UOPENSSL_NO_CHACHA -UOPENSSL_NO_POLY1305 | jsing | 2016-11-06 | 1 | -3/+1 |
* | Remove support for fixed ECDH cipher suites - these is not widely supported | jsing | 2016-10-19 | 1 | -30/+2 |
* | Implement the IETF ChaCha20-Poly1305 cipher suites. | jsing | 2016-04-28 | 1 | -6/+16 |
* | Rename EVP_aead_chacha20_poly1305() to EVP_aead_chacha20_poly1305_old() | jsing | 2016-04-28 | 1 | -2/+2 |
* | decipher comment. ok bcook@ | mmcc | 2015-12-12 | 1 | -2/+2 |
* | Switch to miod's shiny new OPENSSL_cpu_caps() and we can now also enable | jsing | 2015-09-13 | 1 | -3/+3 |
* | If we have hardware acceleration for AES, prefer AES as a symmetric cipher | jsing | 2015-09-13 | 1 | -7/+30 |
* | Provide a SSL_CIPHER_get_by_value() function that allows a cipher to be | jsing | 2015-02-07 | 1 | -1/+19 |
* | Add AEAD as a "MAC alias" so that it is possible to identify/select ciphers | jsing | 2015-01-26 | 1 | -1/+5 |
* | Remove trailing whitespace. | jsing | 2014-12-14 | 1 | -20/+20 |
* | Remove support for GOST R 34.10-94 signature authentication, along with | jsing | 2014-12-10 | 1 | -13/+4 |
* | Remove get_optional_pkey_id() - it is a hack that existed due to GOST | jsing | 2014-12-07 | 1 | -46/+8 |
* | Remove now bogus comment that got missed in the GOST commit. | jsing | 2014-12-06 | 1 | -5/+2 |
* | Fix some horrible style(9) violations... | jsing | 2014-12-06 | 1 | -63/+63 |
* | Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov. | miod | 2014-11-18 | 1 | -10/+60 |
* | Sort and group includes. | jsing | 2014-11-16 | 1 | -1/+4 |
* | Clean up more SSLv2 remnants. | jsing | 2014-11-08 | 1 | -17/+5 |
* | Remove remnants from RC2 and SEED - there are no longer any cipher suites | jsing | 2014-11-02 | 1 | -40/+12 |
* | Add cipher aliases for DHE (the correct name for EDH) and ECDHE (the | jsing | 2014-10-15 | 1 | -1/+11 |