summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_algs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make internal header file names consistenttb2022-11-261-2/+2
* Garbage collect last use of EVP_ecdsa()tb2022-01-141-2/+1
* Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_*jsing2021-05-161-1/+2
* Clean up the cipher/digest table mess.jsing2019-04-041-3/+2
* Remove support for DSS/DSA, since we removed the cipher suites a whilejsing2017-08-121-5/+1
* Revert previous - we still want to do this, but I forgot about the installerbeck2017-04-291-12/+5
* Make it safe to call SSL_library_init more than once.beck2017-04-291-5/+12
* Convert ssl3_{get,send}_server_key_exchange() to EVP_md5_sha1().jsing2017-03-011-1/+3
* Remove the single IDEA cipher suite. There is no good reason to supportjsing2016-11-061-4/+1
* Remove trailing whitespace.jsing2014-12-141-8/+8
* Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov.miod2014-11-181-1/+11
* Sort and group includes.jsing2014-11-161-2/+4
* decompress libssl. ok beck jsingtedu2014-07-101-7/+1
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them.tedu2014-05-291-2/+0
* deleted seed some time agotedu2014-05-171-4/+0
* whack a bunch of disabled code. ok beck lteotedu2014-04-171-5/+0
* always build in RSA and DSA. ok deraadt miodtedu2014-04-171-2/+0
* SHA and AES (and sadly MD5) can't be considered optional. ok beck miodtedu2014-04-171-9/+0
* quick pass at removing ability to disable sha256 and sha512. ok miodtedu2014-04-171-4/+0
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-141-12/+13
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-0/+1
* resolve conflictsdjm2012-10-131-0/+9
* resolve conflicts, fix local changesdjm2010-10-011-5/+13
* resolve conflictsdjm2008-09-061-0/+21
* You shall NOT BREAK THE TREEderaadt2003-08-251-3/+0
* Setup /dev/crypto early (SSL_library_init) to make sure it's actually donejason2003-08-251-0/+3
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-11/+15
* openssl-engine-0.9.6a mergebeck2001-06-221-0/+4
* OpenSSL 0.9.4 mergebeck1999-09-291-11/+12
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+102