summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
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-07miod forgot about fcrypt_b.c being needed, before he went off to get hisTheo de Raadt
2014-05-06Sort CFLAGS, SRC and SSLASM stanzas by the directories they apply to, to makeMiod Vallat
2014-05-05Enable assembler code for DES. Assembler code for BN is commented out as itMiod Vallat
2014-05-04Enable the assembler code for BN, which was lost quite some time ago.Miod Vallat
2014-05-04Remove the !SSLASM conditional. Either there is an arch-specific Makefile.inc,Miod Vallat
2014-05-03Enable assembler code for AES, DES, GCM, SHA1, SHA256 and SHA512.Miod Vallat
2014-05-03Enable assembler code for AES, BN (Montgomery), GCM128, SHA1, SHA256 and SHA512.Miod Vallat
2014-05-03Correctly enable Montgomery code.Miod Vallat
2014-05-03Enable assembler bits for BN (Montgomery), SHA1 and SHA256.Miod Vallat
2014-05-02Correctly enable assembler Montgomery routine.Miod Vallat
2014-05-02Correctly enable assembler Montgomery routine.Miod Vallat
2014-05-02Reenable assembler code for SHA384 and SHA512 now that it no longer miscomputesMiod Vallat
2014-05-02Disable assembler version of SHA512 for now, it produces wrong results.Miod Vallat
2014-05-01Enable use of assembly code for AES, BN (Montgomery), SHA1, SHA256 and SHA512.Miod Vallat
2014-05-01Enable use of the assembly code for BN (Montgomery) and SHA1.Miod Vallat
2014-05-01Enable use of the assembly code for AES, BN, SHA1, SHA256 and SHA512.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-20Chop off more SSLv2 tentacles and start fixing and noting y2038 issues.Philip Guenther
2014-04-19egd is goneTheo de Raadt
2014-04-18Do not ask the user to pass either -DB_ENDIAN or -DL_ENDIAN to the compiler,Miod Vallat
2014-04-18first round of static config. ok miodTed Unangst
2014-04-18Put back i2d_ASN1_SET() and d2i_ASN1_SET() from the NO_ASN1_OLD prune, as thereMiod Vallat
2014-04-18we need to crankTed Unangst
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
2014-04-17Fully kill FIPS API. Forcible certification conflicts with the goals of aTed Unangst
2014-04-16No need to define ANSI_SOURCE and NO_ERR. TERMIOS kept until ui/ui_openssl.cMiod Vallat
2014-04-16No need to build with -DOPENSSL_NO_CAPIENG and -DOPENSSL_NO_HW_xxx for allMiod Vallat
2014-04-16unbreak install; /usr/share/man/man3/EVP_PKEY_print_private.3 should link toStuart Henderson
2014-04-16Sync the list of man pages for libcrypto, explicity rename conflictingMartin Pieuchot
2014-04-16Remove DES_read_password and DES_read_2passwords which are `modern' flavoursMiod Vallat
2014-04-16Your operating system memory allocation functions are your friend. If theyBob Beck
2014-04-15don't even pretend to build md2, seed, or jpakeTed Unangst
2014-04-15The more you remove Chtulhu^WVMS tentacles, the more there areMiod Vallat
2014-04-1512 years ago, old_des.h was used to provide compatibility with libdes.Ted Unangst
2014-04-15Crank major for libcrypto and libssl; more symbol removals to occur during theMiod Vallat
2014-04-15The NO_ASN1_OLD define was introduced in 0.9.7, 8 years ago, to allow forMiod Vallat
2014-04-15Just like every web browser expands until it can read mail, every modularMiod Vallat