summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Any sane platform has stdio. Stop pretending we will ever use a platformbeck2014-05-291-2/+0
* no space before labeltedu2014-05-291-9/+9
* consistent bracestedu2014-05-291-13/+13
* unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them.tedu2014-05-291-20/+0
* Make it substantially easier to identify protocol version requirementsjsing2014-05-291-0/+1
* When you have functions that perform specific functions, use them.jsing2014-05-291-18/+9
* EVP_MD_CTX_create() calls malloc and can return NULL. However, only one ofjsing2014-05-281-1/+1
* There is no point in checking if a pointer is non-NULL before calling free,jsing2014-05-281-19/+11
* remove unused shit. from Alexander Schrijvertedu2014-05-251-4/+0
* Remove TLS_DEBUG, SSL_DEBUG, CIPHER_DEBUG and OPENSSL_RI_DEBUG. Much ofjsing2014-05-251-12/+0
* I'm so sorry to learn that the Diab compiler can't (or used not to) parse Cmiod2014-05-241-5/+1
* Use C99 initialisers for SSL3_ENC_METHOD structs.jsing2014-05-241-16/+19
* Stop including kssl_lcl.h and nuke it from orbit - it is a no-op now.jsing2014-05-221-1/+0
* Remove SRP and Kerberos support from libssl. These are complex protocolstedu2014-05-051-27/+0
* Nuke OPENSSL_NO_SOCK since any half sane operating system has sockets.jsing2014-05-021-2/+0
* More KNF, things that couldn't be verified with md5(1), and some whitespacemcbride2014-04-241-108/+111
* KNFmcbride2014-04-241-291/+416
* more malloc/realloc/calloc cleanups; ok beck kettenisderaadt2014-04-211-5/+2
* Chop off more SSLv2 tentacles and start fixing and noting y2038 issues.guenther2014-04-201-5/+2
* More KNF and style consistency tweaksguenther2014-04-191-69/+71
* whack a bunch of disabled code. ok beck lteotedu2014-04-171-8/+0
* always build in RSA and DSA. ok deraadt miodtedu2014-04-171-6/+0
* kill REF_PRINT/REF_CHECK debugging framework noone would usederaadt2014-04-171-24/+0
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-17/+17
* TANSTAAFL - delete the buf freelist code. if you need a better malloc, gettedu2014-04-161-37/+0
* add back SRP. i was being too greedy.tedu2014-04-161-0/+6
* disentangle SRP code from TLStedu2014-04-161-6/+0
* Kill the bogus "send an SSLv3/TLS hello in SSLv2 format" crap fromguenther2014-04-161-52/+32
* 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-1559/+1600
* remove last vestiges of OPENSSL_SYS_XXX from src/sslbeck2014-04-141-4/+0
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-6/+20
* resolve conflictsdjm2012-10-131-22/+225
* OpenSSL 1.0.0f: mergedjm2012-01-051-0/+3
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-32/+15
* resolve conflicts, fix local changesdjm2010-10-011-129/+485
* resolve conflictsdjm2009-04-061-0/+2
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-0/+36
* resolve conflictsdjm2008-09-061-39/+349
* Replace use of strcpy(3) and other pointer goo inmoritz2007-10-101-15/+12
* Fix off-by-one buffer overflow in SSL_get_shared_ciphers().moritz2007-09-271-11/+11
* openssl security fixes, diff from markus@, ok & "commit it" djm@pvalchev2006-10-041-1/+1
* resolve conflictsdjm2006-06-271-8/+30
* resolve conflictsdjm2005-04-291-43/+60
* merge 0.9.7c; minor bugsfixes;markus2003-11-111-0/+5
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-16/+28
* merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-141-10/+14
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-101-2/+2
* apply patches from OpenSSL Security Advisory [30 July 2002],markus2002-07-301-0/+7
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-110/+327