summaryrefslogtreecommitdiff
path: root/crypto/des
Commit message (Expand)AuthorAgeFilesLines
* Avoid duplicating symbols in legacy.a with some build optionsTomas Mraz2023-01-311-2/+3
* remove unused macro in cast_local.h and des_local.hzhangzhilei2023-01-171-15/+0
* crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-14/+14
* Add ROTATE inline RISC-V zbb/zbkb asm for DESHongren (Zenithal) Zheng2022-08-151-0/+13
* Rename x86-32 assembly files from .s to .S.Sebastian Andrzej Siewior2022-05-241-5/+5
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* Convert the weak key and key parity tests to be constant time.Pauli2021-11-051-10/+25
* DES_set_key(): return values as DES_set_key_checked() but always setTomas Mraz2021-11-031-1/+9
* Update copyright yearMatt Caswell2021-07-291-1/+1
* Split bignum code out of the sparcv9cap.cTomas Mraz2021-07-151-1/+4
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Fix crypto/des/build.infoRichard Levitte2021-01-151-1/+1
* replace 'unsigned const char' with 'const unsigned char'Thomas De Schampheleire2021-01-091-2/+2
* Build: Remove faulty DES assembler specRichard Levitte2020-06-201-1/+0
* Add solaris assembler fixes for legacy providerShane Lontis2020-05-021-3/+5
* Update copyright yearMatt Caswell2020-04-2322-22/+22
* Move legacy ciphers into the legacy providerShane Lontis2020-04-091-7/+10
* Also check for errors in x86_64-xlate.pl.David Benjamin2020-02-173-3/+3
* Adapt all build.info and test recipes to the new $disabled{'deprecated-x.y'}Richard Levitte2020-02-071-3/+3
* Deprecate the low level DES functions.Pauli2020-01-2520-0/+123
* Do not silently truncate files on perlasm errorsDavid Benjamin2020-01-223-3/+3
* CRYPTO: split cipher_platform.h into algorithm specific headersRichard Levitte2019-12-191-0/+3
* Fix some typosVeres Lajos2019-12-111-4/+4
* Rework how our providers are builtRichard Levitte2019-10-101-1/+1
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-2/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-2819-18/+18
* Unify all assembler file generatorsRichard Levitte2019-09-163-6/+3
* build.info: For all assembler generators, remove all argumentsRichard Levitte2019-09-161-5/+3
* Cleanup ciphers and Add 3des ciphers.Shane Lontis2019-08-261-4/+5
* Remove DES_check_key globalRich Salz2019-07-011-9/+1
* Move des_asm_src file information to build.info filesRichard Levitte2019-06-171-1/+15
* Remove unnecessary trailing whitespaceSam Roberts2019-02-051-2/+2
* Fix compilation on sparcMatt Caswell2019-01-081-2/+0
* Following the license change, modify the boilerplates in crypto/des/Richard Levitte2018-12-0627-27/+27
* Update copyright yearMatt Caswell2018-04-031-1/+1
* Use the private RNG for data that is not publicKurt Roeckx2018-04-021-1/+1
* Harmonize the make variables across all known platforms familiesRichard Levitte2018-02-141-2/+2
* Processing GNU-style "make variables" - separate CPP flags from C flagsRichard Levitte2018-01-281-2/+4
* Copyright update of more files that have changed this yearRichard Levitte2018-01-191-1/+1
* Fix minor 'the the' typosDaniel Bevenius2018-01-021-2/+2
* Consistent formatting for sizeof(foo)Rich Salz2017-12-072-2/+2
* Many spelling fixes/typo's corrected.Josh Soref2017-11-113-10/+10
* Remove parentheses of return.KaoruToda2017-10-185-10/+10
* Remove email addresses from source code.Rich Salz2017-10-138-24/+11
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-092-3/+3
* Move e_os.h to be the very first include.Pauli2017-08-301-1/+0
* e_os.h removal from other headers and source files.Pauli2017-08-301-1/+1
* Trivial bounds checking.Pauli2017-07-071-8/+5
* Undo commit d420ac2Rich Salz2017-07-051-1/+1