summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-16fix for no-ecDr. Stephen Henson
2015-12-16make updateDr. Stephen Henson
2015-12-16Use EVP_PKEY for client side EC.Dr. Stephen Henson
2015-12-16Use EVP_PKEY for server EC.Dr. Stephen Henson
2015-12-16Add ECDH/DH utility functions.Dr. Stephen Henson
2015-12-16remove unnecessary key copyDr. Stephen Henson
2015-12-16Constify EC_KEY in ECDH_compute_key.Dr. Stephen Henson
2015-12-16Remove ECDH client auth code.Dr. Stephen Henson
2015-12-16Remove SSL_OP_SINGLE_ECDH_USE code.Dr. Stephen Henson
2015-12-16Use EC_KEY_key2buf and EC_oct2key in libssl.Dr. Stephen Henson
2015-12-16New EC functions.Dr. Stephen Henson
2015-12-15Fix build on SolarisMatt Caswell
2015-12-15Fix updating via mkdef.plMatt Caswell
2015-12-15Don't export internal symbolsMatt Caswell
2015-12-15Better splitting regexp for test_ordinalsRichard Levitte
2015-12-15Remove GMP engine.Rich Salz
2015-12-15Fix s_server problem with no-ecMatt Caswell
2015-12-15Fix no-psk compile failureMatt Caswell
2015-12-15Fix compile failure with no-srpMatt Caswell
2015-12-14Update EVP_PKEY documentation.Dr. Stephen Henson
2015-12-14make updateDr. Stephen Henson
2015-12-14New function X509_get0_pubkeyDr. Stephen Henson
2015-12-14Add EVP_PKEY_get0_* functions.Dr. Stephen Henson
2015-12-14Extend EVP_PKEY_copy_parameters()Dr. Stephen Henson
2015-12-14Fix a ** 0 mod 1 = 0 for real this time.Emilia Kasper
2015-12-14crpyto/ppccpuid.pl: add FPU probe and fix OPENSSL_rdtsc.Andy Polyakov
2015-12-14crypto/ppccap.c: add SIGILL-free processor capability detection code.Andy Polyakov
2015-12-14add malloc fail check & fix memory leakHongze Zhu
2015-12-13Fix erroneous SO suffix in darwin64-debug-test-64-clang targetViktor Dukhovni
2015-12-13Fix typoBen Kaduk
2015-12-13Fix option value parsing in crl2pkcs7 -certfileViktor Dukhovni
2015-12-13Avoid erroneous "assert(private)" failures.Viktor Dukhovni
2015-12-13x86_64 assembly pack: tune clang version detection even further.Andy Polyakov
2015-12-13Configure: add framework for ChaCha and Poly1305 assembly.Andy Polyakov
2015-12-13Configure: 'reconf' to respect CROSS_COMPILE and CC.Andy Polyakov
2015-12-13Don't use EC when no-ec.Ben Laurie
2015-12-13Remove no longer existant structure member and direct references to EVP_MD_CT...Ben Laurie
2015-12-13Fix (incorrect) uninitialised variable warning.Ben Laurie
2015-12-13fix warningDr. Stephen Henson
2015-12-13remove ancient SSLeay bug workaroundDr. Stephen Henson
2015-12-12Allow ChaCha20-Poly1305 in DTLStjmao
2015-12-12Revert "Allow ChaCha20-Poly1305 in DTLS"Rich Salz
2015-12-12Use SHA256 not MD5 as default digest.Rich Salz
2015-12-12Support ccache.Ben Laurie
2015-12-12Fix compile failure with no-threadsMatt Caswell
2015-12-12Add extension utility documentation.Dr. Stephen Henson
2015-12-12add X509_up_ref() documentationDr. Stephen Henson
2015-12-12extension documentationDr. Stephen Henson
2015-12-12Use OPENSSL_NO_DTLS instead of OPENSSL_NO_DTLS1Kurt Roeckx