aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-126-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
* Don't change client random in Client Hello in its second flightTatsuhiro Tsujikawa2017-10-101-2/+3
* Add atomic write callPauli2017-10-106-2/+41
* Add a CRYPTO_atomic_read call which allows an int variable to be readPauli2017-10-106-1/+42
* EVP_EncryptInit.pod: EVP_CIPHER_mode and EVP_CIPHER_CTX_mode updatePatrick Steuer2017-10-101-2/+3
* apps/speed.c: fix ccm performance measurements.Patrick Steuer2017-10-101-1/+43
* set_hex() behaviour changeEasySec2017-10-101-10/+11
* Reduce the things we ignore in test/Richard Levitte2017-10-091-6/+1
* Use the possibility to have test results in a different directoryRichard Levitte2017-10-093-1/+7
* Fix util/perl/OpenSSL/Test.pm input variable overwriteRichard Levitte2017-10-091-9/+9
* Fix util/find-doc-nits to correctly parse function signature typedefsRichard Levitte2017-10-091-1/+4
* Correct some typedef documentationRichard Levitte2017-10-093-5/+5
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-0964-152/+152
* Document that lhash isn't thread safe under any circumstances andPauli2017-10-095-58/+45
* Fix doc for i2d/d2i private/public keyRich Salz2017-10-082-2/+7