summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2015-03-25Ensure that both the MD and key have been initialised before attempting toMatt Caswell
2015-03-25Add more HMAC testsMatt Caswell
2015-03-25Fix RAND_(pseudo_)?_bytes returnsMatt Caswell
2015-03-24Make OCSP response verification more flexible.Dr. Stephen Henson
2015-03-24Fix malloc define typoMike Frysinger
2015-03-19Prepare for 1.0.1n-devMatt Caswell
2015-03-19Prepare for 1.0.1m releaseOpenSSL_1_0_1mMatt Caswell
2015-03-19make updateMatt Caswell
2015-03-19Fix a failure to NULL a pointer freed on error.Matt Caswell
2015-03-19PKCS#7: avoid NULL pointer dereferences with missing contentEmilia Kasper
2015-03-19Fix ASN1_TYPE_cmpDr. Stephen Henson
2015-03-18Free up ADB and CHOICE if already initialised.Dr. Stephen Henson
2015-03-17Remove dead code from cryptoMatt Caswell
2015-03-17Fix memset call in stack.cMatt Caswell
2015-03-14Avoid reading an unused byte after the bufferAndy Polyakov
2015-03-13Fix undefined behaviour in shifts.Emilia Kasper
2015-03-12ASN.1 print fix.Dr. Stephen Henson
2015-03-12Fix missing return checks in v3_cpols.cMatt Caswell
2015-03-12Fix dsa_pub_encodeMatt Caswell
2015-03-12Fix dh_pub_encodeMatt Caswell
2015-03-12Fix asn1_item_print_ctxMatt Caswell
2015-03-12ASN1_primitive_new NULL param handlingMatt Caswell
2015-03-12Fix EVP_DigestInit_ex with NULL digestMatt Caswell
2015-03-12Fix error handling in bn_expMatt Caswell
2015-03-11Fix seg fault in ASN1_generate_v3/ASN1_generate_nconfMatt Caswell
2015-03-10BIO_debug_callback: Fix output on 64-bit machinesRichard Godbee
2015-03-09Fix wrong numbers being passed as string lengthsDmitry-Me
2015-03-08Cleanse PKCS#8 private key components.Dr. Stephen Henson