summaryrefslogtreecommitdiff
path: root/src/lib/libssl/s3_srvr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Stop setting the EVP_MD_CTX_FLAG_NON_FIPS_ALLOW - it has been ignored sincejsing2014-06-111-2/+0
* c-file-style hints, begone; ok beckderaadt2014-06-111-1/+1
* http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2016265dfbab162ec...deraadt2014-06-071-4/+1
* The DH_free, EC_KEY_free, EVP_PKEY_free and RSA_free functions all havejsing2014-06-071-11/+6
* Be selective as to when ChangeCipherSpec messages will be accepted.jsing2014-06-051-2/+5
* without overthinking it, replace a few memcmp calls with CRYPTO_memcmptedu2014-06-041-1/+1
* More manual OPENSSL_NO_EC and OPENSSL_NO_TLSEXT cleanup.jsing2014-05-311-4/+4
* TLS would not be entirely functional without extensions, so unifdefjsing2014-05-311-27/+0
* Make use of SSL_IS_DTLS, SSL_USE_EXPLICIT_IV, SSL_USE_SIGALGS andjsing2014-05-301-19/+13
* the comment says RAND_pseudo_bytes should be RAND_bytes. make it so.tedu2014-05-291-6/+1
* unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them.tedu2014-05-291-30/+0
* There is no point in checking if a pointer is non-NULL before calling free,jsing2014-05-281-6/+3
* Remove TLS_DEBUG, SSL_DEBUG, CIPHER_DEBUG and OPENSSL_RI_DEBUG. Much ofjsing2014-05-251-19/+0
* DeIMPLEMENT libssl. Expand the IMPLEMENT_* macros since it is far morejsing2014-05-241-4/+38
* Stop including kssl_lcl.h and nuke it from orbit - it is a no-op now.jsing2014-05-221-1/+0
* In ssl3_send_certificate_request(), when adding the extra payload ifmiod2014-05-181-1/+6
* Remove SRP and Kerberos support from libssl. These are complex protocolstedu2014-05-051-317/+0
* More KNF, things that couldn't be verified with md5(1), and some whitespacemcbride2014-04-241-74/+92
* Make libssl and libcrypto compile with -Werrorbeck2014-04-231-1/+1
* more malloc/realloc/calloc cleanups; ok beck kettenisderaadt2014-04-211-2/+1
* More KNF and style consistency tweaksguenther2014-04-191-4/+3
* whack a bunch of disabled code. ok beck lteotedu2014-04-171-18/+0
* always build in RSA and DSA. ok deraadt miodtedu2014-04-171-16/+0
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-12/+12
* add back SRP. i was being too greedy.tedu2014-04-161-0/+122
* Thanks to the knobs in http://tools.ietf.org/html/rfc5746, we have a knobbeck2014-04-161-3/+1
* disentangle SRP code from TLStedu2014-04-161-122/+0
* strncpy(d, s, strlen(s)) is a special kind of stupid. even when it's right,tedu2014-04-161-8/+9
* KNFmcbride2014-04-161-361/+619
* make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miodtedu2014-04-141-11/+0
* So the OpenSSL codebase does "get the time, add it as a random seed"deraadt2014-04-141-2/+1
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-141-1892/+1597
* Do not include "e_os.h" anymore. Simply pull in the necessary headers.mpi2014-04-131-1/+1
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-16/+23
* resolve conflictsdjm2012-10-131-86/+460
* OpenSSL 1.0.0f: mergedjm2012-01-051-0/+11
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-10/+26
* Security fix for CVE-2010-4180 as mentioned in http://www.openssl.org/news/se...jasper2010-12-151-0/+5
* resolve conflicts, fix local changesdjm2010-10-011-268/+595
* pull Ben Lauries blind prefix injection fix for CVE-2009-3555 frommarkus2009-11-101-0/+8
* resolve conflictsdjm2009-01-091-14/+20
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-3/+5
* resolve conflictsdjm2008-09-061-91/+846
* resolve conflictsdjm2006-06-271-2/+2
* resolve conflictsdjm2005-04-291-6/+11
* out-of-bounds read in (unused) kerberos ciphersuites (CAN-2004-0112)markus2004-03-171-0/+16
* more fixes from 0.9.7c, ok deraadt, clodermarkus2003-09-301-4/+10
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-12/+18
* Fix for Klima-Pokorny-Rosa attack on RSA in SSL/TLS, seemarkus2003-03-191-13/+12
* merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-141-1/+5