| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use string literals in printf style calls so gcc's -Wformat works. | doug | 2014-10-03 | 1 | -3/+3 |
* | Add CHACHA20 as a cipher symmetric encryption alias. | jsing | 2014-09-19 | 1 | -1/+5 |
* | Remove SSL_kDHr, SSL_kDHd and SSL_aDH. No supported ciphersuites use them, | jsing | 2014-09-07 | 1 | -39/+9 |
* | The correct name for EDH is DHE, likewise EECDH should be ECDHE. | jsing | 2014-07-12 | 1 | -14/+14 |
* | Remove remnants from PSK, KRB5 and SRP. | jsing | 2014-07-12 | 1 | -59/+3 |
* | Make disabling last cipher work. | guenther | 2014-07-12 | 1 | -9/+9 |
* | Remove the PSK code. We don't need to drag around this | beck | 2014-07-11 | 1 | -3/+1 |
* | Remove more compression tendrils. | jsing | 2014-07-10 | 1 | -5/+1 |
* | Remove more compression related code. | jsing | 2014-07-10 | 1 | -10/+1 |
* | Put back some parts of the public SSL API that should not have been | jsing | 2014-07-10 | 1 | -1/+19 |
* | decompress libssl. ok beck jsing | tedu | 2014-07-10 | 1 | -173/+2 |