summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/des/ecb_enc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Combine DES code into a smaller set of files.jsing2024-08-311-83/+0
| | | | Discussed with tb@
* Hide symbols in DESjoshua2024-03-291-1/+2
| | | | ok jsing beck
* Remove more *_options() stufftb2023-07-311-41/+1
| | | | | | | The public symbols were removed. Some prototypes and in the case of DES even the implementation remained. ok jsing
* Hit the des directory with the loving mallet of knfmtbeck2023-07-081-38/+42
| | | | 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
* deregister; no binary changejsg2014-10-281-2/+2
| | | | ok jsing@ miod@
* remove unused, private version strings except SSL_version_strbcook2014-07-091-5/+1
| | | | | | Also remove unused des_ver.h, which exports some of these strings, but is not installed. ok miod@ tedu@
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids thejsing2014-05-221-2/+2
| | | | | | libssl tree from all uses of these defines. ok miod@
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-191-1/+1
| | | | | | truncation is either desirable, not an issue, or is detected and handled later ok deraadt@
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-1/+1
| | | | | where the return value is ignored changing to (void) snprintf. ok deraadt@
* resolve conflicts, fix local changesdjm2010-10-011-1/+47
|
* resolve conflictsdjm2009-01-091-47/+0
|
* resolve conflictsdjm2008-09-061-2/+2
|
* merge 0.9.7dmarkus2004-04-081-2/+3
|
* Trivial sprintf() -> snprintf() changes. ok deraadt@ho2003-04-051-1/+2
|
* merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-141-0/+1
| | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-6/+4
|
* openssl-engine-0.9.6a mergebeck2001-06-221-1/+1
|
* OpenSSL 0.9.4 mergebeck1999-09-291-13/+11
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+124
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.