summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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-11Remove Gost94 signature algorithm.Rich Salz
2015-08-11Check for 0 modulus in BN_MONT_CTX_setMatt Caswell
2015-08-10RT3999: Remove sub-component version stringsRich Salz
2015-08-05RT3990: Fix #include path.Anton Blanchard
2015-08-03Fix warning when compiling with no-ec2mMatt Caswell
2015-07-31Only define PAGE_SIZE if not already defined.Ben Laurie
2015-07-31Clear BN-mont values when free'ing it.Loganaden Velvindron
2015-07-29RT3774: double-free in DSAMartin Vejnar
2015-07-23rsaz_exp.h: align license with the rest of the contributionEmilia Kasper
2015-07-22Some cleanups for crypto/bnRich Salz
2015-07-20Rewrite crypto/ex_dataRich Salz
2015-07-16Remove obsolete key formats.Rich Salz
2015-07-14Conversion to UTF-8 where neededRichard Levitte
2015-07-07Extend -show_chain option to verify to show more infoMatt Caswell
2015-07-07Reject calls to X509_verify_cert that have not been reinitialisedMatt Caswell
2015-07-07Fix alternate chains certificate forgery issueMatt Caswell
2015-07-06Relax CCM tag check.Dr. Stephen Henson
2015-06-28Check dgram_sctp_write() return value.Kurt Roeckx
2015-06-28Check BIO_dgram_sctp_wait_for_dry() return value for errorKurt Roeckx
2015-06-25Don't output bogus errors in PKCS12_parseDr. Stephen Henson
2015-06-23Fix windows buildRich Salz
2015-06-23More secure storage of key material.Rich Salz
2015-06-23Add $! to errors, use script basename.Rich Salz
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 : use BIO_free only, no preceding hacksRichard 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 migginsRichard Levitte
2015-06-21Cleanup mttest.c : make ssl_method a pointer to constRichard 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-13Encode b == NULL or blen == 0 as zero.Dr. Stephen Henson
2015-06-12Fix ABI break with HMACMatt 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-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-10Change BIO_number_read and BIO_number_written() to be 64 bitMatt Caswell