summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/des (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rework DES encryption/decryption loops.jsing9 days2-124/+31
* Fix comment: unsigned int, not just inttb2025-06-091-2/+2
* Move (mostly) MI constants to proper headerstb2025-06-091-1/+10
* Rename the header guard of des.h with HEADER_DES_Htb2025-06-051-3/+3
* Unifdef OPENSSL_SMALL_FOOTPRINT.jsing2025-04-231-5/+1
* Remove #error if OPENSSL_NO_FOO is definedtb2025-01-251-5/+1
* Remove redundant COPYRIGHT file.jsing2024-08-311-50/+0
* Make fcrypt_body() static and remove prototype.jsing2024-08-312-6/+3
* Unifdef DES_PTR, DES_RISC1 and DES_RISC2.jsing2024-08-313-162/+3
* Unifdef OPENBSD_DES_ASM.jsing2024-08-312-10/+2
* Inline and remove spr.h.jsing2024-08-312-211/+149
* Combine DES code into a smaller set of files.jsing2024-08-3118-1949/+1180
* Merge fcrypt_b.c into fcrypt.c.jsing2024-08-312-146/+135
* Remove now unused ncbc_enc.c.jsing2024-08-311-160/+0
* Expand DES_ncbc_encrypt() in des_enc.c.jsing2024-08-311-3/+80
* Expand DES_cbc_encrypt() in cbc_enc.c.jsing2024-08-311-3/+73
* Remove DES_enc_{read,write} and DES_rw_modetb2024-08-312-92/+1
* Hide DES global variablesbeck2024-07-092-2/+4
* des_local.h: Remove some unused macrostb2024-05-241-20/+1
* Stub out DES_enc_{read,write}(3)tb2024-05-242-319/+13
* Hide symbols in DESjoshua2024-03-2920-20/+58
* Remove now unused des assembly.jsing2024-03-283-2630/+0
* Remove a changelog from 1991tb2023-12-201-8/+1
* DES_random_key() sets the keytb2023-12-202-69/+14
* Remove commented-out codetb2023-12-201-8/+1
* Remove more *_options() stufftb2023-07-312-43/+2
* More style(9).jsing2023-07-0814-107/+82
* Hit the des directory with the loving mallet of knfmtbeck2023-07-0826-2231/+2219
* Move all data blocks from .text to .rodata and cleanup up and homogeneize codemiod2023-02-011-5/+4
* Remove various unused assembly files and assembly generation scripts.jsing2023-01-191-209/+0
* spelling fixes; from paul tagliamontejmc2022-12-261-2/+2
* Make internal header file names consistenttb2022-11-2622-43/+43
* Switch to <endian.h> from <machine/endian.h> for better portability.bcook2021-11-091-2/+2
* lenght -> lengthjsg2019-01-211-1/+1
* DES keys are not 7 days long. ok jsing@dtucker2017-02-091-2/+2
* Typo, "more then" -> "more than"jca2016-12-261-2/+2
* Explicitly export a list of symbols from libcrypto.jsing2016-12-212-2/+11
* " the the " -> " the ", or in a couple of cases replace the superfluouskrw2016-03-201-1/+1
* More adress -> addressmmcc2015-12-241-1/+1
* Remove horribly old and outdated `documentation' for the assembly code.miod2015-09-121-131/+0
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-3/+3
* If you do not support POSIX I/O then you're not tall enough to ride...jsing2015-02-122-10/+2
* Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policymiod2015-02-101-7/+1
* Delete a lot of #if 0 code in libressl.doug2015-02-074-78/+4
* deregister; no binary changejsg2014-10-2818-94/+94
* Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().jsing2014-10-222-8/+7
* Remove useless comments in DES_is_weak_key(). Do we really care that thismiod2014-10-121-14/+10
* replace more ROTATE macros with plain-old C code.bcook2014-08-181-15/+6
* In DES_random_key(), force the generated key to the odd parity before checkingmiod2014-07-221-8/+8
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-112-7/+5