summaryrefslogtreecommitdiff
path: root/src/lib/libssl/t1_enc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add a define for the SSLv3 sequence size and use it, rather than sprinklingjsing2014-06-081-2/+2
* Be explicit with types. No binary change.jsing2014-06-081-3/+3
* Factor out the part of tls1_change_cipher_state() that is specific tojsing2014-06-081-126/+153
* Factor out the sequence number reset code to aid in upcoming changes.jsing2014-06-081-8/+10
* Add missing NULL check after calling EVP_PKEY_new_mac_key().jsing2014-06-071-0/+2
* Use !is_read to imply SSL3_CC_WRITE.jsing2014-06-071-3/+2
* Move the export label initialisation into the export handling code, sincejsing2014-06-071-6/+11
* Remove pointless casts - no binary change.jsing2014-06-071-2/+2
* Rename variables to make it clear that these are only used in the exportjsing2014-06-071-15/+18
* Further clean up of context handling in tls1_change_cipher_state().jsing2014-06-071-21/+17
* Rename more variables for readability and consistency.jsing2014-06-021-25/+25
* Overhaul the key block handling in tls1_change_cipher_state() - usejsing2014-06-011-46/+66
* In tls1_setup_key_block(), use the correct IV length for GCM mode, whichjsing2014-06-011-17/+24
* Clean up the tls1_change_cipher_state() key length handling and use ajsing2014-06-011-10/+12
* remove some #if 0 code. we don't need any more reminders that we're usingtedu2014-05-301-4/+0
* Make use of SSL_IS_DTLS, SSL_USE_EXPLICIT_IV, SSL_USE_SIGALGS andjsing2014-05-301-8/+5
* Fix another two cases where the return value of ssl_replace_hash() isjsing2014-05-291-8/+18
* More KNF.jsing2014-05-281-11/+12
* Refactor tls1_change_cipher_state() and split the compression handling outjsing2014-05-281-32/+44
* There is no point in checking if a pointer is non-NULL before calling free,jsing2014-05-281-4/+2
* Remove TLS_DEBUG, SSL_DEBUG, CIPHER_DEBUG and OPENSSL_RI_DEBUG. Much ofjsing2014-05-251-46/+0
* The ssl_ciper_get_evp() function is currently overloaded to also return thejsing2014-05-251-3/+10
* Invoke OPENSSL_cleanse() with the size of the variable you are cleaning.miod2014-05-241-1/+1
* KSSL is dead... nuke KSSL_DEBUG from orbit.jsing2014-05-201-83/+0
* use the correct algorithm mask. reported by satish lvr viatedu2014-04-281-1/+1
* more malloc/realloc/calloc cleanups; ok beck kettenisderaadt2014-04-211-2/+2
* Chop off more SSLv2 tentacles and start fixing and noting y2038 issues.guenther2014-04-201-1/+0
* More KNF.jsing2014-04-191-31/+36
* now that knf carpet bombing is finished, switch to hand to hand combat.tedu2014-04-181-82/+75
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-9/+9
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-7/+0
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-141-604/+582
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-5/+6
* SECURITY fixes backported from openssl-1.0.1f. ok mikeb@jca2014-02-271-11/+17
* cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txtmarkus2013-02-141-83/+74
* resolve conflictsdjm2012-10-131-49/+260
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-10/+4
* resolve conflicts, fix local changesdjm2010-10-011-165/+344
* resolve conflictsdjm2009-01-091-15/+23
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-0/+4
* resolve conflictsdjm2008-09-061-18/+62
* resolve conflictsdjm2005-04-291-1/+3
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-10/+10
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-101-8/+19
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-33/+188
* merge openssl 0.9.6b-enginebeck2001-08-011-2/+14
* openssl-engine-0.9.6a mergebeck2001-06-221-1/+4
* openssl-engine-0.9.6 mergebeck2000-12-151-6/+6
* OpenSSL 0.9.5 mergebeck2000-03-191-3/+3
* OpenSSL 0.9.4 mergebeck1999-09-291-95/+93