summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2015-07-09Prepare for 1.0.1p releaseOpenSSL_1_0_1pMatt Caswell
2015-07-07Fix alt chains bugMatt 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-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.1p-devMatt Caswell
2015-06-12Prepare for 1.0.1o releaseOpenSSL_1_0_1oMatt Caswell
2015-06-12Fix ABI break with HMACMatt Caswell
2015-06-11Prepare for 1.0.1o-devMatt Caswell
2015-06-11Prepare for 1.0.1n releaseOpenSSL_1_0_1nMatt 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-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-02RT3230: Better test for C identifierAnnie Yousar
2015-05-28check for error when creating PKCS#8 structureDr. Stephen Henson
2015-05-26Handle unsigned struct timeval membersMatt Caswell
2015-05-26fix copy paste error in ec_GF2m function prototypesBilly Brumley
2015-05-26bn/bn_lcl.h: fix MIPS-specific gcc version check.Andy Polyakov
2015-05-26md32_common.h: backport ICC fix.Andy Polyakov
2015-05-23Fix the update target and remove duplicate file updatesRichard Levitte
2015-05-22Fix off-by-one in BN_randMatt Caswell
2015-05-22Reject negative shifts for BN_rshift and BN_lshiftMatt Caswell
2015-05-20Add flag to inhibit checking for alternate certificate chains. Setting this b...Matt Caswell
2015-05-20In certain situations the server provided certificate chain may no longer be ...Matt Caswell
2015-05-20Correctly check for export size limitKurt Roeckx
2015-05-13Add NULL checks from masterRich Salz
2015-05-13Call of memcmp with null pointers in obj_cmp()Hanno Böck
2015-05-11Add missing NULL check in X509V3_parse_list()Kurt Cancemi
2015-05-02RT3820: Don't call GetDesktopWindow()Gilles Khouzam