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