summaryrefslogtreecommitdiff
path: root/src/lib/libssl/s3_clnt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* always compare memcmp against 0, for clarity.tedu2014-06-211-2/+2
* convert CRYPTO_memcmp to timingsafe_memcmp based on current policy favoringtedu2014-06-191-3/+3
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Stop setting the EVP_MD_CTX_FLAG_NON_FIPS_ALLOW - it has been ignored sincejsing2014-06-111-2/+0
* http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2016265dfbab162ec...deraadt2014-06-071-3/+1
* The DH_free, EC_KEY_free, EVP_PKEY_free and RSA_free functions all havejsing2014-06-071-13/+8
* Ensure that sess_cert is not NULL before trying to use it.jsing2014-06-051-0/+8
* ssl_sess_cert_new() can return NULL. Fix two cases where the return valuejsing2014-06-051-13/+12
* Be selective as to when ChangeCipherSpec messages will be accepted.jsing2014-06-051-1/+2
* More KNF.jsing2014-06-051-49/+32
* without overthinking it, replace a few memcmp calls with CRYPTO_memcmptedu2014-06-041-2/+2
* 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-29/+0
* remove some #if 0 code. we don't need any more reminders that we're usingtedu2014-05-301-6/+0
* Make use of SSL_IS_DTLS, SSL_USE_EXPLICIT_IV, SSL_USE_SIGALGS andjsing2014-05-301-11/+8
* no space before labeltedu2014-05-291-18/+18
* line up else bettertedu2014-05-291-5/+2
* unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them.tedu2014-05-291-40/+0
* EVP_MD_CTX_create() calls malloc and can return NULL. However, only one ofjsing2014-05-281-0/+5
* There is no point in checking if a pointer is non-NULL before calling free,jsing2014-05-281-18/+9
* Remove TLS_DEBUG, SSL_DEBUG, CIPHER_DEBUG and OPENSSL_RI_DEBUG. Much ofjsing2014-05-251-8/+0
* DeIMPLEMENT libssl. Expand the IMPLEMENT_* macros since it is far morejsing2014-05-241-3/+38
* Stop including kssl_lcl.h and nuke it from orbit - it is a no-op now.jsing2014-05-221-1/+0
* KSSL is dead... nuke KSSL_DEBUG from orbit.jsing2014-05-201-7/+0
* Remove SRP and Kerberos support from libssl. These are complex protocolstedu2014-05-051-258/+0
* Fix indentation.mcbride2014-04-241-211/+208
* Make it compile again.jsing2014-04-241-1/+1
* More KNF, things that couldn't be verified with md5(1), and some whitespacemcbride2014-04-241-45/+42
* KNFmcbride2014-04-241-636/+890
* remove redundant asign. from David Hilltedu2014-04-241-1/+0
* Unifdef -UPKCS1_CHECK and remove SSL_OP_PKCS1_CHECK_[12], this is leftovermiod2014-04-231-6/+0
* more malloc/realloc/calloc cleanups; ok beck kettenisderaadt2014-04-211-3/+1
* More KNF and style consistency tweaksguenther2014-04-191-4/+3
* whack a bunch of disabled code. ok beck lteotedu2014-04-171-17/+3
* no longer need to fool emacs indentation and other if (0) oddities.tedu2014-04-171-6/+2
* always build in RSA and DSA. ok deraadt miodtedu2014-04-171-51/+0
* quick pass at removing ability to disable sha256 and sha512. ok miodtedu2014-04-171-4/+0
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-11/+11
* add back SRP. i was being too greedy.tedu2014-04-161-0/+106
* disentangle SRP code from TLStedu2014-04-161-106/+0
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-3/+0
* 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/+0
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-141-1790/+1539
* 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-5/+6
* resolve conflictsdjm2012-10-131-38/+359
* OpenSSL 1.0.0f: mergedjm2012-01-051-3/+3
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-0/+3
* Security fix for CVE-2010-4180 as mentioned in http://www.openssl.org/news/se...jasper2010-12-151-0/+3