summaryrefslogtreecommitdiff
path: root/src/lib/libssl/d1_clnt.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-1160/+0
* Flense out dead code, we don't do ecdhe_clnt_cert.beck2015-07-151-89/+35
* Convert dtls1_get_hello_verify to CBS.doug2015-07-141-17/+23
* Fix bad indenting in LibreSSL.doug2015-06-131-2/+2
* Factor out the init_buf initialisation code, rather than duplicating itjsing2015-03-271-20/+6
* Jettison DTLS over SCTP.jsing2015-02-091-145/+1
* Bring back the horrible API that is get_cipher_by_char/put_cipher_by_char.jsing2015-02-061-1/+3
* Convert all of the straight forward client handshake handling code to usejsing2014-12-141-52/+19
* ssl3_init_finished_mac() calls BIO_new() which can fail since it in turnjsing2014-12-101-2/+5
* Remove client handling of RSA in ServerKeyExchange messages, along withjsing2014-12-061-14/+10
* Avoid a NULL dereference in the DTLS client that can be triggered by ajsing2014-11-271-1/+9
* Sort and group includes.jsing2014-11-161-4/+6
* Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().jsing2014-10-181-5/+3
* Remove SSL_kDHr, SSL_kDHd and SSL_aDH. No supported ciphersuites use them,jsing2014-09-071-2/+2
* Since we no longer need to support SSLv2-style cipher lists, startjsing2014-08-101-4/+2
* 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