summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/idea
AgeCommit message (Collapse)AuthorFilesLines
2015-02-07Delete a lot of #if 0 code in libressl.doug1-66/+1
There are a few instances where #if 1 is removed but the code remains. Based on the following OpenSSL commits. Some of the commits weren't strictly deletions so they are going to be split up into separate commits. 6f91b017bbb7140f816721141ac156d1b828a6b3 3d47c1d331fdc7574d2275cda1a630ccdb624b08 dfb56425b68314b2b57e17c82c1df42e7a015132 c8fa2356a00cbaada8963f739e5570298311a060 f16a64d11f55c01f56baa62ebf1dec7f8fe718cb 9ccc00ef6ea65567622e40c49aca43f2c6d79cdb 02a938c953b3e1ced71d9a832de1618f907eb96d 75d0ebef2aef7a2c77b27575b8da898e22f3ccd5 d6fbb194095312f4722c81c9362dbd0de66cb656 6f1a93ad111c7dfe36a09a976c4c009079b19ea1 1a5adcfb5edfe23908b350f8757df405b0f5f71f 8de24b792743d11e1d5a0dcd336a49368750c577 a2b18e657ea1a932d125154f4e13ab2258796d90 8e964419603d2478dfb391c66e7ccb2dcc9776b4 32dfde107636ac9bc62a5b3233fe2a54dbc27008 input + ok jsing@, miod@, tedu@
2014-10-28deregister; no binary changejsg4-18/+18
ok jsing@ miod@
2014-07-09remove unused, private version strings except SSL_version_strbcook1-3/+1
Also remove unused des_ver.h, which exports some of these strings, but is not installed. ok miod@ tedu@
2014-06-12tags as requested by miod and teduderaadt7-7/+7
2014-04-22Remove meat which either duplicates code found in apps/, or is only of valuemiod2-310/+0
for 20th century historians, and can be put in the Attic.
2014-04-17OPENSSL_DECLARE_EXIT serves no purpose.deraadt1-1/+0
2014-04-17unistd.h is always in the same place; no need to #include the result ofderaadt1-1/+1
a maze of conditional #define's
2014-04-15we don't use these files for buildingtedu1-75/+0
2014-04-15remove FIPS mode support. people who require FIPS can buy something thattedu2-10/+0
meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt
2014-04-15Moved to regress/lib/libcrypto.miod1-235/+0
2014-04-14remove auto-generated dependencies from the old unused build system, soderaadt1-14/+0
that it is easier to find code pieces. They are getting in the way. ok miod
2012-10-13resolve conflictsdjm1-0/+3
2012-10-13import OpenSSL-1.0.1cdjm8-1/+1168
2010-10-01resolve conflicts, fix local changesdjm2-95/+1
2010-10-01import OpenSSL-1.0.0adjm1-6/+2
2009-01-09resolve conflictsdjm1-0/+3
2009-01-09import openssl-0.9.8jdjm1-2/+6
2008-09-06resolve conflictsdjm1-6/+3
2008-09-06import of OpenSSL 0.9.8hdjm2-10/+7
2006-06-27import of openssl-0.9.7jdjm1-5/+5
2005-04-29resolve conflictsdjm1-0/+4
2005-04-29import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm1-0/+92
2003-11-11import 0.9.7cmarkus1-0/+232
2003-05-12merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus1-1/+1
2003-05-11import 0.9.7b (without idea and rc5)markus1-0/+12
2002-09-10merge openssl-0.9.7-beta3, tested on vax by miod@markus1-1/+1
2002-09-04execute bourne shell scripts with 'sh' and not with $SHELLmarkus1-1/+1
2002-05-15OpenSSL 0.9.7 stable 2002 05 08 mergebeck2-9/+9
2001-06-22openssl-engine-0.9.6a mergebeck1-1/+2
2000-12-15openssl-engine-0.9.6 mergebeck1-9/+9
1999-11-23do not assume shell scripts are +x; dderaadt1-1/+1
1999-09-29OpenSSL 0.9.4 mergebeck2-15/+124
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1-0/+80
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.