Age | Commit message (Expand) | Author |
2015-09-14 | Temporarily revive MD4 for MS CHAP support. | Doug Hogan |
2015-09-13 | Crank major version due to removal of SHA-0 and MD4 from libcrypto. | Doug Hogan |
2015-09-13 | Remove MD4 support from LibreSSL. | Doug Hogan |
2015-09-13 | Remove SHA-0 support. | Doug Hogan |
2015-09-13 | Merge ech_ossl.c into ech_key.c - not much point having one file with a | Joel Sing |
2015-09-13 | Nuke openssl/e_os2.h, since nothing should be using it. | Joel Sing |
2015-09-13 | Add a new interface, OPENSSL_cpu_caps(), to return the currently running | Miod Vallat |
2015-09-11 | Pass "openbsd" instead of "openbsd-elf" as the "flavour" to the perl assembler | Miod Vallat |
2015-09-11 | unify files further | Theo de Raadt |
2015-08-25 | unify versions, so they are easier to diff. | Theo de Raadt |
2015-08-25 | KNF | Theo de Raadt |
2015-07-19 | Remove OpenSSL engine RSAX. | Doug Hogan |
2015-06-27 | Fix pointer to unsigned long conversion. | Doug Hogan |
2015-06-20 | Crank major for libcrypto, ssl and tls due to MDC-2DES removal. | Doug Hogan |
2015-06-20 | Remove obsolete MDC-2DES from libcrypto. | Doug Hogan |
2015-06-19 | Disable ENGINE_load_dynamic (dynamic engine support). | Brent Cook |
2015-06-13 | Remove unneeded sys/sysctl.h on linux. | Brent Cook |
2015-05-17 | *** empty log message *** | Mark Kettenis |
2015-04-27 | Not all Linux libc's include linux/sysctl.h in sys/sysctl.h. | Brent Cook |
2015-04-27 | Support AIX versions without WPAR support. | Brent Cook |
2015-04-11 | Send OPENSSL_issetugid() straight to hell, no final cigarette. | Theo de Raadt |
2015-03-30 | add initial AIX getentropy/arc4random files. Thanks to Michael Felt. | Brent Cook |
2015-03-22 | sys/sysctl.h includes linux/sysctl.h, remove the extra unchecked include | Brent Cook |
2015-03-18 | In the neverending saga of enabling and disabling assembler code for sha | Miod Vallat |
2015-03-05 | Do not use sha512-parisc for now, as it is subtly bugged - passes the sha | Miod Vallat |
2015-02-22 | Bump libcrypto and libssl majors, due to various recent churn. | Joel Sing |
2015-02-10 | unifdef OPENSSL_NO_RFC3779 - this is currently disabled and unlikely to | Joel Sing |
2015-02-10 | Remove RC5 code - this is not currently enabled and is not likely to ever | Joel Sing |
2015-02-10 | Remove crypto/store - part of which is "currently highly experimental". | Joel Sing |
2015-02-07 | Crank major for libcrypto since symbols have been removed. | Joel Sing |
2015-02-07 | Combine c_allc.c and c_alld.c into c_all.c - there is not much point having | Joel Sing |
2015-01-22 | Add X509_STORE_load_mem() to load certificates from a memory buffer | Reyk Floeter |
2015-01-19 | Add arc4random/getentropy shims for NetBSD. | Brent Cook |
2015-01-15 | back in september I did the large abstraction refactoring to allow these | Theo de Raadt |
2015-01-07 | mix in more virtual memory and process information | Brent Cook |
2015-01-06 | add initial HP-UX getentropy/arc4random support. | Brent Cook |
2014-12-07 | Revert to the use of C code for the basic BN routines (bn_add_words, | Miod Vallat |
2014-12-03 | Move Windows OS-specific functions to make porting easier. | Brent Cook |
2014-11-22 | mop up a barely started project... getting in the way of grepping the tree! | Theo de Raadt |
2014-11-20 | Oops, make sure camellia is compiled on platforms without an arch-specific | Miod Vallat |
2014-11-18 | Enable the build of GOST routines in libcrypto. Riding upon the Cammelia | Miod Vallat |
2014-11-17 | Add the Cammelia cipher to libcrypto. | Miod Vallat |
2014-11-11 | correct the failure case for getentropy on win32 | Brent Cook |
2014-11-09 | GOST crypto algorithms (well, most of them), ported from the removed GOST | Miod Vallat |
2014-11-09 | Introduce EVP_MD_CTX_ctrl(), to allow for fine control of a given digest. | Miod Vallat |
2014-11-03 | Add hooks to override native arc4random_buf on FreeBSD. | Brent Cook |
2014-10-11 | include header needed by older linux kernels | Brent Cook |
2014-09-27 | Revert r1.5 and reenable assembler version of ghash now that it has been | Miod Vallat |
2014-09-27 | Disable assembler code for ghash on hppa, causes wrong computations in some | Miod Vallat |
2014-08-28 | preserve errno value on success. | Brent Cook |