summaryrefslogtreecommitdiff
path: root/src/lib/libssl/s3_both.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-721/+0
* Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER workaround.doug2015-07-181-5/+1
* test for n<0 before use in CBS_init - mostly to shut up coverity.beck2015-07-151-2/+8
* Partially convert ssl3_get_message to CBS.doug2015-07-141-6/+15
* Convert ssl3_get_finished to CBS.doug2015-07-141-6/+9
* Remove Microsoft Server Gated Crypto.doug2015-06-181-15/+1
* Factor out the init_buf initialisation code, rather than duplicating itjsing2015-03-271-3/+22
* unconditionally align SSL payloadsbcook2014-12-141-9/+5
* Remove trailing whitespace.jsing2014-12-141-9/+9
* unifdef OPENSSL_NO_NEXTPROTONEG, which is one of the last standing #ifndefjsing2014-12-141-10/+1
* ssl3_init_finished_mac() calls BIO_new() which can fail since it in turnjsing2014-12-101-2/+6
* Remove support for GOST R 34.10-94 signature authentication, along withjsing2014-12-101-4/+1
* 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
* Also check the result from final_finish_mac() against finish_mac_length injsing2014-09-221-19/+17
* It is possible (although unlikely in practice) for peer_finish_md_len tojsing2014-09-221-13/+11
* Oops, revert changes commited by mistake. The previous commit was supposedmiod2014-08-071-9/+12
* When you expect a function to return a particular value, don't put a commentmiod2014-08-071-12/+9
* decompress libssl. ok beck jsingtedu2014-07-101-10/+1
* convert CRYPTO_memcmp to timingsafe_memcmp based on current policy favoringtedu2014-06-191-2/+2
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* BUF_MEM_grow_clean() takes a size_t as the size argument. Remove false commentsmiod2014-05-311-8/+2
* ECDH and ECDSA will not work overly well if there is no EC, so unifdefjsing2014-05-311-2/+0
* Make use of SSL_IS_DTLS, SSL_USE_EXPLICIT_IV, SSL_USE_SIGALGS andjsing2014-05-301-2/+2
* There is no point in checking if a pointer is non-NULL before calling free,jsing2014-05-281-8/+4
* Fix indentation, adding braces and combining a nested if to reduce depthguenther2014-04-201-12/+14
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-4/+4
* TANSTAAFL - delete the buf freelist code. if you need a better malloc, gettedu2014-04-161-74/+4
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-141-354/+314
* Flense a variety of windows support stuff, and a strange gettimeofday function.beck2014-04-131-7/+0
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-6/+9
* SECURITY fixes backported from openssl-1.0.1f. ok mikeb@jca2014-02-271-0/+7
* cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txtmarkus2013-02-141-1/+1
* resolve conflictsdjm2012-10-131-3/+33
* resolve conflicts, fix local changesdjm2010-10-011-62/+253
* resolve conflictsdjm2008-09-061-27/+14
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-7/+18
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-101-1/+1
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-19/+55
* openssl-engine-0.9.6a mergebeck2001-06-221-2/+2
* openssl-engine-0.9.6 mergebeck2000-12-151-2/+2
* OpenSSL 0.9.5 mergebeck2000-03-191-22/+142
* OpenSSL 0.9.4 mergebeck1999-09-291-43/+42
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+469