summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-03-01Prepare for 1.0.2g releaseOpenSSL_1_0_2gMatt Caswell
2016-03-01make updateMatt Caswell
2016-03-01Ensure mk1mf.pl is aware of no-weak-ssl-ciphers optionMatt Caswell
2016-03-01Update CHANGES and NEWS for new releaseMatt 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-03-01Disable EXPORT and LOW SSLv3+ ciphers by defaultViktor Dukhovni
2016-03-01Add a test for SSLv2 configurationMatt Caswell
2016-03-01Bring SSL method documentation up to dateViktor Dukhovni
2016-03-01Disable SSLv2 default build, default negotiation and weak ciphers.Viktor Dukhovni
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-22Don't strip object files on CygwinCorinna Vinschen
2016-02-22Recognise Cygwin-x86_64 in configRichard Levitte
2016-02-19Fix double free in DSA private key parsing.Dr. Stephen Henson
2016-02-19Makefile.shared: limit .dll image base pinning to FIPS builds.Andy Polyakov
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-12RT 3854: Update apps/reqEmilia Kasper
2016-02-11perlasm/x86_64-xlate.pl: pass pure constants verbatim.Andy Polyakov
2016-02-11util/mk1mf.pl: use LINK_CMD instead of LINK variable.Andy Polyakov
2016-02-10ms/uplink-x86.pl: make it work.Andy Polyakov
2016-02-08Handle SSL_shutdown while in init more appropriately #2Matt Caswell
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-02Fix pkeyutl/rsautl empty encrypt-input/decrypt-output handlingViktor Dukhovni
2016-02-02GH611: s_client help message bugRich Salz
2016-02-01GH554: Improve pkeyutl docHubert Kario
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-29Backport SHA2 support for capi engineDr. Stephen Henson
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