Age | Commit message (Expand) | Author |
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 | 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 | 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 | 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 | Make sure we leave OPENSSL_NO_PSK in the conf files so things | Bob Beck |
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 |
2014-07-08 | j should be an int, like repeat | Bob Beck |
2014-07-08 | unbreak last commit - but same intent, make re-seed less expensive | Bob Beck |
2014-07-08 | repeat calls to getentrypy() with the same pid likely indicate reseeds. | Theo de Raadt |
2014-06-26 | fix HD() misuse; from brent cook | Theo de Raadt |
2014-06-25 | AT_BASE returns us the *address* of the start of ld.so, so | Bob Beck |
2014-06-25 | get the page of data at AT_SYSINFO_EHDR | Bob Beck |
2014-06-25 | comment fixes from theo | Bob Beck |
2014-06-25 | Possibly obtain a little bit of entropy from addresses returned | Bob Beck |
2014-06-25 | O_NOFOLLOW would be very nice to have here if the version of linux | Bob Beck |
2014-06-24 | Remove BIO_f_reliable(), guilty of playing with EVP_MD_CTX internals it | Miod Vallat |
2014-06-24 | Crank libcrypto major since my previous commit changed the size of the | Joel Sing |
2014-06-23 | unbreak build of getentropy_sysctl - we need linux/sysctl.h, and | Bob Beck |
2014-06-23 | unbreak - main needs to be extern in here somewhere. | Bob Beck |
2014-06-21 | repair indentation for an inner loop; shorten some macros and variable | Theo de Raadt |
2014-06-21 | hash in correct pointer | Theo de Raadt |
2014-06-20 | KNF | Bob Beck |
2014-06-20 | indent | Theo de Raadt |
2014-06-20 | rearrange so that the main function with the important comments is at the top | Otto Moerbeek |
2014-06-20 | Work in progress on how to deal with the inherit unreliability of | Bob Beck |
2014-06-11 | Provide support for non-funopen systems. | Theo de Raadt |
2014-06-10 | Abandon the auto-ENGINE /dev/crypto interface. VIA 3des cbc receives | Theo de Raadt |
2014-06-02 | A few months back there was a big community fuss regarding direct-use | Theo de Raadt |