summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-05-03Drop duplicate ctx->verify_cb assignmentViktor Dukhovni
2016-05-03Check that we have enough padding characters.Kurt Roeckx
2016-05-03Fix ASN1_INTEGER handling.Dr. Stephen Henson
2016-05-03Ensure EVP_EncodeUpdate handles an output length that is too longMatt Caswell
2016-05-03Avoid overflow in EVP_EncodeUpdateMatt Caswell
2016-05-03Properly own the duplicated stringDmitry-Me
2016-05-03Improve commentDmitry-Me
2016-05-03Prevent EBCDIC overread for very long stringsMatt Caswell
2016-05-03Fix encrypt overflowMatt Caswell
2016-05-02Fix i2d_X509_AUX: pp can be NULL.Dr. Stephen Henson
2016-05-02Secure memory fixesTodd Short
2016-05-02Android build fixes.Andy Polyakov
2016-05-02Remove obsolete defined(__INTEL__) condition.Andy Polyakov
2016-05-02chacha/asm/chacha-x86.pl: make it compile on legacy systems.Andy Polyakov
2016-05-01make updateRichard Levitte
2016-05-01Adjust a last few generators to new license boilerplate and C code styleRichard Levitte
2016-04-29Fix some X509_STORE macrosMatt Caswell
2016-04-29Add checks to X509_NAME_oneline()Dr. Stephen Henson
2016-04-29Sanity check buffer length.Dr. Stephen Henson
2016-04-29Add size limit to X509_NAME structure.Dr. Stephen Henson
2016-04-29Remove some dead code from EC_GROUP_check()Matt Caswell
2016-04-29Avoid a NULL ptr deref if group is not setMatt Caswell
2016-04-29Check for failed malloc in BIO_ADDR_newMatt Caswell
2016-04-29The x509_name_canon function doesn't check for an error returnMatt Caswell
2016-04-29Avoid overflow issues in X509_cmp.David Benjamin
2016-04-29Fix EBCDIC problem in conf_def.hMatt Caswell
2016-04-29Fix a build error with strict-warnings and CHARSET_EBCDICMatt Caswell
2016-04-29Add the ability to test EBCDIC buildsMatt Caswell
2016-04-29Fix building with -DCHARSET_EBCDICMatt Caswell
2016-04-29Add aliases for des-ede-ecb and des-ede3-ecb ciphers.Kirill Marinushkin
2016-04-29crypto/ppccap.c: fix missing declaration warning.Andy Polyakov
2016-04-29crypto/ppccap.c: permit build with no-chacha and no-poly1305.Andy Polyakov
2016-04-29Remove some dead codeMatt Caswell
2016-04-29A call to RSA_set0_key had the arguments in the wrong orderMatt Caswell
2016-04-29Don't free the BIGNUM passed to BN_mpi2bnMatt Caswell
2016-04-29Fix a leak in i2b_PVKMatt Caswell
2016-04-29make updateRichard Levitte
2016-04-28BIO_free should call method->destroy before free'ing member fieldsFdaSilvaYY
2016-04-28Add checks on CRYPTO_new_ex_data return value...FdaSilvaYY
2016-04-28Add checks on CRYPTO_new_ex_data return valueFdaSilvaYY
2016-04-28various spelling fixesFdaSilvaYY
2016-04-28Add getters for X509_STORE and X509_OBJECT membersChristian Heimes
2016-04-28Implement X509_STORE_CTX_set_current_cert() accessorViktor Dukhovni
2016-04-28Fix BIO_set_nbio_accept()Richard Levitte
2016-04-28Free an ASN1_OBJECT in an error pathMatt Caswell
2016-04-28Don't leak an ASN1_OCTET_STRING on error in rsa_cms_encryptMatt Caswell
2016-04-28Free memory on error in PKCS7_dataFinal()Matt Caswell
2016-04-28Don't leak memory on error in PKCS12_key_gen_uniMatt Caswell
2016-04-28Don't leak memory on error in i2b_PVKMatt Caswell
2016-04-28Don't leak memory on error in b2i_rsaMatt Caswell