summaryrefslogtreecommitdiff
path: root/lib/libssl/ssl_txt.c
AgeCommit message (Expand)Author
2017-02-07Change SSLerror() back to taking two args, with the first one being an SSL *.Bob Beck
2017-01-26Send the error function codes to rot in the depths of hell where they belongBob Beck
2014-12-14Remove trailing whitespace.Joel Sing
2014-11-16Sort and group includes.Joel Sing
2014-07-12Provide ssl_version_string() function, which uses one of those modern CJoel Sing
2014-07-11Remove the PSK code. We don't need to drag around thisBob Beck
2014-07-10decompress libssl. ok beck jsingTed Unangst
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-05-31TLS would not be entirely functional without extensions, so unifdefJoel Sing
2014-05-29Everything sane has stdio, and FILE *. we don't need ifdefs for this.Bob Beck
2014-05-25The ssl_ciper_get_evp() function is currently overloaded to also return theJoel Sing
2014-05-05Remove SRP and Kerberos support from libssl. These are complex protocolsTed Unangst
2014-04-25KNF fixesLawrence Teo
2014-04-20Chop off more SSLv2 tentacles and start fixing and noting y2038 issues.Philip Guenther
2014-04-16add back SRP. i was being too greedy.Ted Unangst
2014-04-16disentangle SRP code from TLSTed Unangst
2014-04-16Kill the bogus "send an SSLv3/TLS hello in SSLv2 format" crap fromPhilip Guenther
2014-04-14First pass at applying KNF to the OpenSSL code, which almost makes itJoel Sing
2012-10-13resolve conflictsDamien Miller
2010-10-01resolve conflicts, fix local changesDamien Miller
2008-09-06resolve conflictsDamien Miller
2005-04-29resolve conflictsDamien Miller
2002-05-15OpenSSL 0.9.7 stable 2002 05 08 mergeBob Beck
2000-12-15openssl-engine-0.9.6 mergeBob Beck
2000-04-15OpenSSL 0.9.5a mergeBob Beck
2000-03-19OpenSSL 0.9.5 mergeBob Beck
1999-09-29OpenSSL 0.9.4 mergeBob Beck
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker