| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove redundant COPYRIGHT file. | jsing | 2024-08-31 | 1 | -50/+0 |
* | Make fcrypt_body() static and remove prototype. | jsing | 2024-08-31 | 2 | -6/+3 |
* | Unifdef DES_PTR, DES_RISC1 and DES_RISC2. | jsing | 2024-08-31 | 3 | -162/+3 |
* | Unifdef OPENBSD_DES_ASM. | jsing | 2024-08-31 | 2 | -10/+2 |
* | Inline and remove spr.h. | jsing | 2024-08-31 | 2 | -211/+149 |
* | Combine DES code into a smaller set of files. | jsing | 2024-08-31 | 18 | -1949/+1180 |
* | Merge fcrypt_b.c into fcrypt.c. | jsing | 2024-08-31 | 2 | -146/+135 |
* | Remove now unused ncbc_enc.c. | jsing | 2024-08-31 | 1 | -160/+0 |
* | Expand DES_ncbc_encrypt() in des_enc.c. | jsing | 2024-08-31 | 1 | -3/+80 |
* | Expand DES_cbc_encrypt() in cbc_enc.c. | jsing | 2024-08-31 | 1 | -3/+73 |
* | Remove DES_enc_{read,write} and DES_rw_mode | tb | 2024-08-31 | 2 | -92/+1 |
* | Hide DES global variables | beck | 2024-07-09 | 2 | -2/+4 |
* | des_local.h: Remove some unused macros | tb | 2024-05-24 | 1 | -20/+1 |
* | Stub out DES_enc_{read,write}(3) | tb | 2024-05-24 | 2 | -319/+13 |
* | Hide symbols in DES | joshua | 2024-03-29 | 20 | -20/+58 |
* | Remove now unused des assembly. | jsing | 2024-03-28 | 3 | -2630/+0 |
* | Remove a changelog from 1991 | tb | 2023-12-20 | 1 | -8/+1 |
* | DES_random_key() sets the key | tb | 2023-12-20 | 2 | -69/+14 |
* | Remove commented-out code | tb | 2023-12-20 | 1 | -8/+1 |
* | Remove more *_options() stuff | tb | 2023-07-31 | 2 | -43/+2 |
* | More style(9). | jsing | 2023-07-08 | 14 | -107/+82 |
* | Hit the des directory with the loving mallet of knfmt | beck | 2023-07-08 | 26 | -2231/+2219 |
* | Move all data blocks from .text to .rodata and cleanup up and homogeneize code | miod | 2023-02-01 | 1 | -5/+4 |
* | Remove various unused assembly files and assembly generation scripts. | jsing | 2023-01-19 | 1 | -209/+0 |
* | spelling fixes; from paul tagliamonte | jmc | 2022-12-26 | 1 | -2/+2 |
* | Make internal header file names consistent | tb | 2022-11-26 | 22 | -43/+43 |
* | Switch to <endian.h> from <machine/endian.h> for better portability. | bcook | 2021-11-09 | 1 | -2/+2 |
* | lenght -> length | jsg | 2019-01-21 | 1 | -1/+1 |
* | DES keys are not 7 days long. ok jsing@ | dtucker | 2017-02-09 | 1 | -2/+2 |
* | Typo, "more then" -> "more than" | jca | 2016-12-26 | 1 | -2/+2 |
* | Explicitly export a list of symbols from libcrypto. | jsing | 2016-12-21 | 2 | -2/+11 |
* | " the the " -> " the ", or in a couple of cases replace the superfluous | krw | 2016-03-20 | 1 | -1/+1 |
* | More adress -> address | mmcc | 2015-12-24 | 1 | -1/+1 |
* | Remove horribly old and outdated `documentation' for the assembly code. | miod | 2015-09-12 | 1 | -131/+0 |
* | Correct spelling of OPENSSL_cleanse. | jsing | 2015-09-10 | 1 | -3/+3 |
* | If you do not support POSIX I/O then you're not tall enough to ride... | jsing | 2015-02-12 | 2 | -10/+2 |
* | Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policy | miod | 2015-02-10 | 1 | -7/+1 |
* | Delete a lot of #if 0 code in libressl. | doug | 2015-02-07 | 4 | -78/+4 |
* | deregister; no binary change | jsg | 2014-10-28 | 18 | -94/+94 |
* | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | jsing | 2014-10-22 | 2 | -8/+7 |
* | Remove useless comments in DES_is_weak_key(). Do we really care that this | miod | 2014-10-12 | 1 | -14/+10 |
* | replace more ROTATE macros with plain-old C code. | bcook | 2014-08-18 | 1 | -15/+6 |
* | In DES_random_key(), force the generated key to the odd parity before checking | miod | 2014-07-22 | 1 | -8/+8 |
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 2 | -7/+5 |
* | Explicitly include <openssl/opensslconf.h> in every file that references | jsing | 2014-07-10 | 3 | -6/+11 |
* | Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to be | miod | 2014-07-09 | 1 | -6/+6 |
* | remove unused, private version strings except SSL_version_str | bcook | 2014-07-09 | 2 | -69/+1 |
* | Remove undocumented _des_crypt() interface and its companion header file, | miod | 2014-07-08 | 2 | -231/+0 |
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 29 | -29/+30 |
* | Remove the _shadow_ indirection, which is unnecessary in a world without | jsing | 2014-05-24 | 3 | -7/+4 |