Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Combine DES code into a smaller set of files. | jsing | 2024-08-31 | 1 | -415/+0 |
| | | | | Discussed with tb@ | ||||
* | Hide DES global variables | beck | 2024-07-09 | 1 | -1/+2 |
| | | | | ok tb@ | ||||
* | Hide symbols in DES | joshua | 2024-03-29 | 1 | -1/+9 |
| | | | | ok jsing beck | ||||
* | Remove a changelog from 1991 | tb | 2023-12-20 | 1 | -8/+1 |
| | |||||
* | DES_random_key() sets the key | tb | 2023-12-20 | 1 | -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 code | tb | 2023-12-20 | 1 | -8/+1 |
| | |||||
* | More style(9). | jsing | 2023-07-08 | 1 | -32/+33 |
| | |||||
* | Hit the des directory with the loving mallet of knfmt | beck | 2023-07-08 | 1 | -229/+235 |
| | | | | ok tb@ | ||||
* | Make internal header file names consistent | tb | 2022-11-26 | 1 | -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@ | dtucker | 2017-02-09 | 1 | -2/+2 |
| | |||||
* | deregister; no binary change | jsg | 2014-10-28 | 1 | -5/+5 |
| | | | | ok jsing@ miod@ | ||||
* | Remove useless comments in DES_is_weak_key(). Do we really care that this | miod | 2014-10-12 | 1 | -14/+10 |
| | | | | function was found broken in 1993, and later on in 1997? | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | Remove the _shadow_ indirection, which is unnecessary in a world without | jsing | 2014-05-24 | 1 | -1/+1 |
| | | | | | | OPENSSL_EXPORT_VAR_AS_FUNCTION. ok miod@ | ||||
* | Expand the OPENSSL_.*GLOBAL.* macros and stop including e_os2.h. | jsing | 2014-05-24 | 1 | -1/+1 |
| | | | | ok miod@ beck@ | ||||
* | remove FIPS mode support. people who require FIPS can buy something that | tedu | 2014-04-15 | 1 | -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 the | miod | 2014-04-14 | 1 | -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. | miod | 2014-04-13 | 1 | -2/+1 |
| | |||||
* | resolve conflicts | djm | 2012-10-13 | 1 | -0/+9 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -11/+2 |
| | |||||
* | resolve conflicts | djm | 2009-01-09 | 1 | -0/+9 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -7/+3 |
| | |||||
* | resolve conflicts | djm | 2005-04-29 | 1 | -0/+4 |
| | |||||
* | merge with openssl-0.9.7-stable-SNAP-20020911, | markus | 2002-09-14 | 1 | -1/+1 |
| | | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@ | ||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -19/+24 |
| | |||||
* | OpenSSL 0.9.5a merge | beck | 2000-04-15 | 1 | -22/+177 |
| | |||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -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 merge | beck | 1999-09-29 | 1 | -24/+12 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -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. |