Age | Commit message (Expand) | Author |
2019-04-04 | Clean up the cipher/digest table mess. | Joel Sing |
2019-03-24 | If ssl_cipher_apply_rule() is given a specific cipher suite, match on it. | Joel Sing |
2018-11-07 | Add TLSv1.3 cipher suites (with appropriate guards). | Joel Sing |
2018-09-08 | Remove now unused code for EVP_CIPH_FLAG_AEAD_CIPHER and EVP_CIPH_GCM_MODE. | Joel Sing |
2018-09-08 | SSL_MAX_DIGEST is no longer needed. | Joel Sing |
2018-09-06 | Drop SSL_CIPHER_ALGORITHM2_AEAD flag. | Joel Sing |
2018-09-03 | Stop using composite EVP_CIPHER AEADs. | Joel Sing |
2018-09-03 | Stop handling AES-GCM via ssl_cipher_get_evp(). | Joel Sing |
2018-09-03 | Clean up SSL_DES and SSL_IDEA remnants. | Joel Sing |
2018-04-25 | OpenSSL started adding const to functions all over the place. Make all | Theo Buehler |
2018-03-17 | Provide SSL_CIPHER_get_auth_nid(), SSL_CIPHER_get_cipher_nid(), | Joel Sing |
2017-08-28 | Remove the original (pre-IETF) chacha20-poly1305 cipher suites. | Joel Sing |
2017-03-10 | Remove the handshake digests and related code, replacing remaining uses | Joel Sing |
2017-03-05 | Provide a rolling handshake hash that commences as soon as the cipher | Joel Sing |
2017-02-21 | Remove STREEBOG 512 as a TLS MAC since there are currently no cipher suites | Joel Sing |
2017-02-07 | Change SSLerror() back to taking two args, with the first one being an SSL *. | Bob Beck |
2017-01-26 | Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the ugly | Bob Beck |
2017-01-26 | Send the error function codes to rot in the depths of hell where they belong | Bob Beck |
2017-01-24 | sk_SSL_CIPHER_free() checks for NULL so do not bother doing the same from | Joel Sing |
2016-11-06 | Remove the single IDEA cipher suite. There is no good reason to support | Joel Sing |
2016-11-06 | unifdef -m -UOPENSSL_NO_CHACHA -UOPENSSL_NO_POLY1305 | Joel Sing |
2016-10-19 | Remove support for fixed ECDH cipher suites - these is not widely supported | Joel Sing |
2016-04-28 | Implement the IETF ChaCha20-Poly1305 cipher suites. | Joel Sing |
2016-04-28 | Rename EVP_aead_chacha20_poly1305() to EVP_aead_chacha20_poly1305_old() | Joel Sing |
2015-12-12 | decipher comment. ok bcook@ | Michael McConville |
2015-09-13 | Switch to miod's shiny new OPENSSL_cpu_caps() and we can now also enable | Joel Sing |
2015-09-13 | If we have hardware acceleration for AES, prefer AES as a symmetric cipher | Joel Sing |
2015-02-07 | Provide a SSL_CIPHER_get_by_value() function that allows a cipher to be | Joel Sing |
2015-01-26 | Add AEAD as a "MAC alias" so that it is possible to identify/select ciphers | Joel Sing |
2014-12-14 | Remove trailing whitespace. | Joel Sing |
2014-12-10 | Remove support for GOST R 34.10-94 signature authentication, along with | Joel Sing |
2014-12-07 | Remove get_optional_pkey_id() - it is a hack that existed due to GOST | Joel Sing |
2014-12-06 | Remove now bogus comment that got missed in the GOST commit. | Joel Sing |
2014-12-06 | Fix some horrible style(9) violations... | Joel Sing |
2014-11-18 | Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov. | Miod Vallat |
2014-11-16 | Sort and group includes. | Joel Sing |
2014-11-08 | Clean up more SSLv2 remnants. | Joel Sing |
2014-11-02 | Remove remnants from RC2 and SEED - there are no longer any cipher suites | Joel Sing |
2014-10-15 | Add cipher aliases for DHE (the correct name for EDH) and ECDHE (the | Joel Sing |
2014-10-03 | Use string literals in printf style calls so gcc's -Wformat works. | Doug Hogan |
2014-09-19 | Add CHACHA20 as a cipher symmetric encryption alias. | Joel Sing |
2014-09-07 | Remove SSL_kDHr, SSL_kDHd and SSL_aDH. No supported ciphersuites use them, | Joel Sing |
2014-07-12 | The correct name for EDH is DHE, likewise EECDH should be ECDHE. | Joel Sing |
2014-07-12 | Remove remnants from PSK, KRB5 and SRP. | Joel Sing |
2014-07-12 | Make disabling last cipher work. | Philip Guenther |
2014-07-11 | Remove the PSK code. We don't need to drag around this | Bob Beck |
2014-07-10 | Remove more compression tendrils. | Joel Sing |
2014-07-10 | Remove more compression related code. | Joel Sing |
2014-07-10 | Put back some parts of the public SSL API that should not have been | Joel Sing |
2014-07-10 | decompress libssl. ok beck jsing | Ted Unangst |