Age | Commit message (Expand) | Author |
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 |
2014-07-18 | Cleanup portable arc4random fork detection code: | Matthew Dempsky |
2014-07-18 | Seperate arc4random's os-dependent parts into static inline functions, | Theo de Raadt |
2014-07-16 | Only call getauxval(3) if HAVE_GETAUXVAL is defined. Fixes build on older | Mark Kettenis |
2014-07-13 | Use dl_iterate_phdr() to iterate over the segments and throw the addresses | Theo de Raadt |
2014-07-13 | Provide a link to the canonical API specification. | Theo de Raadt |
2014-07-13 | Take away the use of the address of main as a source of entropy. Causes | Bob Beck |
2014-07-12 | more MLINKS | Miod Vallat |
2014-07-12 | getentropy on Windows. It compiles but has not been thoroughly tested yet. | wouter |
2014-07-12 | Remove signed/unsigned warning, statement before declaration and | wouter |
2014-07-12 | Remove private_{Camellia,RC4}_set_key FIPS indirection tentacles, as has been | Miod Vallat |
2014-07-12 | more MLINKs | Miod Vallat |
2014-07-12 | guard inclusion of sys/sysctl.h so we can detect at compile time and | Bob Beck |