Age | Commit message (Expand) | Author |
2015-02-16 | third batch of perlpod(1) to mdoc(7) conversion | Ingo Schwarze |
2015-02-14 | second batch of perlpod(1) to mdoc(7) conversion | Ingo Schwarze |
2015-02-14 | While doing development work on pod2mdoc(1), | Ingo Schwarze |
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-16 | Delete the MANLINT variable and the related SUFFIXES rules because | Ingo Schwarze |
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-06 | delete four MLINKS that are both duplicate and wrong | Ingo Schwarze |
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-10-01 | openssl.cnf tweaks following recent changes to usr.bin/openssl: | Stuart Henderson |
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-09-16 | A few more MLINKs. | Miod Vallat |
2014-08-28 | preserve errno value on success. | Brent Cook |
2014-08-16 | only build the getrandom path if SYS_getrandom is defined. | bcook |
2014-08-16 | getrandom(2) support for getentropy_linux | bcook |
2014-08-14 | fixed overrid(d)en typo | Tobias Stoeckmann |
2014-08-13 | munmap correct object in (extremely unlikely, and effectively terminal) | Theo de Raadt |
2014-08-11 | Guard RSA / RC4-5 ASM when NO_ASM is not defined | bcook |
2014-07-28 | Remove SRP code. It contains a bug (this should not surprise anyone), but | Ted Unangst |
2014-07-22 | better match proposed syscall api | bcook |
2014-07-21 | protect sysctl path with SYS__sysctl instead; from enh@google, ok bcook | Theo de Raadt |
2014-07-21 | Use explicit_bzero() instead of memset() on buffers going out of scope. | Philip Guenther |
2014-07-21 | cast from void * before math; enh@google | Theo de Raadt |
2014-07-20 | Move more OS-specific functionality to arc4random.h headers. | bcook |
2014-07-20 | initial win32 ARC4_LOCK/UNLOCK implementation. | bcook |
2014-07-20 | Demonstrate how new linux getrandom() will be called, at least until | Theo de Raadt |
2014-07-19 | remove disabled main hook; we use phdr now; ok bcook | Theo de Raadt |
2014-07-19 | tab love | Theo de Raadt |
2014-07-19 | Move _ARC4_ATFORK handlers from thread_private.h in portable. | bcook |
2014-07-19 | move _ARC4_LOCK/UNLOCK primitives from thread_private into OS-specific modules | bcook |
2014-07-19 | fixup typos | bcook |
2014-07-19 | Change _rs_allocate so it can combine the two regions (rs and rsx) | Theo de Raadt |