aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Implement new multi-threading APIAlessandro Ghedini2016-02-265-0/+525
* Fix memory issues in BIO_*printf functionsMatt Caswell2016-02-251-71/+116
* GH715: ENGINE_finish can take NULLRich Salz2016-02-2514-81/+43
* Fix unified build after CT reorgRich Salz2016-02-251-1/+1
* Add more CT utility routines to be used as part of larger patch.Adam Eijdenberg2016-02-2510-307/+896
* Build fix: remove cleanse_ctrRich Salz2016-02-251-12/+0
* RT4116: Change cleanse to just memsetRich Salz2016-02-251-16/+9
* CVE-2016-0798: avoid memory leak in SRPEmilia Kasper2016-02-251-5/+53
* GH480: Don't break statements with CPP stuff.Flavio Medeiros2016-02-243-17/+19
* ec/asm/ecp_nistz256-*.pl: get corner case logic right.Andy Polyakov2016-02-233-9/+34
* ec/asm/ecp_nistz256-x86_64.pl: get corner case logic right.Andy Polyakov2016-02-231-1/+10
* poly1305/asm/poly1305-armv4.pl: replace ambiguous instruction.Andy Polyakov2016-02-231-2/+2
* RT4339: Fix handling of <internal/bn_conf.h>David Woodhouse2016-02-232-3/+16
* Add PKCS7_NO_DUAL_CONTENT flagRich Salz2016-02-231-4/+12
* Remove unused parameters from internal functionsRich Salz2016-02-2216-230/+93
* GH678: Add a few more zallocFdaSilvaYY2016-02-226-19/+6
* RT4320/GH705: Fix PEM parsing bug.Rich Salz2016-02-221-3/+2
* Always build library object files with shared library cflagsRichard Levitte2016-02-2055-55/+55
* Make crypto/buildinf.h depend on configdata.pm rather than MakefileRichard Levitte2016-02-201-2/+2
* Remove DSA negative integer workaround code.Dr. Stephen Henson2016-02-191-10/+2
* Remove broken DSA private key workarounds.Dr. Stephen Henson2016-02-191-48/+17
* getaddrinfo: zero the hints structureEmilia Kasper2016-02-191-6/+1
* Big rename fest of engine DSO names, from libFOO.so to FOO.soRichard Levitte2016-02-191-0/+2
* Let Configure figure out the diverse shared library and DSO extensionsRichard Levitte2016-02-193-19/+68
* Rethink the uplink / applink storyRichard Levitte2016-02-191-6/+0
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-1855-55/+55
* Remove outdated DEBUG flags.Rich Salz2016-02-1826-220/+12
* Fix windows thread stop codeMatt Caswell2016-02-181-1/+2
* Fix OPENSSL_config with NULL parameterRoumen Petrov2016-02-181-1/+2
* typoDr. Stephen Henson2016-02-181-1/+1
* Remove "experimental" in code and comments, too.Rich Salz2016-02-171-18/+0
* In the unified scheme, there is no $(TOP), use $(SRCDIR) insteadRichard Levitte2016-02-183-6/+6
* Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse2016-02-172-5/+5
* RT4310: Fix varous no-XXX buildsRich Salz2016-02-172-1/+10
* RT4315: Fix UEFI build in crypto/init.cDavid Woodhouse2016-02-171-0/+2
* Remove JPAKERich Salz2016-02-176-696/+0
* RT4313: Fix build for !IMPLEMENTED code path in CRYPTO_secure_free()David Woodhouse2016-02-171-1/+1
* Fix mismatched curly braceDmitry-Me2016-02-171-0/+4
* Implement the use of heap manipulator implementionsRichard Levitte2016-02-173-37/+35
* md_rand: FAQ URL to use https and follow a redirectViktor Szakats2016-02-161-1/+1
* On solaris, the variable name sun clashes, use s_un insteadRichard Levitte2016-02-162-32/+32
* Make the BIO_ADDR param optional.Rich Salz2016-02-142-12/+7
* Fixes to make no-deprecated work againViktor Dukhovni2016-02-143-29/+6
* chacha/asm/chacha*: ensure that zero length is handled (without crash).Andy Polyakov2016-02-144-0/+16
* chacha/asm/chacha-x86[_64].pl: fix typos and logical errors.Andy Polyakov2016-02-142-5/+5
* Make the use of mdebug backtrace a separate optionRichard Levitte2016-02-141-5/+6
* Declare DllMain internallyRichard Levitte2016-02-141-0/+1
* Make sure a socklen_t can compare with a sizeof() resultRichard Levitte2016-02-141-1/+1
* crypto/poly1305: add floating-point reference implementation.Andy Polyakov2016-02-131-0/+470
* Pass $(CC) to perlasm scripts via the environmentRichard Levitte2016-02-1317-132/+132