summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/des/set_key.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Combine DES code into a smaller set of files.jsing2024-08-311-415/+0
| | | | Discussed with tb@
* Hide DES global variablesbeck2024-07-091-1/+2
| | | | ok tb@
* Hide symbols in DESjoshua2024-03-291-1/+9
| | | | ok jsing beck
* Remove a changelog from 1991tb2023-12-201-8/+1
|
* DES_random_key() sets the keytb2023-12-201-1/+14
| | | | | There's no need to have 60 lines of license for 4 lines of actual code. Move DES_random_key() to set_key.c.
* Remove commented-out codetb2023-12-201-8/+1
|
* More style(9).jsing2023-07-081-32/+33
|
* Hit the des directory with the loving mallet of knfmtbeck2023-07-081-229/+235
| | | | ok tb@
* Make internal header file names consistenttb2022-11-261-2/+2
| | | | | | | | | | | | | | | | Libcrypto currently has a mess of *_lcl.h, *_locl.h, and *_local.h names used for internal headers. Move all these headers we inherited from OpenSSL to *_local.h, reserving the name *_internal.h for our own code. Similarly, move dtls_locl.h and ssl_locl.h to dtls_local and ssl_local.h. constant_time_locl.h is moved to constant_time.h since it's special. Adjust all .c files in libcrypto, libssl and regress. The diff is mechanical with the exception of tls13_quic.c, where #include <ssl_locl.h> was fixed manually. discussed with jsing, no objection bcook
* 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.