summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/crypto/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove OpenSSL engine RSAX.doug2015-07-191-2/+1
* Fix pointer to unsigned long conversion.doug2015-06-271-2/+2
* Remove obsolete MDC-2DES from libcrypto.doug2015-06-201-7/+2
* Send OPENSSL_issetugid() straight to hell, no final cigarette.deraadt2015-04-111-2/+2
* unifdef OPENSSL_NO_RFC3779 - this is currently disabled and unlikely tojsing2015-02-101-2/+1
* Remove RC5 code - this is not currently enabled and is not likely to everjsing2015-02-101-8/+2
* Remove crypto/store - part of which is "currently highly experimental".jsing2015-02-101-6/+1
* Combine c_allc.c and c_alld.c into c_all.c - there is not much point havingjsing2015-02-071-2/+2
* Add X509_STORE_load_mem() to load certificates from a memory bufferreyk2015-01-221-2/+2
* Move Windows OS-specific functions to make porting easier.bcook2014-12-031-5/+5
* Oops, make sure camellia is compiled on platforms without an arch-specificmiod2014-11-201-1/+2
* Enable the build of GOST routines in libcrypto. Riding upon the Cammeliamiod2014-11-181-6/+6
* Add the Cammelia cipher to libcrypto.miod2014-11-171-2/+2
* GOST crypto algorithms (well, most of them), ported from the removed GOSTmiod2014-11-091-1/+10
* Remove SRP code. It contains a bug (this should not surprise anyone), buttedu2014-07-281-5/+1
* Remove private_{Camellia,RC4}_set_key FIPS indirection tentacles, as has beenmiod2014-07-121-4/+1
* move all the feature settings to a common header.tedu2014-07-111-1/+2
* RSA_NULL used to be a compile option allowing the RSA interfaces to bemiod2014-07-091-2/+2
* Remove undocumented _des_crypt() interface and its companion header file,miod2014-07-081-2/+2
* Remove BIO_f_reliable(), guilty of playing with EVP_MD_CTX internals itmiod2014-06-241-2/+2
* Provide support for non-funopen systems.deraadt2014-06-111-2/+2
* Abandon the auto-ENGINE /dev/crypto interface. VIA 3des cbc receivesderaadt2014-06-101-2/+2
* A few months back there was a big community fuss regarding direct-usederaadt2014-06-021-2/+2
* define LIBRESSL_INTERNAL, and use it to hide the bad stuff from ourselvestedu2014-05-251-1/+2
* When OPENSSL_LOAD_CONF was added it ended up with more #if 0 code,jsing2014-05-161-2/+2
* Add a ChaCha20-Poly1305 AEAD EVP implementation to libcrypto, from Adamjsing2014-05-151-2/+2
* Add an AEAD EVP interface to libcrypto, along with AES-GCM AEADjsing2014-05-151-2/+2
* Add poly1305 to libcrypto utilising Andrew Moon's public domainjsing2014-05-141-1/+6
* Move the `pqueue' part of libcrypto, which is a glorified sorted linked listmiod2014-05-121-6/+1
* Remove the !SSLASM conditional. Either there is an arch-specific Makefile.inc,miod2014-05-041-4/+2
* + e_chacha.c, and bump minormiod2014-05-011-1/+2
* Add ChaCha to libcrypto, based on djb's public domain implementation.jsing2014-05-011-1/+6
* We do not need a separate file for two compatibility wrapper functions.jsing2014-04-271-2/+2
* Make libssl and libcrypto compile with -Werrorbeck2014-04-231-2/+2
* Do not ask the user to pass either -DB_ENDIAN or -DL_ENDIAN to the compiler,miod2014-04-181-11/+1
* Put back i2d_ASN1_SET() and d2i_ASN1_SET() from the NO_ASN1_OLD prune, as theremiod2014-04-181-1/+2
* another round of chemo for the RAND code to provide clarity.tedu2014-04-181-3/+2
* egd support is too dangerous to leave where somebody might find it.tedu2014-04-181-2/+2
* Use !defined() rather than empty().miod2014-04-171-2/+2
* -Walltedu2014-04-171-1/+3
* Ok, there was a need for OPENSSL_cleanse() instead of bzero() to preventmiod2014-04-171-2/+2
* Move the machine-specific parts of the libcrypto Makefile to per-arch makefilemiod2014-04-171-104/+6
* Fully kill FIPS API. Forcible certification conflicts with the goals of atedu2014-04-171-2/+2
* No need to define ANSI_SOURCE and NO_ERR. TERMIOS kept until ui/ui_openssl.cmiod2014-04-161-2/+2
* No need to build with -DOPENSSL_NO_CAPIENG and -DOPENSSL_NO_HW_xxx for allmiod2014-04-161-10/+1
* Remove DES_read_password and DES_read_2passwords which are `modern' flavoursmiod2014-04-161-2/+1
* Your operating system memory allocation functions are your friend. If theybeck2014-04-161-2/+2
* don't even pretend to build md2, seed, or jpaketedu2014-04-151-17/+3
* 12 years ago, old_des.h was used to provide compatibility with libdes.tedu2014-04-151-3/+2
* The NO_ASN1_OLD define was introduced in 0.9.7, 8 years ago, to allow formiod2014-04-151-2/+2