aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-13Remove email addresses from source code.Rich Salz97-259/+129
2017-10-12Add 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
2017-10-10Add atomic write callPauli6-2/+41
2017-10-10Add a CRYPTO_atomic_read call which allows an int variable to be readPauli6-1/+42
2017-10-10EVP_EncryptInit.pod: EVP_CIPHER_mode and EVP_CIPHER_CTX_mode updatePatrick Steuer1-2/+3
2017-10-10apps/speed.c: fix ccm performance measurements.Patrick Steuer1-1/+43
2017-10-10set_hex() behaviour changeEasySec1-10/+11
2017-10-09Reduce the things we ignore in test/Richard Levitte1-6/+1
2017-10-09Use the possibility to have test results in a different directoryRichard Levitte3-1/+7
2017-10-09Fix util/perl/OpenSSL/Test.pm input variable overwriteRichard Levitte1-9/+9
2017-10-09Fix util/find-doc-nits to correctly parse function signature typedefsRichard Levitte1-1/+4
2017-10-09Correct some typedef documentationRichard Levitte3-5/+5
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda64-152/+152
2017-10-09Document that lhash isn't thread safe under any circumstances andPauli5-58/+45
2017-10-08Fix doc for i2d/d2i private/public keyRich Salz2-2/+7
2017-10-07Anchor the regexp matchRich Salz1-1/+1
2017-10-07Rewrite some codeRich Salz3-41/+25
2017-10-06Merge tls1_check_curve into tls1_check_group_idDr. Stephen Henson3-39/+27
2017-10-06Change curves to groups where relevantDr. Stephen Henson4-37/+37
2017-10-06Use separate functions for supported and peer groups listsDr. Stephen Henson5-45/+43
2017-10-06doc/man1/openssl.pod: Add missing commands and linksRichard Levitte1-6/+29
2017-10-05Fixes #4459 "issuserAltName" documentation typo.Andrew Siplas1-1/+1