summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2016-02-11perlasm/x86_64-xlate.pl: pass pure constants verbatim.Andy Polyakov
2016-02-06if no comparison function set make sk_sort no opDr. Stephen Henson
2016-02-05Fix missing ok=0 with locally blacklisted CAsViktor Dukhovni
2016-02-04Restore xmm7 from the correct address on win64Kurt Roeckx
2016-02-01RT4129: BUF_new_mem_buf should take const void *Daniel Kahn Gillmor
2016-01-30GH102: Add volatile to CRYPTO_memcmpRich Salz
2016-01-29Add have_precompute_mult testsMatt Caswell
2016-01-29Fix bug in nistp224/256/521 where have_precompute_mult always returns 0Matt Caswell
2016-01-29Add missing return value checksMatt Caswell
2016-01-29Correct value of DH_CHECK_PUBKEY_INVALIDMatt Caswell
2016-01-28Correct number of arguments in BIO_get_conn_int_port macroRichard Levitte
2016-01-28Prepare for 1.0.2g-devMatt Caswell
2016-01-28Prepare for 1.0.2f releaseOpenSSL_1_0_2fMatt Caswell
2016-01-28Add a test for small subgroup attacks on DH/DHEMatt Caswell
2016-01-28Prevent small subgroup attacks on DH/DHEMatt Caswell
2016-01-21RT3863 ECC: Add missing NULL check. Set a flagBilly Brumley
2016-01-17Empty SNI names are not validViktor Dukhovni
2016-01-15NGX-2040 - fix wildcard match on punycode/IDNA DNS namesZi Lin
2016-01-13Root cause discovered and fixed, this fix became unnecessaryMouse
2016-01-13Fixed crash (SIGSEGV) when freeing of ex_data stumbles upon a NULL-pointer.Mouse
2016-01-02Fix X509_STORE_CTX_cleanup()Viktor Dukhovni
2015-12-22Fix memory leak in DSA redo case.David Benjamin