| Commit message (Expand) | Author | Age | Files | Lines |
| * | unifdef OPENSSL_NO_RFC3779 - this is currently disabled and unlikely to | jsing | 2015-02-10 | 1 | -2/+1 |
| * | Remove RC5 code - this is not currently enabled and is not likely to ever | jsing | 2015-02-10 | 1 | -8/+2 |
| * | Remove crypto/store - part of which is "currently highly experimental". | jsing | 2015-02-10 | 1 | -6/+1 |
| * | Combine c_allc.c and c_alld.c into c_all.c - there is not much point having | jsing | 2015-02-07 | 1 | -2/+2 |
| * | Add X509_STORE_load_mem() to load certificates from a memory buffer | reyk | 2015-01-22 | 1 | -2/+2 |
| * | Move Windows OS-specific functions to make porting easier. | bcook | 2014-12-03 | 1 | -5/+5 |
| * | Oops, make sure camellia is compiled on platforms without an arch-specific | miod | 2014-11-20 | 1 | -1/+2 |
| * | Enable the build of GOST routines in libcrypto. Riding upon the Cammelia | miod | 2014-11-18 | 1 | -6/+6 |
| * | Add the Cammelia cipher to libcrypto. | miod | 2014-11-17 | 1 | -2/+2 |
| * | GOST crypto algorithms (well, most of them), ported from the removed GOST | miod | 2014-11-09 | 1 | -1/+10 |
| * | Remove SRP code. It contains a bug (this should not surprise anyone), but | tedu | 2014-07-28 | 1 | -5/+1 |
| * | Remove private_{Camellia,RC4}_set_key FIPS indirection tentacles, as has been | miod | 2014-07-12 | 1 | -4/+1 |
| * | move all the feature settings to a common header. | tedu | 2014-07-11 | 1 | -1/+2 |
| * | RSA_NULL used to be a compile option allowing the RSA interfaces to be | miod | 2014-07-09 | 1 | -2/+2 |
| * | Remove undocumented _des_crypt() interface and its companion header file, | miod | 2014-07-08 | 1 | -2/+2 |
| * | Remove BIO_f_reliable(), guilty of playing with EVP_MD_CTX internals it | miod | 2014-06-24 | 1 | -2/+2 |
| * | Provide support for non-funopen systems. | deraadt | 2014-06-11 | 1 | -2/+2 |
| * | Abandon the auto-ENGINE /dev/crypto interface. VIA 3des cbc receives | deraadt | 2014-06-10 | 1 | -2/+2 |
| * | A few months back there was a big community fuss regarding direct-use | deraadt | 2014-06-02 | 1 | -2/+2 |
| * | define LIBRESSL_INTERNAL, and use it to hide the bad stuff from ourselves | tedu | 2014-05-25 | 1 | -1/+2 |
| * | When OPENSSL_LOAD_CONF was added it ended up with more #if 0 code, | jsing | 2014-05-16 | 1 | -2/+2 |
| * | Add a ChaCha20-Poly1305 AEAD EVP implementation to libcrypto, from Adam | jsing | 2014-05-15 | 1 | -2/+2 |
| * | Add an AEAD EVP interface to libcrypto, along with AES-GCM AEAD | jsing | 2014-05-15 | 1 | -2/+2 |
| * | Add poly1305 to libcrypto utilising Andrew Moon's public domain | jsing | 2014-05-14 | 1 | -1/+6 |
| * | Move the `pqueue' part of libcrypto, which is a glorified sorted linked list | miod | 2014-05-12 | 1 | -6/+1 |
| * | Remove the !SSLASM conditional. Either there is an arch-specific Makefile.inc, | miod | 2014-05-04 | 1 | -4/+2 |
| * | + e_chacha.c, and bump minor | miod | 2014-05-01 | 1 | -1/+2 |
| * | Add ChaCha to libcrypto, based on djb's public domain implementation. | jsing | 2014-05-01 | 1 | -1/+6 |
| * | We do not need a separate file for two compatibility wrapper functions. | jsing | 2014-04-27 | 1 | -2/+2 |
| * | Make libssl and libcrypto compile with -Werror | beck | 2014-04-23 | 1 | -2/+2 |
| * | Do not ask the user to pass either -DB_ENDIAN or -DL_ENDIAN to the compiler, | miod | 2014-04-18 | 1 | -11/+1 |
| * | Put back i2d_ASN1_SET() and d2i_ASN1_SET() from the NO_ASN1_OLD prune, as there | miod | 2014-04-18 | 1 | -1/+2 |
| * | another round of chemo for the RAND code to provide clarity. | tedu | 2014-04-18 | 1 | -3/+2 |
| * | egd support is too dangerous to leave where somebody might find it. | tedu | 2014-04-18 | 1 | -2/+2 |
| * | Use !defined() rather than empty(). | miod | 2014-04-17 | 1 | -2/+2 |
| * | -Wall | tedu | 2014-04-17 | 1 | -1/+3 |
| * | Ok, there was a need for OPENSSL_cleanse() instead of bzero() to prevent | miod | 2014-04-17 | 1 | -2/+2 |
| * | Move the machine-specific parts of the libcrypto Makefile to per-arch makefile | miod | 2014-04-17 | 1 | -104/+6 |
| * | Fully kill FIPS API. Forcible certification conflicts with the goals of a | tedu | 2014-04-17 | 1 | -2/+2 |
| * | No need to define ANSI_SOURCE and NO_ERR. TERMIOS kept until ui/ui_openssl.c | miod | 2014-04-16 | 1 | -2/+2 |
| * | No need to build with -DOPENSSL_NO_CAPIENG and -DOPENSSL_NO_HW_xxx for all | miod | 2014-04-16 | 1 | -10/+1 |
| * | Remove DES_read_password and DES_read_2passwords which are `modern' flavours | miod | 2014-04-16 | 1 | -2/+1 |
| * | Your operating system memory allocation functions are your friend. If they | beck | 2014-04-16 | 1 | -2/+2 |
| * | don't even pretend to build md2, seed, or jpake | tedu | 2014-04-15 | 1 | -17/+3 |
| * | 12 years ago, old_des.h was used to provide compatibility with libdes. | tedu | 2014-04-15 | 1 | -3/+2 |
| * | The NO_ASN1_OLD define was introduced in 0.9.7, 8 years ago, to allow for | miod | 2014-04-15 | 1 | -2/+2 |
| * | Just like every web browser expands until it can read mail, every modular | miod | 2014-04-15 | 1 | -3/+3 |
| * | remove FIPS mode support. people who require FIPS can buy something that | tedu | 2014-04-15 | 1 | -3/+3 |
| * | Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity | beck | 2014-04-15 | 1 | -3/+2 |
| * | As we now remove it permanently, we no longer need NO_WINDOWS_BRAINDEATH | beck | 2014-04-15 | 1 | -2/+2 |