Age | Commit message (Expand) | Author |
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 |
2014-04-17 | -Wall | Ted Unangst |
2014-04-17 | Ok, there was a need for OPENSSL_cleanse() instead of bzero() to prevent | Miod Vallat |
2014-04-17 | Move the machine-specific parts of the libcrypto Makefile to per-arch makefile | Miod Vallat |
2014-04-17 | Fully kill FIPS API. Forcible certification conflicts with the goals of a | Ted Unangst |
2014-04-16 | No need to define ANSI_SOURCE and NO_ERR. TERMIOS kept until ui/ui_openssl.c | Miod Vallat |
2014-04-16 | No need to build with -DOPENSSL_NO_CAPIENG and -DOPENSSL_NO_HW_xxx for all | Miod Vallat |
2014-04-16 | unbreak install; /usr/share/man/man3/EVP_PKEY_print_private.3 should link to | Stuart Henderson |
2014-04-16 | Sync the list of man pages for libcrypto, explicity rename conflicting | Martin Pieuchot |
2014-04-16 | Remove DES_read_password and DES_read_2passwords which are `modern' flavours | Miod Vallat |
2014-04-16 | Your operating system memory allocation functions are your friend. If they | Bob Beck |
2014-04-15 | don't even pretend to build md2, seed, or jpake | Ted Unangst |
2014-04-15 | The more you remove Chtulhu^WVMS tentacles, the more there are | Miod Vallat |
2014-04-15 | 12 years ago, old_des.h was used to provide compatibility with libdes. | Ted Unangst |
2014-04-15 | Crank major for libcrypto and libssl; more symbol removals to occur during the | Miod Vallat |
2014-04-15 | The NO_ASN1_OLD define was introduced in 0.9.7, 8 years ago, to allow for | Miod Vallat |
2014-04-15 | Just like every web browser expands until it can read mail, every modular | Miod Vallat |