| Commit message (Expand) | Author | Age | Files | Lines |
* | Tighten behavior of _rs_allocate failure for portable arc4random implementati... | bcook | 2016-06-30 | 7 | -7/+14 |
* | Tighten behavior of _rs_allocate on Windows. | bcook | 2016-06-30 | 1 | -4/+7 |
* | remove hppa64 port, which we never got going beyond broken single users. | deraadt | 2016-05-11 | 1 | -157/+0 |
* | Crank majors for lib{crypto,ssl,tls} due to symbol removals, symbol | jsing | 2016-04-28 | 1 | -1/+1 |
* | fix typo in comment; ok beck | tj | 2016-04-19 | 1 | -2/+2 |
* | Calling clone(2) with CLONE_NEWPID yields multiple processes with pid=1. | bcook | 2016-01-04 | 1 | -2/+3 |
* | bump the major for libcrypto/ssl/tls for a CRYPTO_chacha_20 ABI change | bcook | 2015-12-09 | 1 | -2/+2 |
* | bump minors after adding EVP_aead_chacha20_poly1305_ietf() | reyk | 2015-11-02 | 1 | -1/+1 |
* | Stop supporing "legcay" time formats that OpenSSL supports. Rewrite the | beck | 2015-10-19 | 1 | -2/+2 |
* | Flense the greasy black guts of unreadble string parsing code out of three areas | beck | 2015-10-02 | 1 | -1/+2 |
* | Temporarily revive MD4 for MS CHAP support. | doug | 2015-09-14 | 1 | -2/+7 |
* | Crank major version due to removal of SHA-0 and MD4 from libcrypto. | doug | 2015-09-13 | 1 | -2/+2 |
* | Remove MD4 support from LibreSSL. | doug | 2015-09-13 | 1 | -7/+2 |
* | Remove SHA-0 support. | doug | 2015-09-13 | 1 | -3/+3 |
* | Merge ech_ossl.c into ech_key.c - not much point having one file with a | jsing | 2015-09-13 | 1 | -2/+2 |
* | Nuke openssl/e_os2.h, since nothing should be using it. | jsing | 2015-09-13 | 1 | -2/+1 |
* | Add a new interface, OPENSSL_cpu_caps(), to return the currently running | miod | 2015-09-13 | 1 | -1/+1 |
* | Pass "openbsd" instead of "openbsd-elf" as the "flavour" to the perl assembler | miod | 2015-09-11 | 1 | -2/+2 |
* | unify files further | deraadt | 2015-09-11 | 10 | -61/+61 |
* | unify versions, so they are easier to diff. | deraadt | 2015-08-25 | 4 | -9/+9 |
* | KNF | deraadt | 2015-08-25 | 1 | -6/+4 |
* | Remove OpenSSL engine RSAX. | doug | 2015-07-19 | 2 | -3/+2 |
* | Fix pointer to unsigned long conversion. | doug | 2015-06-27 | 1 | -2/+2 |
* | Crank major for libcrypto, ssl and tls due to MDC-2DES removal. | doug | 2015-06-20 | 1 | -1/+1 |
* | Remove obsolete MDC-2DES from libcrypto. | doug | 2015-06-20 | 1 | -7/+2 |
* | Disable ENGINE_load_dynamic (dynamic engine support). | bcook | 2015-06-19 | 13 | -13/+0 |
* | Remove unneeded sys/sysctl.h on linux. | bcook | 2015-06-13 | 1 | -2/+1 |
* | Record inter-library dependencies between libcrypto, libssl and libtls | kettenis | 2015-05-17 | 1 | -0/+1 |
* | Not all Linux libc's include linux/sysctl.h in sys/sysctl.h. | bcook | 2015-04-27 | 1 | -2/+3 |
* | Support AIX versions without WPAR support. | bcook | 2015-04-27 | 1 | -1/+5 |
* | Send OPENSSL_issetugid() straight to hell, no final cigarette. | deraadt | 2015-04-11 | 2 | -3/+3 |
* | add initial AIX getentropy/arc4random files. Thanks to Michael Felt. | bcook | 2015-03-30 | 2 | -0/+501 |
* | sys/sysctl.h includes linux/sysctl.h, remove the extra unchecked include | bcook | 2015-03-22 | 1 | -2/+1 |
* | In the neverending saga of enabling and disabling assembler code for sha | miod | 2015-03-18 | 1 | -5/+1 |
* | Do not use sha512-parisc for now, as it is subtly bugged - passes the sha | miod | 2015-03-05 | 1 | -1/+3 |
* | Bump libcrypto and libssl majors, due to various recent churn. | jsing | 2015-02-22 | 1 | -1/+1 |
* | unifdef OPENSSL_NO_RFC3779 - this is currently disabled and unlikely to | jsing | 2015-02-10 | 1 | -2/+1 |
* | Remove RC5 code - this is not currently enabled and is not likely to ever | jsing | 2015-02-10 | 1 | -8/+2 |
* | Remove crypto/store - part of which is "currently highly experimental". | jsing | 2015-02-10 | 1 | -6/+1 |
* | Crank major for libcrypto since symbols have been removed. | jsing | 2015-02-07 | 1 | -2/+2 |
* | Combine c_allc.c and c_alld.c into c_all.c - there is not much point having | jsing | 2015-02-07 | 1 | -2/+2 |
* | Add X509_STORE_load_mem() to load certificates from a memory buffer | reyk | 2015-01-22 | 2 | -3/+3 |
* | Add arc4random/getentropy shims for NetBSD. | bcook | 2015-01-19 | 2 | -0/+150 |
* | back in september I did the large abstraction refactoring to allow these | deraadt | 2015-01-15 | 6 | -6/+12 |
* | mix in more virtual memory and process information | bcook | 2015-01-07 | 1 | -2/+4 |
* | add initial HP-UX getentropy/arc4random support. | bcook | 2015-01-06 | 2 | -0/+496 |
* | Revert to the use of C code for the basic BN routines (bn_add_words, | miod | 2014-12-07 | 1 | -2/+7 |
* | Move Windows OS-specific functions to make porting easier. | bcook | 2014-12-03 | 1 | -5/+5 |
* | mop up a barely started project... getting in the way of grepping the tree! | deraadt | 2014-11-22 | 1 | -4/+0 |
* | Oops, make sure camellia is compiled on platforms without an arch-specific | miod | 2014-11-20 | 1 | -1/+2 |