summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/t_pkey.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-18Remove unnecessary DRBG_RESEED stateDr. Matthias St. Pierre2-8/+7
2017-10-18Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre19-327/+1032
2017-10-17s390x assembly pack: remove capability double-checking.Patrick Steuer4-29/+6
2017-10-17crypto/aes/asm/aes-s390x.pl: fix $softonly=1 code path.Patrick Steuer1-2/+2
2017-10-17Update RAND_load_file return value.Rich Salz1-1/+1
2017-10-17x509v3/v3_utl.c: avoid double-free.Andy Polyakov1-1/+3
2017-10-17modes/gcm128.c: harmonize GCM_MUL macro with GHASH.Andy Polyakov1-45/+56
2017-10-16Some cleanups to apps/ca.cFdaSilvaYY1-56/+34
2017-10-16Make '-name' option of the 's_client' more genericPaul Yang2-14/+32
2017-10-16Remove unused variable.Ben Laurie1-0/+2
2017-10-16Cleaning secret data after useEasySec1-3/+7
2017-10-16added cmcCA and cmcRA as per rfc6402, capitalized per RFC7030 authorMichael Richardson4-6/+30
2017-10-16Code hygiene; initialize some pointers.Mouse2-2/+2
2017-10-16Tweak the comment regarding record version check with respect to TLSv1.3Matt Caswell1-3/+4
2017-10-16Sanity check the HRR version fieldMatt Caswell1-0/+7
2017-10-16Don't do version neg on an HRRMatt Caswell5-16/+39
2017-10-16Fix incorrect function name in BN_bn2bin manpagedaurnimator1-1/+1
2017-10-16Fix a bug in ALPN comparation code of a test casePaul Yang1-1/+1
2017-10-16Fix reading heap overflow in a test casePaul Yang1-6/+7
2017-10-16Add branch coverage to coveralls statisticsRichard Levitte1-1/+1
2017-10-13Remove email addresses from source code.Rich Salz97-259/+129
2017-10-13Add CRYPTO_get_alloc_counts.Rich Salz6-59/+100
2017-10-12Fix memory leak in DH_get_nid()Benjamin Kaduk1-4/+3
2017-10-12Add a test for setting initial SNI in CH but not using it with early_dataMatt Caswell1-0/+10
2017-10-12Fix bug where early_data does not work if no SNI callback is presentMatt Caswell1-0/+5
2017-10-12make updateDr. Stephen Henson7-3/+54
2017-10-12Add RFC7919 documentation.Dr. Stephen Henson3-0/+53
2017-10-12Add RFC7919 tests.Dr. Stephen Henson1-0/+557
2017-10-12Add pad supportDr. Stephen Henson2-1/+20
2017-10-12Don't assume shared key length matches expected lengthDr. Stephen Henson1-1/+4
2017-10-12Add RFC7919 support to EVPDr. Stephen Henson2-4/+41
2017-10-12Add objects for RFC7919 parametersDr. Stephen Henson1-0/+7
2017-10-12DH named parameter supportDr. Stephen Henson5-1/+92
2017-10-12Add primes from RFC7919Dr. Stephen Henson1-0/+288
2017-10-12Support constant BN for DH parametersDr. Stephen Henson2-22/+17
2017-10-12Document EVP_PKEY_set1_engine()Dr. Stephen Henson1-4/+15
2017-10-12Add EVP_PKEY_METHOD redirection testDr. Stephen Henson1-0/+170
2017-10-12make updateDr. Stephen Henson4-0/+5
2017-10-12Add EVP_PKEY_set1_engine() function.Dr. Stephen Henson4-3/+29
2017-10-12Fix memory leak on lookup failureDr. Stephen Henson1-0/+3
2017-10-12Don't ignore passed ENGINE.Dr. Stephen Henson1-2/+3
2017-10-11Ensure we test all parameters for BN_FLG_CONSTTIMEMatt Caswell1-6/+16
2017-10-11Remove an unused fileMatt Caswell1-136/+0
2017-10-11Appease -Werror=maybe-uninitializedBenjamin Kaduk1-1/+1
2017-10-11Move supportedgroup ext-block fields out of NO_ECBenjamin Kaduk1-2/+2
2017-10-11Return a value from atomic read on Windows.Pauli2-2/+2
2017-10-10Fix typosKeshav Kini2-4/+4
2017-10-10crypto/x509v3/v3_utl.c, ssl/ssl_cert.c: fix Coverity problems.Andy Polyakov2-4/+9
2017-10-10apps/speed.c: add 'rand' algo to enable DRBG performance measurements.Patrick Steuer2-3/+30
2017-10-10Don't change client random in Client Hello in its second flightTatsuhiro Tsujikawa1-2/+3