summaryrefslogtreecommitdiff
path: root/src/lib/libssl/d1_clnt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Oops, revert changes commited by mistake. The previous commit was supposedmiod2014-08-071-4/+4
* When you expect a function to return a particular value, don't put a commentmiod2014-08-071-4/+4
* The correct name for EDH is DHE, likewise EECDH should be ECDHE.jsing2014-07-121-3/+3
* Remove remnants from PSK, KRB5 and SRP.jsing2014-07-121-4/+4
* As reported by David Ramos, most consumer of ssl_get_message() perform latemiod2014-07-111-1/+9
* Remove the PSK code. We don't need to drag around thisbeck2014-07-111-78/+1
* decompress libssl. ok beck jsingtedu2014-07-101-22/+4
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2016265dfbab162ec...deraadt2014-06-071-2/+1
* The DH_free, EC_KEY_free, EVP_PKEY_free and RSA_free functions all havejsing2014-06-071-6/+4
* More KNF.jsing2014-05-311-103/+122
* TLS would not be entirely functional without extensions, so unifdefjsing2014-05-311-19/+0
* remove some #if 0 code. we don't need any more reminders that we're usingtedu2014-05-301-7/+0
* unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them.tedu2014-05-291-12/+0
* There is no point in checking if a pointer is non-NULL before calling free,jsing2014-05-281-9/+6
* DeIMPLEMENT libssl. Expand the IMPLEMENT_* macros since it is far morejsing2014-05-241-3/+38
* Remove SRP and Kerberos support from libssl. These are complex protocolstedu2014-05-051-134/+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
* no longer need to fool emacs indentation and other if (0) oddities.tedu2014-04-171-4/+1
* always build in RSA and DSA. ok deraadt miodtedu2014-04-171-12/+0
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-5/+5
* make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miodtedu2014-04-141-12/+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-811/+734
* 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-14/+22
* resolve conflictsdjm2012-10-131-10/+184
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-2/+4
* resolve conflicts, fix local changesdjm2010-10-011-36/+415
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-2/+1
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+1156