Age | Commit message (Expand) | Author |
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 |
2014-07-12 | remove gratuitous differences, ok beck | Theo de Raadt |
2014-07-12 | remove gratuitous differences, ok beck bcook | Theo de Raadt |
2014-07-12 | Solaris uses a symbolic link for /dev/urandom which harms best practice of | Bob Beck |
2014-07-12 | odds are that some ABI change occured today, no matter how careful everyone | Theo de Raadt |
2014-07-11 | add comment about format requirements | Bob Beck |
2014-07-11 | Huge documentation update for libcrypto and libssl, mostly from Matt Caswell, | Miod Vallat |
2014-07-11 | i'm a dumbdumb. fix build. | Ted Unangst |
2014-07-11 | move all the feature settings to a common header. | Ted Unangst |
2014-07-11 | Fix incorrect duplicate mlinks | Bob Beck |
2014-07-11 | Correct incorrect mlinks | Bob Beck |
2014-07-11 | Fix incorrect mlinks | Bob Beck |
2014-07-11 | Make sure we leave OPENSSL_NO_PSK in the conf files so things | Bob Beck |
2014-07-09 | Update to match the current state of crypto/rand, and remove MLINKS for | Miod Vallat |
2014-07-09 | remove unused variables getentropy for OS X | bcook |
2014-07-09 | RSA_NULL used to be a compile option allowing the RSA interfaces to be | Miod Vallat |
2014-07-08 | Remove undocumented _des_crypt() interface and its companion header file, | Miod Vallat |
2014-07-08 | getentropy for osx and solaris. will be needed for a portable release | Bob Beck |
2014-07-08 | fix oops, accidental delete.. darn copying of files between machines | Bob Beck |