summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_algs.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.