Age | Commit message (Expand) | Author |
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 |
2014-05-03 | Enable assembler code for AES, BN (Montgomery), GCM128, SHA1, SHA256 and SHA512. | Miod Vallat |
2014-05-03 | Correctly enable Montgomery code. | Miod Vallat |
2014-05-03 | Enable assembler bits for BN (Montgomery), SHA1 and SHA256. | Miod Vallat |
2014-05-02 | Correctly enable assembler Montgomery routine. | Miod Vallat |
2014-05-02 | Correctly enable assembler Montgomery routine. | Miod Vallat |
2014-05-02 | Reenable assembler code for SHA384 and SHA512 now that it no longer miscomputes | Miod Vallat |
2014-05-02 | Disable assembler version of SHA512 for now, it produces wrong results. | Miod Vallat |
2014-05-01 | Enable use of assembly code for AES, BN (Montgomery), SHA1, SHA256 and SHA512. | Miod Vallat |
2014-05-01 | Enable use of the assembly code for BN (Montgomery) and SHA1. | Miod Vallat |
2014-05-01 | Enable use of the assembly code for AES, BN, SHA1, SHA256 and SHA512. | Miod Vallat |
2014-05-01 | + e_chacha.c, and bump minor | Miod Vallat |
2014-05-01 | Add ChaCha to libcrypto, based on djb's public domain implementation. | Joel Sing |
2014-04-27 | We do not need a separate file for two compatibility wrapper functions. | Joel Sing |
2014-04-23 | Make libssl and libcrypto compile with -Werror | Bob Beck |
2014-04-20 | Chop off more SSLv2 tentacles and start fixing and noting y2038 issues. | Philip Guenther |
2014-04-19 | egd is gone | Theo de Raadt |
2014-04-18 | Do not ask the user to pass either -DB_ENDIAN or -DL_ENDIAN to the compiler, | Miod Vallat |
2014-04-18 | first round of static config. ok miod | Ted Unangst |
2014-04-18 | Put back i2d_ASN1_SET() and d2i_ASN1_SET() from the NO_ASN1_OLD prune, as there | Miod Vallat |
2014-04-18 | we need to crank | Ted Unangst |
2014-04-18 | another round of chemo for the RAND code to provide clarity. | Ted Unangst |
2014-04-18 | egd support is too dangerous to leave where somebody might find it. | Ted Unangst |
2014-04-17 | Use !defined() rather than empty(). | Miod Vallat |