aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz86-460/+362
2015-12-16fix for no-ecDr. Stephen Henson1-1/+7
2015-12-16make updateDr. Stephen Henson1-0/+3
2015-12-16Use EVP_PKEY for client side EC.Dr. Stephen Henson3-90/+52
2015-12-16Use EVP_PKEY for server EC.Dr. Stephen Henson3-58/+32
2015-12-16Add ECDH/DH utility functions.Dr. Stephen Henson2-0/+73
2015-12-16remove unnecessary key copyDr. Stephen Henson1-18/+1
2015-12-16Constify EC_KEY in ECDH_compute_key.Dr. Stephen Henson4-10/+11
2015-12-16Remove ECDH client auth code.Dr. Stephen Henson3-113/+28
2015-12-16Remove SSL_OP_SINGLE_ECDH_USE code.Dr. Stephen Henson2-44/+19
2015-12-16Use EC_KEY_key2buf and EC_oct2key in libssl.Dr. Stephen Henson2-89/+15
2015-12-16New EC functions.Dr. Stephen Henson5-28/+84
2015-12-15Fix build on SolarisMatt Caswell1-0/+4
2015-12-15Fix updating via mkdef.plMatt Caswell1-10/+14
2015-12-15Don't export internal symbolsMatt Caswell7-5206/+5402
2015-12-15Better splitting regexp for test_ordinalsRichard Levitte1-8/+8
2015-12-15Remove GMP engine.Rich Salz11-739/+10
2015-12-15Fix s_server problem with no-ecMatt Caswell6-35/+9
2015-12-15Fix no-psk compile failureMatt Caswell1-0/+2
2015-12-15Fix compile failure with no-srpMatt Caswell1-1/+7
2015-12-14Update EVP_PKEY documentation.Dr. Stephen Henson1-15/+19
2015-12-14make updateDr. Stephen Henson2-6/+13
2015-12-14New function X509_get0_pubkeyDr. Stephen Henson12-54/+50
2015-12-14Add EVP_PKEY_get0_* functions.Dr. Stephen Henson4-22/+72
2015-12-14Extend EVP_PKEY_copy_parameters()Dr. Stephen Henson4-1/+20
2015-12-14Fix a ** 0 mod 1 = 0 for real this time.Emilia Kasper2-17/+103
2015-12-14crpyto/ppccpuid.pl: add FPU probe and fix OPENSSL_rdtsc.Andy Polyakov1-0/+19
2015-12-14crypto/ppccap.c: add SIGILL-free processor capability detection code.Andy Polyakov2-21/+119
2015-12-14add malloc fail check & fix memory leakHongze Zhu1-15/+42
2015-12-13Fix erroneous SO suffix in darwin64-debug-test-64-clang targetViktor Dukhovni1-1/+1
2015-12-13Fix typoBen Kaduk2-2/+2
2015-12-13Fix option value parsing in crl2pkcs7 -certfileViktor Dukhovni1-1/+1
2015-12-13Avoid erroneous "assert(private)" failures.Viktor Dukhovni4-13/+26
2015-12-13x86_64 assembly pack: tune clang version detection even further.Andy Polyakov13-13/+13
2015-12-13Configure: add framework for ChaCha and Poly1305 assembly.Andy Polyakov4-6/+27
2015-12-13Configure: 'reconf' to respect CROSS_COMPILE and CC.Andy Polyakov1-2/+11
2015-12-13Don't use EC when no-ec.Ben Laurie1-0/+2
2015-12-13Remove no longer existant structure member and direct references to EVP_MD_CT...Ben Laurie1-5/+6
2015-12-13Fix (incorrect) uninitialised variable warning.Ben Laurie1-1/+2
2015-12-13fix warningDr. Stephen Henson1-1/+0
2015-12-13remove ancient SSLeay bug workaroundDr. Stephen Henson2-9/+5
2015-12-12Allow ChaCha20-Poly1305 in DTLStjmao1-2/+2
2015-12-12Revert "Allow ChaCha20-Poly1305 in DTLS"Rich Salz1-2/+2
2015-12-12Use SHA256 not MD5 as default digest.Rich Salz3-3/+26
2015-12-12Support ccache.Ben Laurie1-0/+4
2015-12-12Fix compile failure with no-threadsMatt Caswell1-1/+1
2015-12-12Add extension utility documentation.Dr. Stephen Henson1-0/+83
2015-12-12add X509_up_ref() documentationDr. Stephen Henson1-5/+15
2015-12-12extension documentationDr. Stephen Henson1-0/+142
2015-12-12Use OPENSSL_NO_DTLS instead of OPENSSL_NO_DTLS1Kurt Roeckx4-20/+14