Age | Commit message (Expand) | Author |
2014-10-03 | Add support for automatic ephemeral EC keys. | Joel Sing |
2014-09-30 | Clean up EC cipher handling in ssl3_choose_cipher(). | Joel Sing |
2014-09-07 | Remove SSL_kDHr, SSL_kDHd and SSL_aDH. No supported ciphersuites use them, | Joel Sing |
2014-08-24 | Replace the remaining uses of ssl3_put_cipher_by_char() with s2n and a | Joel Sing |
2014-08-23 | Remove non-standard GOST cipher suites (which are not compiled in | Joel Sing |
2014-08-23 | Replace the remaining ssl3_get_cipher_by_char() calls with n2s() and | Joel Sing |
2014-08-11 | Provide a ssl3_get_cipher_by_id() function that allows ciphers to be looked | Joel Sing |
2014-08-10 | Tweak cipher list comments and add missing cipher value comments. | Joel Sing |
2014-08-10 | Remove disabled (weakened export and non-ephemeral DH) cipher suites from | Joel Sing |
2014-08-07 | Oops, revert changes commited by mistake. The previous commit was supposed | Miod Vallat |
2014-08-07 | When you expect a function to return a particular value, don't put a comment | Miod Vallat |
2014-07-13 | The bell tolls for BUF_strdup - Start the migration to using | Bob Beck |
2014-07-12 | The correct name for EDH is DHE, likewise EECDH should be ECDHE. | Joel Sing |
2014-07-11 | Remove the PSK code. We don't need to drag around this | Bob Beck |
2014-07-10 | decompress libssl. ok beck jsing | Ted Unangst |
2014-07-09 | tedu the SSL export cipher handling - since we do not have enabled export | Joel Sing |
2014-07-09 | remove unused, private version strings except SSL_version_str | Brent Cook |
2014-07-08 | Mark the weakened 40-bit export ciphers as invalid - no one in their right | Joel Sing |
2014-07-08 | Remove SSL_FIPS. | Joel Sing |
2014-07-08 | Nuke SSL_NOT_EXP since it does nothing. | Joel Sing |
2014-06-21 | Specify the correct strength bits for 3DES cipher suites. | Joel Sing |
2014-06-13 | Add ChaCha20-Poly1305 based ciphersuites. | Joel Sing |
2014-06-13 | Switch the AES-GCM cipher suites to SSL_CIPHER_ALGORITHM2_AEAD. | Joel Sing |
2014-06-13 | Remove support for the `opaque PRF input' extension, which draft has expired | Miod Vallat |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-06-07 | Remove another NULL check before a BIO_free(). | Joel Sing |
2014-06-07 | ssl3_free_digest_list() has its own NULL check. | Joel Sing |
2014-06-07 | BIO_free has an implicit NULL check, so do not bother checking for NULL | Joel Sing |
2014-06-07 | ssl3_release_{read,write}_buffer() handle being called with NULL buffers, | Joel Sing |
2014-06-07 | The DH_free, EC_KEY_free, EVP_PKEY_free and RSA_free functions all have | Joel Sing |
2014-05-31 | More manual OPENSSL_NO_EC and OPENSSL_NO_TLSEXT cleanup. | Joel Sing |
2014-05-31 | ECDH and ECDSA will not work overly well if there is no EC, so unifdef | Joel Sing |
2014-05-31 | TLS would not be entirely functional without extensions, so unifdef | Joel Sing |
2014-05-30 | remove some #if 0 code. we don't need any more reminders that we're using | Ted Unangst |
2014-05-30 | Make use of SSL_IS_DTLS, SSL_USE_EXPLICIT_IV, SSL_USE_SIGALGS and | Joel Sing |
2014-05-29 | unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them. | Ted Unangst |
2014-05-29 | Make it substantially easier to identify protocol version requirements | Joel Sing |
2014-05-28 | There is no point in checking if a pointer is non-NULL before calling free, | Joel Sing |
2014-05-26 | Replace the following logic: | Miod Vallat |
2014-05-25 | Remove TLS_DEBUG, SSL_DEBUG, CIPHER_DEBUG and OPENSSL_RI_DEBUG. Much of | Joel Sing |
2014-05-24 | Use C99 initialisers for SSL3_ENC_METHOD structs. | Joel Sing |
2014-05-23 | Clean up the SSL cipher initialisation and use C99 initialisers for | Joel Sing |
2014-05-22 | There are two actual uses of e_os2.h in libssl - an OPENSSL_GLOBAL (an | Joel Sing |
2014-05-22 | Stop including kssl_lcl.h and nuke it from orbit - it is a no-op now. | Joel Sing |
2014-05-20 | KSSL is dead... nuke KSSL_DEBUG from orbit. | Joel Sing |
2014-05-17 | deleted seed some time ago | Ted Unangst |
2014-05-05 | Remove SRP and Kerberos support from libssl. These are complex protocols | Ted Unangst |
2014-04-24 | More KNF, things that couldn't be verified with md5(1), and some whitespace | Ryan Thomas McBride |
2014-04-24 | KNF | Ryan Thomas McBride |
2014-04-21 | more malloc/realloc/calloc cleanups; ok beck kettenis | Theo de Raadt |