| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace the remaining ssl3_get_cipher_by_char() calls with n2s() and | jsing | 2014-08-23 | 1 | -23/+1 |
* | Provide a ssl3_get_cipher_by_id() function that allows ciphers to be looked | jsing | 2014-08-11 | 1 | -1/+14 |
* | Tweak cipher list comments and add missing cipher value comments. | jsing | 2014-08-10 | 1 | -5/+26 |
* | Remove disabled (weakened export and non-ephemeral DH) cipher suites from | jsing | 2014-08-10 | 1 | -470/+5 |
* | Oops, revert changes commited by mistake. The previous commit was supposed | miod | 2014-08-07 | 1 | -2/+4 |
* | When you expect a function to return a particular value, don't put a comment | miod | 2014-08-07 | 1 | -4/+2 |
* | The bell tolls for BUF_strdup - Start the migration to using | beck | 2014-07-13 | 1 | -2/+2 |
* | The correct name for EDH is DHE, likewise EECDH should be ECDHE. | jsing | 2014-07-12 | 1 | -67/+67 |
* | Remove the PSK code. We don't need to drag around this | beck | 2014-07-11 | 1 | -71/+1 |
* | decompress libssl. ok beck jsing | tedu | 2014-07-10 | 1 | -5/+1 |
* | tedu the SSL export cipher handling - since we do not have enabled export | jsing | 2014-07-09 | 1 | -18/+12 |
* | remove unused, private version strings except SSL_version_str | bcook | 2014-07-09 | 1 | -3/+1 |
* | Mark the weakened 40-bit export ciphers as invalid - no one in their right | jsing | 2014-07-08 | 1 | -9/+9 |
* | Remove SSL_FIPS. | jsing | 2014-07-08 | 1 | -84/+84 |
* | Nuke SSL_NOT_EXP since it does nothing. | jsing | 2014-07-08 | 1 | -124/+124 |
* | Specify the correct strength bits for 3DES cipher suites. | jsing | 2014-06-21 | 1 | -15/+13 |
* | Add ChaCha20-Poly1305 based ciphersuites. | jsing | 2014-06-13 | 1 | -1/+52 |
* | Switch the AES-GCM cipher suites to SSL_CIPHER_ALGORITHM2_AEAD. | jsing | 2014-06-13 | 1 | -21/+68 |
* | Remove support for the `opaque PRF input' extension, which draft has expired | miod | 2014-06-13 | 1 | -55/+1 |
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
* | Remove another NULL check before a BIO_free(). | jsing | 2014-06-07 | 1 | -4/+4 |
* | ssl3_free_digest_list() has its own NULL check. | jsing | 2014-06-07 | 1 | -5/+3 |
* | BIO_free has an implicit NULL check, so do not bother checking for NULL | jsing | 2014-06-07 | 1 | -2/+1 |
* | ssl3_release_{read,write}_buffer() handle being called with NULL buffers, | jsing | 2014-06-07 | 1 | -4/+3 |
* | The DH_free, EC_KEY_free, EVP_PKEY_free and RSA_free functions all have | jsing | 2014-06-07 | 1 | -27/+14 |
* | More manual OPENSSL_NO_EC and OPENSSL_NO_TLSEXT cleanup. | jsing | 2014-05-31 | 1 | -5/+1 |
* | ECDH and ECDSA will not work overly well if there is no EC, so unifdef | jsing | 2014-05-31 | 1 | -6/+0 |
* | TLS would not be entirely functional without extensions, so unifdef | jsing | 2014-05-31 | 1 | -14/+0 |
* | remove some #if 0 code. we don't need any more reminders that we're using | tedu | 2014-05-30 | 1 | -9/+0 |
* | Make use of SSL_IS_DTLS, SSL_USE_EXPLICIT_IV, SSL_USE_SIGALGS and | jsing | 2014-05-30 | 1 | -2/+2 |
* | unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them. | tedu | 2014-05-29 | 1 | -36/+0 |
* | Make it substantially easier to identify protocol version requirements | jsing | 2014-05-29 | 1 | -1/+1 |
* | There is no point in checking if a pointer is non-NULL before calling free, | jsing | 2014-05-28 | 1 | -25/+14 |
* | Replace the following logic: | miod | 2014-05-26 | 1 | -8/+10 |
* | Remove TLS_DEBUG, SSL_DEBUG, CIPHER_DEBUG and OPENSSL_RI_DEBUG. Much of | jsing | 2014-05-25 | 1 | -24/+0 |
* | Use C99 initialisers for SSL3_ENC_METHOD structs. | jsing | 2014-05-24 | 1 | -14/+16 |
* | Clean up the SSL cipher initialisation and use C99 initialisers for | jsing | 2014-05-23 | 1 | -1709/+1712 |
* | There are two actual uses of e_os2.h in libssl - an OPENSSL_GLOBAL (an | jsing | 2014-05-22 | 1 | -1/+1 |
* | Stop including kssl_lcl.h and nuke it from orbit - it is a no-op now. | jsing | 2014-05-22 | 1 | -1/+0 |
* | KSSL is dead... nuke KSSL_DEBUG from orbit. | jsing | 2014-05-20 | 1 | -3/+0 |
* | deleted seed some time ago | tedu | 2014-05-17 | 1 | -101/+0 |
* | Remove SRP and Kerberos support from libssl. These are complex protocols | tedu | 2014-05-05 | 1 | -445/+0 |
* | More KNF, things that couldn't be verified with md5(1), and some whitespace | mcbride | 2014-04-24 | 1 | -7/+9 |
* | KNF | mcbride | 2014-04-24 | 1 | -99/+181 |
* | more malloc/realloc/calloc cleanups; ok beck kettenis | deraadt | 2014-04-21 | 1 | -2/+1 |
* | More KNF and style consistency tweaks | guenther | 2014-04-19 | 1 | -8/+9 |
* | spacing | tedu | 2014-04-18 | 1 | -10/+11 |
* | whack a bunch of disabled code. ok beck lteo | tedu | 2014-04-17 | 1 | -169/+0 |
* | always build in RSA and DSA. ok deraadt miod | tedu | 2014-04-17 | 1 | -42/+3 |
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -14/+14 |