aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-02-25Fix memory issues in BIO_*printf functionsMatt Caswell1-71/+116
2016-02-25GH715: ENGINE_finish can take NULLRich Salz14-81/+43
2016-02-25Fix unified build after CT reorgRich Salz1-1/+1
2016-02-25Add more CT utility routines to be used as part of larger patch.Adam Eijdenberg10-307/+896
2016-02-25Build fix: remove cleanse_ctrRich Salz1-12/+0
2016-02-25RT4116: Change cleanse to just memsetRich Salz1-16/+9
2016-02-25CVE-2016-0798: avoid memory leak in SRPEmilia Kasper1-5/+53
2016-02-24GH480: Don't break statements with CPP stuff.Flavio Medeiros3-17/+19
2016-02-23ec/asm/ecp_nistz256-*.pl: get corner case logic right.Andy Polyakov3-9/+34
2016-02-23ec/asm/ecp_nistz256-x86_64.pl: get corner case logic right.Andy Polyakov1-1/+10
2016-02-23poly1305/asm/poly1305-armv4.pl: replace ambiguous instruction.Andy Polyakov1-2/+2
2016-02-23RT4339: Fix handling of <internal/bn_conf.h>David Woodhouse2-3/+16
2016-02-23Add PKCS7_NO_DUAL_CONTENT flagRich Salz1-4/+12
2016-02-22Remove unused parameters from internal functionsRich Salz16-230/+93
2016-02-22GH678: Add a few more zallocFdaSilvaYY6-19/+6
2016-02-22RT4320/GH705: Fix PEM parsing bug.Rich Salz1-3/+2
2016-02-20Always build library object files with shared library cflagsRichard Levitte55-55/+55
2016-02-20Make crypto/buildinf.h depend on configdata.pm rather than MakefileRichard Levitte1-2/+2
2016-02-19Remove DSA negative integer workaround code.Dr. Stephen Henson1-10/+2
2016-02-19Remove broken DSA private key workarounds.Dr. Stephen Henson1-48/+17
2016-02-19getaddrinfo: zero the hints structureEmilia Kasper1-6/+1
2016-02-19Big rename fest of engine DSO names, from libFOO.so to FOO.soRichard Levitte1-0/+2
2016-02-19Let Configure figure out the diverse shared library and DSO extensionsRichard Levitte3-19/+68
2016-02-19Rethink the uplink / applink storyRichard Levitte1-6/+0
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte55-55/+55
2016-02-18Remove outdated DEBUG flags.Rich Salz26-220/+12
2016-02-18Fix windows thread stop codeMatt Caswell1-1/+2
2016-02-18Fix OPENSSL_config with NULL parameterRoumen Petrov1-1/+2
2016-02-18typoDr. Stephen Henson1-1/+1
2016-02-17Remove "experimental" in code and comments, too.Rich Salz1-18/+0
2016-02-18In the unified scheme, there is no $(TOP), use $(SRCDIR) insteadRichard Levitte3-6/+6
2016-02-17Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse2-5/+5
2016-02-17RT4310: Fix varous no-XXX buildsRich Salz2-1/+10
2016-02-17RT4315: Fix UEFI build in crypto/init.cDavid Woodhouse1-0/+2
2016-02-17Remove JPAKERich Salz6-696/+0
2016-02-17RT4313: Fix build for !IMPLEMENTED code path in CRYPTO_secure_free()David Woodhouse1-1/+1
2016-02-17Fix mismatched curly braceDmitry-Me1-0/+4
2016-02-17Implement the use of heap manipulator implementionsRichard Levitte3-37/+35
2016-02-16md_rand: FAQ URL to use https and follow a redirectViktor Szakats1-1/+1
2016-02-16On solaris, the variable name sun clashes, use s_un insteadRichard Levitte2-32/+32
2016-02-14Make the BIO_ADDR param optional.Rich Salz2-12/+7
2016-02-14Fixes to make no-deprecated work againViktor Dukhovni3-29/+6
2016-02-14chacha/asm/chacha*: ensure that zero length is handled (without crash).Andy Polyakov4-0/+16
2016-02-14chacha/asm/chacha-x86[_64].pl: fix typos and logical errors.Andy Polyakov2-5/+5
2016-02-14Make the use of mdebug backtrace a separate optionRichard Levitte1-5/+6
2016-02-14Declare DllMain internallyRichard Levitte1-0/+1
2016-02-14Make sure a socklen_t can compare with a sizeof() resultRichard Levitte1-1/+1
2016-02-13crypto/poly1305: add floating-point reference implementation.Andy Polyakov1-0/+470
2016-02-13Pass $(CC) to perlasm scripts via the environmentRichard Levitte17-132/+132
2016-02-13Configurations: engage PPC ChaCha20 and Poly1305 modules.Andy Polyakov1-0/+39