summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_algs.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up the cipher/digest table mess.jsing2019-04-041-3/+2
| | | | | | | | | | The original implementation allows for libcrypto to be compiled without a given algorithm and libssl then detects that ciphers or digests are unavailable so that it can disable the associated cipher suites. This is unnecessary since we do not compile out algorithms. ok beck@, tb@ (a while back)
* Remove support for DSS/DSA, since we removed the cipher suites a whilejsing2017-08-121-5/+1
| | | | | | back. ok guenther@
* Revert previous - we still want to do this, but I forgot about the installerbeck2017-04-291-12/+5
| | | | | and want to avoid the wrath of theo when he arrives home in a couple of hours :)
* Make it safe to call SSL_library_init more than once.beck2017-04-291-5/+12
| | | | | | We are basically admitting that pthread is everywhere, and we will be using it for other things too. ok jsing@
* Convert ssl3_{get,send}_server_key_exchange() to EVP_md5_sha1().jsing2017-03-011-1/+3
| | | | ok inoguchi@
* Remove the single IDEA cipher suite. There is no good reason to supportjsing2016-11-061-4/+1
| | | | | | this. ok beck@ bcook@
* 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
| | | | | This causes a libssl major version bump as this affects the layout of some internal-but-unfortunately-made-visible structs.
* 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
| | | | ok deraadt jsing
* 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
| | | | | readable. This pass is whitespace only and can readily be verified using tr and md5.
* 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
| | | | for all applications; ok markus and deraadt
* 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
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible.