summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2015-04-30Fix buffer overrun in RSA signingMatt Caswell
2015-04-30Add sanity check to print_bin functionMatt Caswell
2015-04-30Clarify logic in BIO_*printf functionsMatt Caswell
2015-04-30Sanity check EVP_EncodeUpdate buffer lenMatt Caswell
2015-04-30Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell
2015-04-30Sanity check DES_enc_write buffer lengthMatt Caswell
2015-04-22Fix CRYPTO_strdupLoganaden Velvindron
2015-04-18Fix encoding bug in i2c_ASN1_INTEGERDr. Stephen Henson
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-04-16Please Clang's sanitizer, addendum.Andy Polyakov
2015-04-16Limit depth of nested sequences when generating ASN.1Dr. Stephen Henson
2015-04-16Reject empty generation strings.Dr. Stephen Henson
2015-04-11do_dirname: Don't change gen on failuresKurt Roeckx
2015-04-11X509_VERIFY_PARAM_free: Check param for NULLKurt Roeckx
2015-04-10Don't set *pval to NULL in ASN1_item_ex_new.Dr. Stephen Henson
2015-03-31Ensure EC private keys retain leading zerosDouglas E Engert
2015-03-25Fix uninitialized variable warningEmilia Kasper
2015-03-25Fix HMAC to pass invalid key len testMatt Caswell
2015-03-25Add HMAC test for invalid key lenMatt Caswell