summaryrefslogtreecommitdiff
path: root/src/lib/libssl/s3_pkt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'OPENBSD_5_8_BASE'.OPENBSD_5_8_BASEcvs2svn2015-08-021-1395/+0
* Convert ssl3_get_record to CBS.doug2015-07-241-22/+29
* Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER workaround.doug2015-07-181-17/+4
* unconditionally align SSL payloadsbcook2014-12-141-15/+11
* Remove trailing whitespace.jsing2014-12-141-9/+9
* Sort and group includes.jsing2014-11-161-3/+5
* Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().jsing2014-10-181-2/+1
* Remove remnants from PSK, KRB5 and SRP.jsing2014-07-121-5/+1
* decompress libssl. ok beck jsingtedu2014-07-101-66/+3
* convert CRYPTO_memcmp to timingsafe_memcmp based on current policy favoringtedu2014-06-191-2/+2
* Add an SSL_AEAD_CTX to enable the use of EVP_AEAD with an SSL cipher.jsing2014-06-131-1/+4
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Disable TLS support...jsing2014-06-111-2/+0
* More KNF.jsing2014-06-111-56/+91
* Ensure that we do not process a ChangeCipherSpec with an empty masterjsing2014-06-051-1/+1
* Be selective as to when ChangeCipherSpec messages will be accepted.jsing2014-06-051-0/+8
* 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-15/+13
* Remove redundant test introduced in s3_pkt.c on 20001225, which got cargo-cultedmiod2014-05-271-2/+2
* Remove TLS_DEBUG, SSL_DEBUG, CIPHER_DEBUG and OPENSSL_RI_DEBUG. Much ofjsing2014-05-251-5/+0
* Constrain bytes read/written to positive values.beck2014-04-291-0/+10
* Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck2014-04-261-4/+2
* rearrange a bit of code/commentstedu2014-04-241-67/+89
* A fantastic way to make a large unsigned number is to assignbeck2014-04-241-0/+2
* on today's episode of things you didn't want to learn:tedu2014-04-241-0/+4
* release buffers fix was lost in merge. put it back.tedu2014-04-191-1/+2
* More KNF and style consistency tweaksguenther2014-04-191-2/+2
* Finish zapping SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION usage; only keepguenther2014-04-181-2/+1
* whack a bunch of disabled code. ok beck lteotedu2014-04-171-14/+0
* Mostly gut e_os.h:deraadt2014-04-171-1/+0
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-1/+1
* make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miodtedu2014-04-141-13/+0
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-141-661/+562
* Do not include "e_os.h" anymore. Simply pull in the necessary headers.mpi2014-04-131-2/+2
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-5/+6
* Piotr Sikora pointed me at a more refined diff for the buffer releasetedu2014-04-101-0/+2
* don't release the read buffer if we're not done reading from it.tedu2014-04-101-2/+0
* SECURITY fixes backported from openssl-1.0.1f. ok mikeb@jca2014-02-271-1/+7
* cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txtmarkus2013-02-141-47/+51
* resolve conflictsdjm2012-10-131-9/+68
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-2/+4
* resolve conflicts, fix local changesdjm2010-10-011-77/+206
* Security fix for CVE-2010-0740jasper2010-04-141-3/+4
* pull Ben Lauries blind prefix injection fix for CVE-2009-3555 frommarkus2009-11-101-1/+3
* resolve conflictsdjm2009-01-091-1/+8
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-0/+7
* resolve conflictsdjm2008-09-061-24/+25
* resolve conflictsdjm2005-04-291-6/+6
* avoid null-pointer deref (aka CAN-2004-0079)markus2004-03-171-0/+8
* security fix from openssl 0.9.7a:markus2003-02-191-16/+31