summaryrefslogtreecommitdiff
path: root/lib/libcrypto/crypto/Makefile
AgeCommit message (Expand)Author
2016-09-01remove sparc supportTed Unangst
2015-10-19Stop supporing "legcay" time formats that OpenSSL supports. Rewrite theBob Beck
2015-10-02Flense the greasy black guts of unreadble string parsing code out of three areasBob Beck
2015-09-14Temporarily revive MD4 for MS CHAP support.Doug Hogan
2015-09-13Remove MD4 support from LibreSSL.Doug Hogan
2015-09-13Remove SHA-0 support.Doug Hogan
2015-09-13Merge ech_ossl.c into ech_key.c - not much point having one file with aJoel Sing
2015-09-13Nuke openssl/e_os2.h, since nothing should be using it.Joel Sing
2015-07-19Remove OpenSSL engine RSAX.Doug Hogan
2015-06-27Fix pointer to unsigned long conversion.Doug Hogan
2015-06-20Remove obsolete MDC-2DES from libcrypto.Doug Hogan
2015-04-11Send OPENSSL_issetugid() straight to hell, no final cigarette.Theo de Raadt
2015-02-10unifdef OPENSSL_NO_RFC3779 - this is currently disabled and unlikely toJoel Sing
2015-02-10Remove RC5 code - this is not currently enabled and is not likely to everJoel Sing
2015-02-10Remove crypto/store - part of which is "currently highly experimental".Joel Sing
2015-02-07Combine c_allc.c and c_alld.c into c_all.c - there is not much point havingJoel Sing
2015-01-22Add X509_STORE_load_mem() to load certificates from a memory bufferReyk Floeter
2014-12-03Move Windows OS-specific functions to make porting easier.Brent Cook
2014-11-20Oops, make sure camellia is compiled on platforms without an arch-specificMiod Vallat
2014-11-18Enable the build of GOST routines in libcrypto. Riding upon the CammeliaMiod Vallat
2014-11-17Add the Cammelia cipher to libcrypto.Miod Vallat
2014-11-09GOST crypto algorithms (well, most of them), ported from the removed GOSTMiod Vallat
2014-07-28Remove SRP code. It contains a bug (this should not surprise anyone), butTed Unangst
2014-07-12Remove private_{Camellia,RC4}_set_key FIPS indirection tentacles, as has beenMiod Vallat
2014-07-11move all the feature settings to a common header.Ted Unangst
2014-07-09RSA_NULL used to be a compile option allowing the RSA interfaces to beMiod Vallat
2014-07-08Remove undocumented _des_crypt() interface and its companion header file,Miod Vallat
2014-06-24Remove BIO_f_reliable(), guilty of playing with EVP_MD_CTX internals itMiod Vallat
2014-06-11Provide support for non-funopen systems.Theo de Raadt
2014-06-10Abandon the auto-ENGINE /dev/crypto interface. VIA 3des cbc receivesTheo de Raadt
2014-06-02A few months back there was a big community fuss regarding direct-useTheo de Raadt
2014-05-25define LIBRESSL_INTERNAL, and use it to hide the bad stuff from ourselvesTed Unangst
2014-05-16When OPENSSL_LOAD_CONF was added it ended up with more #if 0 code,Joel Sing
2014-05-15Add a ChaCha20-Poly1305 AEAD EVP implementation to libcrypto, from AdamJoel Sing
2014-05-15Add an AEAD EVP interface to libcrypto, along with AES-GCM AEADJoel Sing
2014-05-14Add poly1305 to libcrypto utilising Andrew Moon's public domainJoel Sing
2014-05-12Move the `pqueue' part of libcrypto, which is a glorified sorted linked listMiod Vallat
2014-05-04Remove the !SSLASM conditional. Either there is an arch-specific Makefile.inc,Miod Vallat
2014-05-01+ e_chacha.c, and bump minorMiod Vallat
2014-05-01Add ChaCha to libcrypto, based on djb's public domain implementation.Joel Sing
2014-04-27We do not need a separate file for two compatibility wrapper functions.Joel Sing
2014-04-23Make libssl and libcrypto compile with -WerrorBob Beck
2014-04-18Do not ask the user to pass either -DB_ENDIAN or -DL_ENDIAN to the compiler,Miod Vallat
2014-04-18Put back i2d_ASN1_SET() and d2i_ASN1_SET() from the NO_ASN1_OLD prune, as thereMiod Vallat
2014-04-18another round of chemo for the RAND code to provide clarity.Ted Unangst
2014-04-18egd support is too dangerous to leave where somebody might find it.Ted Unangst
2014-04-17Use !defined() rather than empty().Miod Vallat
2014-04-17-WallTed Unangst
2014-04-17Ok, there was a need for OPENSSL_cleanse() instead of bzero() to preventMiod Vallat
2014-04-17Move the machine-specific parts of the libcrypto Makefile to per-arch makefileMiod Vallat