summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing RAND_DRBG lockingBenjamin Kaduk2017-10-183-4/+38
* Remove unnecessary DRBG_RESEED stateDr. Matthias St. Pierre2017-10-182-8/+7
* Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre2017-10-1819-327/+1032
* s390x assembly pack: remove capability double-checking.Patrick Steuer2017-10-174-29/+6
* crypto/aes/asm/aes-s390x.pl: fix $softonly=1 code path.Patrick Steuer2017-10-171-2/+2
* Update RAND_load_file return value.Rich Salz2017-10-171-1/+1
* x509v3/v3_utl.c: avoid double-free.Andy Polyakov2017-10-171-1/+3
* modes/gcm128.c: harmonize GCM_MUL macro with GHASH.Andy Polyakov2017-10-171-45/+56
* Some cleanups to apps/ca.cFdaSilvaYY2017-10-161-56/+34
* Make '-name' option of the 's_client' more genericPaul Yang2017-10-162-14/+32
* Remove unused variable.Ben Laurie2017-10-161-0/+2
* Cleaning secret data after useEasySec2017-10-161-3/+7
* added cmcCA and cmcRA as per rfc6402, capitalized per RFC7030 authorMichael Richardson2017-10-164-6/+30
* Code hygiene; initialize some pointers.Mouse2017-10-162-2/+2
* Tweak the comment regarding record version check with respect to TLSv1.3Matt Caswell2017-10-161-3/+4
* Sanity check the HRR version fieldMatt Caswell2017-10-161-0/+7
* Don't do version neg on an HRRMatt Caswell2017-10-165-16/+39
* Fix incorrect function name in BN_bn2bin manpagedaurnimator2017-10-161-1/+1
* Fix a bug in ALPN comparation code of a test casePaul Yang2017-10-161-1/+1
* Fix reading heap overflow in a test casePaul Yang2017-10-161-6/+7
* Add branch coverage to coveralls statisticsRichard Levitte2017-10-161-1/+1
* Remove email addresses from source code.Rich Salz2017-10-1397-259/+129
* Add CRYPTO_get_alloc_counts.Rich Salz2017-10-136-59/+100
* Fix memory leak in DH_get_nid()Benjamin Kaduk2017-10-121-4/+3
* Add a test for setting initial SNI in CH but not using it with early_dataMatt Caswell2017-10-121-0/+10
* Fix bug where early_data does not work if no SNI callback is presentMatt Caswell2017-10-121-0/+5
* make updateDr. Stephen Henson2017-10-127-3/+54
* Add RFC7919 documentation.Dr. Stephen Henson2017-10-123-0/+53
* Add RFC7919 tests.Dr. Stephen Henson2017-10-121-0/+557
* Add pad supportDr. Stephen Henson2017-10-122-1/+20
* Don't assume shared key length matches expected lengthDr. Stephen Henson2017-10-121-1/+4
* Add RFC7919 support to EVPDr. Stephen Henson2017-10-122-4/+41
* Add objects for RFC7919 parametersDr. Stephen Henson2017-10-121-0/+7
* DH named parameter supportDr. Stephen Henson2017-10-125-1/+92
* Add primes from RFC7919Dr. Stephen Henson2017-10-121-0/+288
* Support constant BN for DH parametersDr. Stephen Henson2017-10-122-22/+17
* Document EVP_PKEY_set1_engine()Dr. Stephen Henson2017-10-121-4/+15
* Add EVP_PKEY_METHOD redirection testDr. Stephen Henson2017-10-121-0/+170
* make updateDr. Stephen Henson2017-10-124-0/+5
* Add EVP_PKEY_set1_engine() function.Dr. Stephen Henson2017-10-124-3/+29
* Fix memory leak on lookup failureDr. Stephen Henson2017-10-121-0/+3
* Don't ignore passed ENGINE.Dr. Stephen Henson2017-10-121-2/+3
* Ensure we test all parameters for BN_FLG_CONSTTIMEMatt Caswell2017-10-111-6/+16
* Remove an unused fileMatt Caswell2017-10-111-136/+0
* Appease -Werror=maybe-uninitializedBenjamin Kaduk2017-10-111-1/+1
* Move supportedgroup ext-block fields out of NO_ECBenjamin Kaduk2017-10-111-2/+2
* Return a value from atomic read on Windows.Pauli2017-10-112-2/+2
* Fix typosKeshav Kini2017-10-102-4/+4
* crypto/x509v3/v3_utl.c, ssl/ssl_cert.c: fix Coverity problems.Andy Polyakov2017-10-102-4/+9
* apps/speed.c: add 'rand' algo to enable DRBG performance measurements.Patrick Steuer2017-10-102-3/+30