summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2015-06-21Cleanup mttest.c : more output changesRichard Levitte
2015-06-21Cleanup mttest.c : modernise outputRichard Levitte
2015-06-21Cleanup mttest.c : modernise the threads setupRichard Levitte
2015-06-21Cleanup mttest.c : remove MS_CALLBACKRichard Levitte
2015-06-16Make preprocessor error into real preprocessor errorRichard Levitte
2015-06-16Remove one extraneous parenthesisRichard Levitte
2015-06-12Prepare for 1.0.2d-devMatt Caswell
2015-06-12Prepare for 1.0.2c releaseOpenSSL_1_0_2cMatt Caswell
2015-06-12Fix ABI break with HMACMatt Caswell
2015-06-11Prepare for 1.0.2c-devMatt Caswell
2015-06-11Prepare for 1.0.2b releaseOpenSSL_1_0_2bMatt Caswell
2015-06-11make updateMatt Caswell
2015-06-11bn/bn_gf2m.c: avoid infinite loop wich malformed ECParamters.Andy Polyakov
2015-06-11PKCS#7: Fix NULL dereference with missing EncryptedContent.Emilia Kasper
2015-06-11Fix length checks in X509_cmp_time to avoid out-of-bounds reads.Emilia Kasper
2015-06-11Fix infinite loop in CMSDr. Stephen Henson
2015-06-11e_aes_cbc_hmac_sha*.c: address linker warning about OPENSSL_ia32cap_P size mi...Andy Polyakov
2015-06-10gcm.c: address linker warning about OPENSSL_ia32cap_P size mismatch.Andy Polyakov
2015-06-10Fix leak in HMAC error pathMatt Caswell
2015-06-10EC_POINT_is_on_curve does not return a booleanMatt Caswell
2015-06-10Fix memory leaks in BIO_dup_chain()Matt Caswell
2015-06-10Replace memset with OPENSSL_cleanse()Matt Caswell
2015-06-08return correct NID for undefined objectDr. Stephen Henson
2015-06-08Use CRYPTO_memcmp when comparing authenticatorsEmilia Kasper
2015-06-04Fix off-by-one error in BN_bn2hexMatt Caswell
2015-06-03make updateDr. Stephen Henson
2015-06-03Add funtions to set item_sign and item_verifySergey Agievich
2015-06-02Fix compilation failure for some tool chainsMatt Caswell
2015-06-02RT3230: Better test for C identifierAnnie Yousar