summaryrefslogtreecommitdiff
path: root/src/lib/libssl/t1_clnt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Consolidate all of the SSL method structs/functions into a single file.jsing2018-11-051-223/+0
* Nuke ssl_pending/ssl_shutdown function pointers.jsing2018-08-301-9/+1
* Remove function pointers for ssl_{read,write,peek}.jsing2018-04-071-13/+1
* Merge the client/server version negotiation into the existing (currentlyjsing2017-01-261-12/+10
* Remove ssl3_undef_enc_method - if we have internal bugs we want to segfaultjsing2017-01-261-2/+2
* Split most of SSL_METHOD out into an internal variant, which is opaque.jsing2017-01-231-33/+49
* Remove ssl_ctrl, ssl_ctx_ctrl, ssl_callback_ctrl and ssl_ctx_callback_ctrljsing2017-01-231-17/+1
* Specify minimum and maximum protocol version for each method. This isjsing2017-01-211-1/+9
* The *_method_data structures can be staticguenther2016-11-041-5/+5
* Put the *client_method* data structures and functions in the same place.jsing2015-09-111-16/+60
* Bring back the horrible API that is get_cipher_by_char/put_cipher_by_char.jsing2015-02-061-1/+7
* Sort and group includes.jsing2014-11-161-2/+4
* Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().jsing2014-10-181-2/+1
* Since we no longer need to support SSLv2-style cipher lists, startjsing2014-08-101-7/+1
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Make it substantially easier to identify protocol version requirementsjsing2014-05-291-2/+2
* DeIMPLEMENT libssl. Expand the IMPLEMENT_* macros since it is far morejsing2014-05-241-9/+114
* More KNF.jsing2014-04-191-6/+6
* More KNF and style consistency tweaksguenther2014-04-191-6/+6
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-141-13/+8
* resolve conflictsdjm2012-10-131-4/+17
* resolve conflicts, fix local changesdjm2010-10-011-2/+2
* resolve conflictsdjm2008-09-061-22/+4
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-5/+12
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-101-1/+1
* OpenSSL 0.9.4 mergebeck1999-09-291-8/+8
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+90