summaryrefslogtreecommitdiff
path: root/lib/libssl/ssl_algs.c
AgeCommit message (Expand)Author
2017-04-29Revert previous - we still want to do this, but I forgot about the installerBob Beck
2017-04-29Make it safe to call SSL_library_init more than once.Bob Beck
2017-03-01Convert ssl3_{get,send}_server_key_exchange() to EVP_md5_sha1().Joel Sing
2016-11-06Remove the single IDEA cipher suite. There is no good reason to supportJoel Sing
2014-12-14Remove trailing whitespace.Joel Sing
2014-11-18Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov.Miod Vallat
2014-11-16Sort and group includes.Joel Sing
2014-07-10decompress libssl. ok beck jsingTed Unangst
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-05-29unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them.Ted Unangst
2014-05-17deleted seed some time agoTed Unangst
2014-04-17whack a bunch of disabled code. ok beck lteoTed Unangst
2014-04-17always build in RSA and DSA. ok deraadt miodTed Unangst
2014-04-17SHA and AES (and sadly MD5) can't be considered optional. ok beck miodTed Unangst
2014-04-17quick pass at removing ability to disable sha256 and sha512. ok miodTed Unangst
2014-04-14First pass at applying KNF to the OpenSSL code, which almost makes itJoel Sing
2014-04-13Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.Miod Vallat
2012-10-13resolve conflictsDamien Miller
2010-10-01resolve conflicts, fix local changesDamien Miller
2008-09-06resolve conflictsDamien Miller
2003-08-25You shall NOT BREAK THE TREETheo de Raadt
2003-08-25Setup /dev/crypto early (SSL_library_init) to make sure it's actually doneJason Wright
2002-05-15OpenSSL 0.9.7 stable 2002 05 08 mergeBob Beck
2001-06-22openssl-engine-0.9.6a 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