Age | Commit message (Expand) | Author |
2016-09-01 | remove sparc support | Ted Unangst |
2015-10-19 | Stop supporing "legcay" time formats that OpenSSL supports. Rewrite the | Bob Beck |
2015-10-02 | Flense the greasy black guts of unreadble string parsing code out of three areas | Bob Beck |
2015-09-14 | Temporarily revive MD4 for MS CHAP support. | Doug Hogan |
2015-09-13 | Remove MD4 support from LibreSSL. | Doug Hogan |
2015-09-13 | Remove SHA-0 support. | Doug Hogan |
2015-09-13 | Merge ech_ossl.c into ech_key.c - not much point having one file with a | Joel Sing |
2015-09-13 | Nuke openssl/e_os2.h, since nothing should be using it. | Joel Sing |
2015-07-19 | Remove OpenSSL engine RSAX. | Doug Hogan |
2015-06-27 | Fix pointer to unsigned long conversion. | Doug Hogan |
2015-06-20 | Remove obsolete MDC-2DES from libcrypto. | Doug Hogan |
2015-04-11 | Send OPENSSL_issetugid() straight to hell, no final cigarette. | Theo de Raadt |
2015-02-10 | unifdef OPENSSL_NO_RFC3779 - this is currently disabled and unlikely to | Joel Sing |
2015-02-10 | Remove RC5 code - this is not currently enabled and is not likely to ever | Joel Sing |
2015-02-10 | Remove crypto/store - part of which is "currently highly experimental". | Joel Sing |
2015-02-07 | Combine c_allc.c and c_alld.c into c_all.c - there is not much point having | Joel Sing |
2015-01-22 | Add X509_STORE_load_mem() to load certificates from a memory buffer | Reyk Floeter |
2014-12-03 | Move Windows OS-specific functions to make porting easier. | Brent Cook |
2014-11-20 | Oops, make sure camellia is compiled on platforms without an arch-specific | Miod Vallat |
2014-11-18 | Enable the build of GOST routines in libcrypto. Riding upon the Cammelia | Miod Vallat |
2014-11-17 | Add the Cammelia cipher to libcrypto. | Miod Vallat |
2014-11-09 | GOST crypto algorithms (well, most of them), ported from the removed GOST | Miod Vallat |
2014-07-28 | Remove SRP code. It contains a bug (this should not surprise anyone), but | Ted Unangst |
2014-07-12 | Remove private_{Camellia,RC4}_set_key FIPS indirection tentacles, as has been | Miod Vallat |
2014-07-11 | move all the feature settings to a common header. | Ted Unangst |
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-06-24 | Remove BIO_f_reliable(), guilty of playing with EVP_MD_CTX internals it | Miod Vallat |
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-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-04 | Remove the !SSLASM conditional. Either there is an arch-specific Makefile.inc, | 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-18 | Do not ask the user to pass either -DB_ENDIAN or -DL_ENDIAN to the compiler, | Miod Vallat |
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 | 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 |