summaryrefslogtreecommitdiff
path: root/lib/libcrypto/des
AgeCommit message (Expand)Author
2024-08-31Remove redundant COPYRIGHT file.Joel Sing
2024-08-31Make fcrypt_body() static and remove prototype.Joel Sing
2024-08-31Unifdef DES_PTR, DES_RISC1 and DES_RISC2.Joel Sing
2024-08-31Unifdef OPENBSD_DES_ASM.Joel Sing
2024-08-31Inline and remove spr.h.Joel Sing
2024-08-31Combine DES code into a smaller set of files.Joel Sing
2024-08-31Merge fcrypt_b.c into fcrypt.c.Joel Sing
2024-08-31Remove now unused ncbc_enc.c.Joel Sing
2024-08-31Expand DES_ncbc_encrypt() in des_enc.c.Joel Sing
2024-08-31Expand DES_cbc_encrypt() in cbc_enc.c.Joel Sing
2024-08-31Remove DES_enc_{read,write} and DES_rw_modeTheo Buehler
2024-07-09Hide DES global variablesBob Beck
2024-05-24des_local.h: Remove some unused macrosTheo Buehler
2024-05-24Stub out DES_enc_{read,write}(3)Theo Buehler
2024-03-29Hide symbols in DESjoshua
2024-03-28Remove now unused des assembly.Joel Sing
2023-12-20Remove a changelog from 1991Theo Buehler
2023-12-20DES_random_key() sets the keyTheo Buehler
2023-12-20Remove commented-out codeTheo Buehler
2023-07-31Remove more *_options() stuffTheo Buehler
2023-07-08More style(9).Joel Sing
2023-07-08Hit the des directory with the loving mallet of knfmtBob Beck
2023-02-01Move all data blocks from .text to .rodata and cleanup up and homogeneize codeMiod Vallat
2023-01-19Remove various unused assembly files and assembly generation scripts.Joel Sing
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-11-26Make internal header file names consistentTheo Buehler
2021-11-09Switch to <endian.h> from <machine/endian.h> for better portability.Brent Cook
2019-01-21lenght -> lengthJonathan Gray
2017-02-09DES keys are not 7 days long. ok jsing@Darren Tucker
2016-12-26Typo, "more then" -> "more than"Jeremie Courreges-Anglas
2016-12-21Explicitly export a list of symbols from libcrypto.Joel Sing
2016-03-20" the the " -> " the ", or in a couple of cases replace the superfluousKenneth R Westerback
2015-12-24More adress -> addressMichael McConville
2015-09-12Remove horribly old and outdated `documentation' for the assembly code.Miod Vallat
2015-09-10Correct spelling of OPENSSL_cleanse.Joel Sing
2015-02-12If you do not support POSIX I/O then you're not tall enough to ride...Joel Sing
2015-02-10Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policyMiod Vallat
2015-02-07Delete a lot of #if 0 code in libressl.Doug Hogan
2014-10-28deregister; no binary changeJonathan Gray
2014-10-22Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().Joel Sing
2014-10-12Remove useless comments in DES_is_weak_key(). Do we really care that thisMiod Vallat
2014-08-18replace more ROTATE macros with plain-old C code.Brent Cook
2014-07-22In DES_random_key(), force the generated key to the odd parity before checkingMiod Vallat
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel Sing
2014-07-09Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to beMiod Vallat
2014-07-09remove unused, private version strings except SSL_version_strBrent Cook
2014-07-08Remove undocumented _des_crypt() interface and its companion header file,Miod Vallat
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-05-24Remove the _shadow_ indirection, which is unnecessary in a world withoutJoel Sing