summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2015-09-17Make sure OPENSSL_cleanse checks for NULLMatt Caswell
2015-09-17base64 decode: check for high bitEmilia Kasper
2015-09-17RT3757: base64 encoding bugsEmilia Kasper
2015-09-15RT4044: Remove .cvsignore files.Rich Salz
2015-09-15d2i: don't update input pointer on failureKurt Roeckx
2015-09-12Constify ECDSA_METHOD_new.Dr. Stephen Henson
2015-09-12Use memmove instead of memcpy.John Foley
2015-09-10RT3754: check for NULL pointerEmilia Kasper
2015-09-02Cleaner handling of "cnid" in do_x509_checkViktor Dukhovni
2015-09-02Better handling of verify param id peername fieldViktor Dukhovni
2015-09-01Fix the comment for POINT_CONVERSION_UNCOMPRESSEDTim Zhang
2015-09-01RT4002: check for NULL cipher in p12_crpt.cEmilia Kasper
2015-09-01RT 3493: fix RSA testEmilia Kasper
2015-08-31check bn_new return valuemrpre
2015-08-31GH367 follow-up, for more clarityBen Kaduk
2015-08-31BN_mod_exp_mont_consttime: check for zero modulus.Emilia Kasper
2015-08-31bntest: don't dereference the |d| array for a zero BIGNUM.Emilia Kasper
2015-08-28GH354: Memory leak fixesAlessandro Ghedini
2015-08-28GH367: Fix dsa keygen for too-short seedIsmo Puustinen
2015-08-26Fixed problem with multiple load-unload of comp zlibDavid Brodski
2015-08-14Fix 1.0.2 build breakRich Salz
2015-08-13GH364: Free memory on an error pathIsmo Puustinen
2015-08-12Return error for unsupported modes.Dr. Stephen Henson
2015-08-12Fix memory leak if setup fails.Dr. Stephen Henson
2015-08-12Err isn't always malloc failure.Dr. Stephen Henson
2015-08-11Check for 0 modulus in BN_MONT_CTX_setMatt Caswell
2015-08-05RT3990: Fix #include path.Anton Blanchard
2015-08-04Fix warning when compiling with no-ec2mMatt Caswell
2015-07-31Clear BN-mont values when free'ing it.Loganaden Velvindron
2015-07-31RT3959: Fix misleading commentNicholas Cooper
2015-07-30use X9.31 keygen by default in FIPS modeDr. Stephen Henson
2015-07-29RT3774: double-free in DSAMartin Vejnar
2015-07-23rsaz_exp.h: align license with the rest of the contributionEmilia Kasper
2015-07-14Conversion to UTF-8 where neededRichard Levitte
2015-07-09Prepare for 1.0.2e-devMatt Caswell
2015-07-09Prepare for 1.0.2d releaseOpenSSL_1_0_2dMatt Caswell
2015-07-07Reject calls to X509_verify_cert that have not been reinitialisedMatt Caswell
2015-07-07Add test for CVE-2015-1793Matt Caswell
2015-07-07Fix alternate chains certificate forgery issueMatt Caswell
2015-07-06Relax CCM tag check.Dr. Stephen Henson
2015-06-25Don't output bogus errors in PKCS12_parseDr. Stephen Henson
2015-06-23RT3856: Fix memory leaks in test codeRussell Webb
2015-06-23make updateRichard Levitte
2015-06-23Rearrange rsazRichard Levitte
2015-06-21RT3917: add cleanup on an error pathRich Salz
2015-06-21Cleanup mttest.c : because we no longer use stdio here, don't include itRichard Levitte
2015-06-21Add -ldl to the build of mttest.cRichard Levitte
2015-06-21Cleanup mttest.c : do not try to output reference counts when threads are doneRichard Levitte
2015-06-21Cleanup mttest.c : better error reporting when certs are missingRichard Levitte
2015-06-21Cleanup mttest.c : make ssl_method a pointer to constRichard Levitte