summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-02-19Remove DSA negative integer workaround code.Dr. Stephen Henson
2016-02-19Remove broken DSA private key workarounds.Dr. Stephen Henson
2016-02-19getaddrinfo: zero the hints structureEmilia Kasper
2016-02-19Big rename fest of engine DSO names, from libFOO.so to FOO.soRichard Levitte
2016-02-19Let Configure figure out the diverse shared library and DSO extensionsRichard Levitte
2016-02-19Rethink the uplink / applink storyRichard Levitte
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-18Fix windows thread stop codeMatt Caswell
2016-02-18Fix OPENSSL_config with NULL parameterRoumen Petrov
2016-02-18typoDr. Stephen Henson
2016-02-17Remove "experimental" in code and comments, too.Rich Salz
2016-02-18In the unified scheme, there is no $(TOP), use $(SRCDIR) insteadRichard Levitte
2016-02-17Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse
2016-02-17RT4310: Fix varous no-XXX buildsRich Salz
2016-02-17RT4315: Fix UEFI build in crypto/init.cDavid Woodhouse
2016-02-17Remove JPAKERich Salz
2016-02-17RT4313: Fix build for !IMPLEMENTED code path in CRYPTO_secure_free()David Woodhouse
2016-02-17Fix mismatched curly braceDmitry-Me
2016-02-17Implement the use of heap manipulator implementionsRichard Levitte
2016-02-16md_rand: FAQ URL to use https and follow a redirectViktor Szakats
2016-02-16On solaris, the variable name sun clashes, use s_un insteadRichard Levitte
2016-02-14Make the BIO_ADDR param optional.Rich Salz
2016-02-14Fixes to make no-deprecated work againViktor Dukhovni
2016-02-14chacha/asm/chacha*: ensure that zero length is handled (without crash).Andy Polyakov
2016-02-14chacha/asm/chacha-x86[_64].pl: fix typos and logical errors.Andy Polyakov
2016-02-14Make the use of mdebug backtrace a separate optionRichard Levitte
2016-02-14Declare DllMain internallyRichard Levitte
2016-02-14Make sure a socklen_t can compare with a sizeof() resultRichard Levitte
2016-02-13crypto/poly1305: add floating-point reference implementation.Andy Polyakov
2016-02-13Pass $(CC) to perlasm scripts via the environmentRichard Levitte
2016-02-13Configurations: engage PPC ChaCha20 and Poly1305 modules.Andy Polyakov
2016-02-13PPC assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov
2016-02-13async_win.c: remove unused variableViktor Szakats
2016-02-13GH643: Cleanup header analysisDmitry-Me
2016-02-13C64x+ assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov
2016-02-13ARM assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov
2016-02-13Defines OSSL_SSIZE_MAXRob Percival
2016-02-13Fix some issues near recent chomp changes.Viktor Dukhovni
2016-02-12evp/e_des[3].c: address compiler warnings, fix formatting.Andy Polyakov
2016-02-12modes/ctr128.c: pay attention to ecount_buf alignment in CRYPTO_ctr128_encrypt.Andy Polyakov
2016-02-12Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefixRichard Levitte
2016-02-12ec/asm/ecp_nistz256-armv8.pl: fix test_ssl spurious errors.Andy Polyakov
2016-02-12Better workaround for VMS getnameinfo() bugRichard Levitte
2016-02-11Typo: only return error if unrecognise bag type.Dr. Stephen Henson
2016-02-11Perl's chop / chomp considered bad, use a regexp insteadRichard Levitte
2016-02-11perlasm/x86_64-xlate.pl: pass pure constants verbatim.Andy Polyakov
2016-02-11poly1305/asm/poly1305-x86_64.pl: MacOS X portability fix.Andy Polyakov
2016-02-11poly1305/asm/poly1305-x86_64.pl: fix mingw64 build.Andy Polyakov
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz