summaryrefslogtreecommitdiff
path: root/src/lib/libssl/d1_pkt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Figure out endianness at compile-time, using _BYTE_ORDER frommiod2014-04-231-5/+2
| | | | | | | <machine/endian.h>, rather than writing 1 to a 32-bit variable and checking whether the first byte is nonzero. tweaks and ok matthew@; ok beck@ tedu@
* 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
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* Flense all use of BIO_snprintf from ssl source - use the real one instead,beck2014-04-141-1/+1
| | | | | | and allow for the normal posix mandated return values instead of the nonstandard one from BIO_snprintf. ok miod@
* 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
| | | | | readable. This pass is whitespace only and can readily be verified using tr and md5.
* Do not include "e_os.h" anymore. Simply pull in the necessary headers.mpi2014-04-131-1/+0
| | | | ok miod@, deraadt@
* 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
| | | | | from the openssl git (changes between openssl 1.0.1c and 1.0.1d). ok djm@
* 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