summaryrefslogtreecommitdiff
path: root/src/lib/libssl/d1_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-1484/+0
* Assign p to CBS_data since it is used later.doug2015-07-191-2/+3
* Convert dtls1_get_message_header to CBS and change to int.doug2015-07-181-2/+3
* Convert dtls1_get_record to CBS.doug2015-07-181-21/+28
* Remove repeated code in dtls1_get_record.doug2015-07-181-40/+16
* KNF whitespace.doug2015-06-171-15/+16
* Fix bad indenting in LibreSSL.doug2015-06-131-2/+2
* Jettison DTLS over SCTP.jsing2015-02-091-88/+1
* Fix DTLS memory leak (CVE-2015-0206).libressl-v2.1.3doug2015-01-211-9/+23
* Remove trailing whitespace.jsing2014-12-141-15/+15
* Sort and group includes.jsing2014-11-161-4/+7
* Avoid a NULL pointer dereference that can be triggered byjsing2014-10-221-2/+2
* Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().jsing2014-10-181-3/+2
* Oops, revert changes commited by mistake. The previous commit was supposedmiod2014-08-071-4/+2
* When you expect a function to return a particular value, don't put a commentmiod2014-08-071-2/+4
* decompress libssl. ok beck jsingtedu2014-07-101-25/+3
* Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to bemiod2014-07-091-2/+2
* convert CRYPTO_memcmp to timingsafe_memcmp based on current policy favoringtedu2014-06-191-2/+2
* Rename ssl3_record_sequence_update() to ssl3_record_sequence_increment(),jsing2014-06-151-2/+2
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Disable TLS support...jsing2014-06-111-2/+0
* remove some #if 0 code. we don't need any more reminders that we're usingtedu2014-05-301-146/+0
* While working on another diff I ended up looking to see why on earth thejsing2014-05-301-39/+5
* There is no point in checking if a pointer is non-NULL before calling free,jsing2014-05-281-4/+2
* Remove redundant test introduced in s3_pkt.c on 20001225, which got cargo-cultedmiod2014-05-271-3/+2
* Make sure all error paths in dtls1_buffer_record() invoke SSLErr bymiod2014-05-261-20/+12
* Remove TLS_DEBUG, SSL_DEBUG, CIPHER_DEBUG and OPENSSL_RI_DEBUG. Much ofjsing2014-05-251-5/+0
* Stop pulling pqueue.h into ssl_locl.h since only a small part of libssljsing2014-05-221-0/+2
* Make sure ssl3_setup_buffers() does not return upon error with a freedmiod2014-05-181-7/+7
* No longer make pqueue.h a public (and installed) header file. Replace itsmiod2014-05-151-1/+0
* Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck2014-04-261-4/+2
* Figure out endianness at compile-time, using _BYTE_ORDER frommiod2014-04-231-5/+2
* whack a bunch of disabled code. ok beck lteotedu2014-04-171-7/+0
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-9/+9
* Flense all use of BIO_snprintf from ssl source - use the real one instead,beck2014-04-141-1/+1
* make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miodtedu2014-04-141-12/+0
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-141-774/+687
* Do not include "e_os.h" anymore. Simply pull in the necessary headers.mpi2014-04-131-1/+0
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-2/+9
* cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txtmarkus2013-02-141-37/+54
* resolve conflictsdjm2012-10-131-34/+133
* OpenSSL 1.0.0f: mergedjm2012-01-051-10/+16
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-12/+10
* resolve conflicts, fix local changesdjm2010-10-011-281/+262
* resolve conflictsdjm2009-01-091-0/+1
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-4/+17
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+1778