| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a define for the SSLv3 sequence size and use it, rather than sprinkling | jsing | 2014-06-08 | 1 | -2/+2 |
* | Be explicit with types. No binary change. | jsing | 2014-06-08 | 1 | -3/+3 |
* | Factor out the part of tls1_change_cipher_state() that is specific to | jsing | 2014-06-08 | 1 | -126/+153 |
* | Factor out the sequence number reset code to aid in upcoming changes. | jsing | 2014-06-08 | 1 | -8/+10 |
* | Add missing NULL check after calling EVP_PKEY_new_mac_key(). | jsing | 2014-06-07 | 1 | -0/+2 |
* | Use !is_read to imply SSL3_CC_WRITE. | jsing | 2014-06-07 | 1 | -3/+2 |
* | Move the export label initialisation into the export handling code, since | jsing | 2014-06-07 | 1 | -6/+11 |
* | Remove pointless casts - no binary change. | jsing | 2014-06-07 | 1 | -2/+2 |
* | Rename variables to make it clear that these are only used in the export | jsing | 2014-06-07 | 1 | -15/+18 |
* | Further clean up of context handling in tls1_change_cipher_state(). | jsing | 2014-06-07 | 1 | -21/+17 |
* | Rename more variables for readability and consistency. | jsing | 2014-06-02 | 1 | -25/+25 |
* | Overhaul the key block handling in tls1_change_cipher_state() - use | jsing | 2014-06-01 | 1 | -46/+66 |
* | In tls1_setup_key_block(), use the correct IV length for GCM mode, which | jsing | 2014-06-01 | 1 | -17/+24 |
* | Clean up the tls1_change_cipher_state() key length handling and use a | jsing | 2014-06-01 | 1 | -10/+12 |
* | remove some #if 0 code. we don't need any more reminders that we're using | tedu | 2014-05-30 | 1 | -4/+0 |
* | Make use of SSL_IS_DTLS, SSL_USE_EXPLICIT_IV, SSL_USE_SIGALGS and | jsing | 2014-05-30 | 1 | -8/+5 |
* | Fix another two cases where the return value of ssl_replace_hash() is | jsing | 2014-05-29 | 1 | -8/+18 |
* | More KNF. | jsing | 2014-05-28 | 1 | -11/+12 |
* | Refactor tls1_change_cipher_state() and split the compression handling out | jsing | 2014-05-28 | 1 | -32/+44 |
* | There is no point in checking if a pointer is non-NULL before calling free, | jsing | 2014-05-28 | 1 | -4/+2 |
* | Remove TLS_DEBUG, SSL_DEBUG, CIPHER_DEBUG and OPENSSL_RI_DEBUG. Much of | jsing | 2014-05-25 | 1 | -46/+0 |
* | The ssl_ciper_get_evp() function is currently overloaded to also return the | jsing | 2014-05-25 | 1 | -3/+10 |
* | Invoke OPENSSL_cleanse() with the size of the variable you are cleaning. | miod | 2014-05-24 | 1 | -1/+1 |
* | KSSL is dead... nuke KSSL_DEBUG from orbit. | jsing | 2014-05-20 | 1 | -83/+0 |
* | use the correct algorithm mask. reported by satish lvr via | tedu | 2014-04-28 | 1 | -1/+1 |
* | more malloc/realloc/calloc cleanups; ok beck kettenis | deraadt | 2014-04-21 | 1 | -2/+2 |
* | Chop off more SSLv2 tentacles and start fixing and noting y2038 issues. | guenther | 2014-04-20 | 1 | -1/+0 |
* | More KNF. | jsing | 2014-04-19 | 1 | -31/+36 |
* | now that knf carpet bombing is finished, switch to hand to hand combat. | tedu | 2014-04-18 | 1 | -82/+75 |
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -9/+9 |
* | remove FIPS mode support. people who require FIPS can buy something that | tedu | 2014-04-15 | 1 | -7/+0 |
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-14 | 1 | -604/+582 |
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 1 | -5/+6 |
* | SECURITY fixes backported from openssl-1.0.1f. ok mikeb@ | jca | 2014-02-27 | 1 | -11/+17 |
* | cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txt | markus | 2013-02-14 | 1 | -83/+74 |
* | resolve conflicts | djm | 2012-10-13 | 1 | -49/+260 |
* | openssl-1.0.0e: resolve conflicts | djm | 2011-11-03 | 1 | -10/+4 |
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -165/+344 |
* | resolve conflicts | djm | 2009-01-09 | 1 | -15/+23 |
* | update to openssl-0.9.8i; tested by several, especially krw@ | djm | 2009-01-05 | 1 | -0/+4 |
* | resolve conflicts | djm | 2008-09-06 | 1 | -18/+62 |
* | resolve conflicts | djm | 2005-04-29 | 1 | -1/+3 |
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 1 | -10/+10 |
* | merge openssl-0.9.7-beta3, tested on vax by miod@ | markus | 2002-09-10 | 1 | -8/+19 |
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -33/+188 |
* | merge openssl 0.9.6b-engine | beck | 2001-08-01 | 1 | -2/+14 |
* | openssl-engine-0.9.6a merge | beck | 2001-06-22 | 1 | -1/+4 |
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -6/+6 |
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -3/+3 |
* | OpenSSL 0.9.4 merge | beck | 1999-09-29 | 1 | -95/+93 |