| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Enable the build of GOST routines in libcrypto. Riding upon the Cammelia | miod | 2014-11-18 | 1 | -6/+6 |
| * | Add the Cammelia cipher to libcrypto. | miod | 2014-11-17 | 12 | -12/+33 |
| * | correct the failure case for getentropy on win32 | bcook | 2014-11-11 | 1 | -3/+3 |
| * | GOST crypto algorithms (well, most of them), ported from the removed GOST | miod | 2014-11-09 | 1 | -1/+10 |
| * | Introduce EVP_MD_CTX_ctrl(), to allow for fine control of a given digest. | miod | 2014-11-09 | 1 | -1/+1 |
| * | Add hooks to override native arc4random_buf on FreeBSD. | bcook | 2014-11-03 | 2 | -0/+149 |
| * | include header needed by older linux kernels | bcook | 2014-10-11 | 1 | -1/+2 |
| * | Revert r1.5 and reenable assembler version of ghash now that it has been | miod | 2014-09-27 | 1 | -3/+3 |
| * | Disable assembler code for ghash on hppa, causes wrong computations in some | miod | 2014-09-27 | 2 | -4/+4 |
| * | preserve errno value on success. | bcook | 2014-08-28 | 1 | -4/+6 |
| * | only build the getrandom path if SYS_getrandom is defined. | bcook | 2014-08-16 | 1 | -3/+7 |
| * | getrandom(2) support for getentropy_linux | bcook | 2014-08-16 | 1 | -13/+10 |
| * | munmap correct object in (extremely unlikely, and effectively terminal) | deraadt | 2014-08-13 | 3 | -6/+6 |
| * | Guard RSA / RC4-5 ASM when NO_ASM is not defined | bcook | 2014-08-11 | 1 | -1/+3 |
| * | Remove SRP code. It contains a bug (this should not surprise anyone), but | tedu | 2014-07-28 | 1 | -5/+1 |
| * | better match proposed syscall api | bcook | 2014-07-22 | 1 | -8/+2 |
| * | protect sysctl path with SYS__sysctl instead; from enh@google, ok bcook | deraadt | 2014-07-21 | 1 | -6/+6 |
| * | Use explicit_bzero() instead of memset() on buffers going out of scope. | guenther | 2014-07-21 | 3 | -6/+9 |
| * | cast from void * before math; enh@google | deraadt | 2014-07-21 | 1 | -2/+2 |
| * | Move more OS-specific functionality to arc4random.h headers. | bcook | 2014-07-20 | 4 | -4/+37 |
| * | initial win32 ARC4_LOCK/UNLOCK implementation. | bcook | 2014-07-20 | 1 | -1/+21 |