summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/des/des_enc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unifdef DES_PTR, DES_RISC1 and DES_RISC2.jsing2024-08-311-7/+1
| | | | | | | These are all go fast knobs that convolute the code and can be dangerous. Lets presume that we have a modern and somewhat capable C compiler instead. ok tb@
* Unifdef OPENBSD_DES_ASM.jsing2024-08-311-5/+1
| | | | | | There are no assembly implementations now. ok tb@
* Inline and remove spr.h.jsing2024-08-311-2/+149
| | | | | | This is only included once in des_enc.c - inline the tables instead. Prompted by tb@
* Expand DES_ncbc_encrypt() in des_enc.c.jsing2024-08-311-3/+80
| | | | | | | Copy ncbc_enc.c where it was previously #included, then clean up with `unifdef -m -UCBC_ENC_C__DONT_UPDATE_IV`. Discussed with tb@
* Hide symbols in DESjoshua2024-03-291-1/+6
| | | | ok jsing beck
* More style(9).jsing2023-07-081-13/+7
|
* Hit the des directory with the loving mallet of knfmtbeck2023-07-081-272/+266
| | | | 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-16/+16
| | | | ok jsing@ miod@
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* resolve conflicts, fix local changesdjm2010-10-011-16/+5
|
* resolve conflictsdjm2009-01-091-0/+4
|
* remerge local tweaks, update per-arch configuration headers, updatedjm2008-09-061-1/+4
| | | | Makefiles, crank shlib_version
* resolve conflictsdjm2008-09-061-9/+0
|
* resolve conflictsdjm2005-04-291-0/+8
|
* use bn_asm_vax.S (from netbsd); test + ok by miodmarkus2003-11-181-0/+2
| | | | | | | | use asm code for i386, except for the CBC code, because it is not clean PIC code. add <machime/asm.h> support to x86unix.pl tested by: nick (on 30386), henning, djm, tedu, jmc and more; no shlib minor crank necessary, only internal symbols changed.
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-26/+27
|
* openssl-engine-0.9.6a mergebeck2001-06-221-1/+1
|
* OpenSSL 0.9.4 mergebeck1999-09-291-118/+22
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+502
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.