summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/des/set_key.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* DES keys are not 7 days long. ok jsing@dtucker2017-02-091-2/+2
|
* deregister; no binary changejsg2014-10-281-5/+5
| | | | ok jsing@ miod@
* Remove useless comments in DES_is_weak_key(). Do we really care that thismiod2014-10-121-14/+10
| | | | function was found broken in 1993, and later on in 1997?
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* Remove the _shadow_ indirection, which is unnecessary in a world withoutjsing2014-05-241-1/+1
| | | | | | OPENSSL_EXPORT_VAR_AS_FUNCTION. ok miod@
* Expand the OPENSSL_.*GLOBAL.* macros and stop including e_os2.h.jsing2014-05-241-1/+1
| | | | ok miod@ beck@
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-7/+0
| | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt
* unifdef -U OPENBSD_DEV_CRYPTO and OPENSSL_OPENBSD_DEV_CRYPTO. This code was themiod2014-04-141-4/+0
| | | | | | early attempt at getting kernel-assisted crypto(4) used by libcrypto, before the engine API existed, and has been #if 0'd out for ages anyway. No API/ABI change.
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-2/+1
|
* resolve conflictsdjm2012-10-131-0/+9
|
* resolve conflicts, fix local changesdjm2010-10-011-11/+2
|
* resolve conflictsdjm2009-01-091-0/+9
|
* resolve conflictsdjm2008-09-061-7/+3
|
* resolve conflictsdjm2005-04-291-0/+4
|
* merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-141-1/+1
| | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-19/+24
|
* OpenSSL 0.9.5a mergebeck2000-04-151-22/+177
|
* OpenSSL 0.9.5 mergebeck2000-03-191-12/+25
| | | | | | *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
* OpenSSL 0.9.4 mergebeck1999-09-291-24/+12
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+246
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.