summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/mdc2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete MDC-2DES from libcrypto.doug2015-06-203-353/+0
| | | | ok deraadt@ jsing@ miod@
* deregister; no binary changejsg2014-10-281-3/+3
| | | | ok jsing@ miod@
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+3
| | | | | | | | Remove the openssl public includes from cryptlib.h and add a small number of includes into the source files that actually need them. While here, also sort/group/tidy the includes. ok beck@ miod@
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+3
| | | | | | | | | an OPENSSL_NO_* define. This avoids relying on something else pulling it in for us, plus it fixes several cases where the #ifndef OPENSSL_NO_XYZ is never going to do anything, since OPENSSL_NO_XYZ will never defined, due to the fact that opensslconf.h has not been included. This also includes some miscellaneous sorting/tidying of headers.
* tags as requested by miod and teduderaadt2014-06-123-3/+3
|
* Remove various test stubs. The good ones have been moved by jsingderaadt2014-06-071-21/+0
| | | | | | and others to the regress framework. These remaining ones just muddle us up when re-reading code repeatedly. ok jsing
* Remove fips_md_init() macro indirection for digest algorithms, used by themiod2014-05-011-1/+1
| | | | | | | OpenSSL FIPS module to prevent forbidden digests to be allowed. No functional change but readability. ok deraadt@
* we don't use these files for buildingtedu2014-04-151-75/+0
|
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-3/+0
| | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt
* Moved to regress/lib/libcrypto.miod2014-04-151-141/+0
|
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-151-8/+0
| | | | | with the bearded ones... some API's that nobody should be using will dissapear with this commit.
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-18/+0
| | | | | that it is easier to find code pieces. They are getting in the way. ok miod
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-1/+1
|
* import files that CVS missed; sighdjm2012-10-132-0/+276
|
* resolve conflictsdjm2012-10-132-7/+10
|
* resolve conflicts, fix local changesdjm2010-10-013-102/+2
|
* resolve conflictsdjm2009-01-092-2/+4
|
* resolve conflictsdjm2008-09-062-20/+13
|
* This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-061-0/+3
|\ | | | | branch.
| * import of OpenSSL 0.9.8hdjm2008-09-063-20/+16
| |
| * import of openssl-0.9.7jdjm2006-06-271-1/+1
| |
| * import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-292-1/+101
| |
* | resolve conflictsdjm2006-06-271-1/+1
| |
* | resolve conflictsdjm2005-04-292-1/+101
| |
* | merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-1/+1
| |
* | This commit was generated by cvs2git to track changes on a CVS vendormarkus2003-05-111-0/+146
|\| | | | | branch.
| * import 0.9.7b (without idea and rc5)markus2003-05-111-0/+146
| |
| * import openssl-0.9.7-beta1markus2002-09-051-16/+11
| |
* | merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-101-1/+1
| |
* | execute bourne shell scripts with 'sh' and not with $SHELLmarkus2002-09-041-1/+1
| |
* | OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-152-15/+22
| |
* | openssl-engine-0.9.6a mergebeck2001-06-221-1/+2
| |
* | openssl-engine-0.9.6 mergebeck2000-12-152-5/+6
| |
* | OpenSSL 0.9.5 mergebeck2000-03-192-4/+5
| | | | | | | | | | | | *warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs
* | do not assume shell scripts are +x; dderaadt1999-11-231-1/+1
| |
* | OpenSSL 0.9.4 mergebeck1999-09-292-26/+29
| |
* | This commit was generated by cvs2git to track changes on a CVS vendorryker1998-10-051-0/+100
|\| | | | | branch.
| * Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+100
| | | | | | | | | | 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.
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-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.