summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-05-03make updateMatt Caswell
2016-05-03Fix ASN1_INTEGER handling.Dr. Stephen Henson
2016-05-03Check that we have enough padding characters.Kurt Roeckx
2016-05-03Ensure EVP_EncodeUpdate handles an output length that is too longMatt Caswell
2016-05-03Avoid overflow in EVP_EncodeUpdateMatt Caswell
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-04-29Don't free ret->data if malloc fails.Dr. Stephen Henson
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-28Reject inappropriate private key encryption ciphers.Dr. Stephen Henson
2016-04-26Ensure we check i2d_X509 return valMatt Caswell
2016-04-25Fix a signed/unsigned warningMatt Caswell
2016-04-25s390x assembly pack: cache capability query results.Andy Polyakov
2016-04-23Fix buffer overrun in ASN1_parse().Viktor Dukhovni
2016-04-23Harden ASN.1 BIO handling of large amounts of data.Dr. Stephen Henson
2016-04-07PPC assembly pack: remove branch hints.Andy Polyakov
2016-03-18Fix the no-comp option for WindowsMatt Caswell
2016-03-18Fix a potential double free in EVP_DigestInit_exMatt Caswell
2016-03-07Don't shift serial number into sign bitDr. Stephen Henson
2016-03-07bn/asm/x86[_64]-mont*.pl: complement alloca with page-walking.Andy Polyakov
2016-03-07perlasm/x86_64-xlate.pl: handle binary constants early.Andy Polyakov
2016-03-04Sanity check PVK file fields.Dr. Stephen Henson
2016-03-01Prepare for 1.0.2h-devMatt Caswell
2016-03-01Prepare for 1.0.2g releaseOpenSSL_1_0_2gMatt Caswell
2016-03-01make updateMatt Caswell
2016-03-01bn/asm/x86_64-mont5.pl: unify gather procedure in hardly used pathAndy Polyakov
2016-03-01crypto/bn/x86_64-mont5.pl: constant-time gather procedure.Andy Polyakov
2016-03-01bn/asm/rsaz-avx2.pl: constant-time gather procedure.Andy Polyakov
2016-03-01bn/asm/rsax-x86_64.pl: constant-time gather procedure.Andy Polyakov
2016-03-01bn/bn_exp.c: constant-time MOD_EXP_CTIME_COPY_FROM_PREBUF.Andy Polyakov
2016-02-29Fix BN_hex2bn/BN_dec2bn NULL ptr/heap corruptionMatt Caswell
2016-02-28Fix invalid freeKurt Roeckx
2016-02-27Fix two possible leaksFdaSilvaYY
2016-02-27Fix possible memory leak on BUF_MEM_grow_clean failureFdaSilvaYY
2016-02-27modes/asm/ghash-x86_64.pl: refine GNU assembler version detection.Andy Polyakov
2016-02-27Revert "Don't check RSA_FLAG_SIGN_VER."Kurt Roeckx
2016-02-25Fix memory issues in BIO_*printf functionsMatt Caswell
2016-02-24CVE-2016-0798: avoid memory leak in SRPEmilia Kasper
2016-02-23ec/asm/ecp_nistz256-x86_64.pl: get corner case logic right.Andy Polyakov
2016-02-23GH714: missing field initialisationFdaSilvaYY
2016-02-23RT4175: Fix PKCS7_verify() regression with Authenticode signaturesDavid Woodhouse
2016-02-19Fix double free in DSA private key parsing.Dr. Stephen Henson
2016-02-19evp/e_des3.c: address compiler warning.Andy Polyakov
2016-02-18typoDr. Stephen Henson
2016-02-16Switch to FIPS implementation for CMAC.Dr. Stephen Henson
2016-02-13evp/e_des[3].c: address compiler warnings, fix formatting.Andy Polyakov
2016-02-12modes/ctr128.c: pay attention to ecount_buf alignment in CRYPTO_ctr128_encrypt.Andy Polyakov