summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-07-03Merge branch 'rsalz-docfixes'Rich Salz
2014-07-03Close 3170, remove reference to Ariel Glenn's old 0.9.8 docRich Salz
2014-07-02e_os.h: limit _MSC_VER trickery to older compilers.Andy Polyakov
2014-07-02bn_exp.c: fix x86_64-specific crash with one-word modulus.Andy Polyakov
2014-07-02Fix doc typo.Matt Smart
2014-07-02Make disabling last cipher work.Thijs Alkemade
2014-07-02ASN1 sanity check.Dr. Stephen Henson
2014-07-02Accessor functions for app_data in ECDSA_METHODDr. Stephen Henson
2014-07-02Fix possible buffer overrun.Ben Laurie
2014-07-01sha512-x86_64.pl: fix linking problem under Windows.Andy Polyakov
2014-06-30Fix copy for CCM, GCM and XTS.Dr. Stephen Henson
2014-06-30Make EVP_Digest* work again.Dr. Stephen Henson
2014-06-29Don't core dump when using CMAC with dgst.Dr. Stephen Henson
2014-06-29Make CMAC work with EVP_PKEY.Dr. Stephen Henson
2014-06-29Clarified that the signature's buffer size, `s`, is not used as anJeffrey Walton
2014-06-29Make EVP_CIPHER_CTX_copy work in GCM mode.ZNV
2014-06-29Fix memory leak.Dr. Stephen Henson
2014-06-29Typo.Ken Ballou
2014-06-29Show errors on CSR verification failure.Dr. Stephen Henson
2014-06-29Make no-ssl3 no-ssl2 do more sensible things.Dr. Stephen Henson
2014-06-29Clarify protocols supported.Dr. Stephen Henson
2014-06-28x86_64 assembly pack: refine clang detection.Andy Polyakov
2014-06-28Typo.Dr. Stephen Henson
2014-06-28Don't disable state strings with no-ssl2Dr. Stephen Henson
2014-06-28Fix compilation with -DSSL_DEBUG -DTLS_DEBUG -DKSSL_DEBUGyogesh nagarkar
2014-06-28Fix typo in ideatest.cAndreas Westfeld
2014-06-27Remove redundant check.Ken Ballou
2014-06-27Fix for EVP_PBE_alg_add().Dr. Stephen Henson
2014-06-27x86_64 assembly pack: addendum to last clang commit.Andy Polyakov
2014-06-27x86_64 assembly pack: allow clang to compile AVX code.Andy Polyakov
2014-06-27bn/asm/rsaz-avx2.pl: fix occasional failures.Andy Polyakov
2014-06-27Tolerate critical AKID in CRLs.Dr. Stephen Henson
2014-06-27Handle IPv6 addresses in OCSP_parse_url.Tom Greenslade
2014-06-27Rebuild OID table.Dr. Stephen Henson
2014-06-27Fix OID encoding for one component.Dr. Stephen Henson
2014-06-27Don't advertise ECC ciphersuits in SSLv2 compatible client hello.Tomas Mraz
2014-06-27Clarify docs.Jeffrey Walton
2014-06-27Memory leak and NULL dereference fixes.Dr. Stephen Henson
2014-06-27Remove ancient obsolete files under pkcs7.Dr. Stephen Henson
2014-06-26Make sure BN_sqr can never return a negative value.Huzaifa Sidhpurwala
2014-06-27bn_exp.c: move check for AD*X to rsaz-avx2.pl.Andy Polyakov
2014-06-25aesv8-armx.pl: rigid input verification in key setup.Andy Polyakov
2014-06-25X509_check_mumble() failure is <= 0, not just 0Viktor Dukhovni
2014-06-25More complete input validation of X509_check_mumbleViktor Dukhovni
2014-06-25Drop hostlen from X509_VERIFY_PARAM_ID.Viktor Dukhovni
2014-06-25More complete X509_check_host documentation.Viktor Dukhovni
2014-06-24aesv8-armx.pl: inclrease interleave factor.Andy Polyakov
2014-06-24ARMv8 assembly pack: add Cortex performance numbers.Andy Polyakov
2014-06-22Fix off-by-one errors in ssl_cipher_get_evp()Miod Vallat
2014-06-22Revert "Fix off-by-one errors in ssl_cipher_get_evp()"Matt Caswell