Age | Commit message (Expand) | Author |
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 |
2014-05-27 | Fix ia64 cross-gcc target. | Tobias Ulmer |
2014-05-25 | "for every change..." | Ted Unangst |
2014-05-25 | define LIBRESSL_INTERNAL, and use it to hide the bad stuff from ourselves | Ted Unangst |
2014-05-16 | When OPENSSL_LOAD_CONF was added it ended up with more #if 0 code, | Joel Sing |
2014-05-15 | Add a ChaCha20-Poly1305 AEAD EVP implementation to libcrypto, from Adam | Joel Sing |
2014-05-15 | Add an AEAD EVP interface to libcrypto, along with AES-GCM AEAD | Joel Sing |
2014-05-14 | Add poly1305 to libcrypto utilising Andrew Moon's public domain | Joel Sing |
2014-05-12 | Move the `pqueue' part of libcrypto, which is a glorified sorted linked list | Miod Vallat |
2014-05-07 | miod forgot about fcrypt_b.c being needed, before he went off to get his | Theo de Raadt |
2014-05-06 | Sort CFLAGS, SRC and SSLASM stanzas by the directories they apply to, to make | Miod Vallat |
2014-05-05 | Enable assembler code for DES. Assembler code for BN is commented out as it | Miod Vallat |
2014-05-04 | Enable the assembler code for BN, which was lost quite some time ago. | Miod Vallat |
2014-05-04 | Remove the !SSLASM conditional. Either there is an arch-specific Makefile.inc, | Miod Vallat |
2014-05-03 | Enable assembler code for AES, DES, GCM, SHA1, SHA256 and SHA512. | Miod Vallat |