aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-06perlasm/x86_64-xlate.pl: clarify SEH coding guidelines.Andy Polyakov1-12/+17
2017-02-05Fix a crash with malformed user notice policy numbersBernd Edlinger1-1/+1
2017-02-03Combined patch against master branch for the following issues:Bernd Edlinger6-45/+53
2017-02-03Fix "no-ec"Richard Levitte1-0/+6
2017-02-03Add NNTP support (RFC 4642) to s_client ("-starttls nntp")Robert Scheck2-2/+31
2017-02-03Grouped data declarations [skip ci]Dmitry Kostjuchenko1-1/+0
2017-02-03Removed tab spaces.Dmitry Kostjuchenko1-2/+2
2017-02-03Corrections according the review comments.Dmitry Kostjuchenko1-21/+22
2017-02-03Compile fix on platforms with missing pthread_rwlock_t.Dmitry Kostjuchenko1-0/+41
2017-02-03crypto/x86_64cpuid.pl: detect if kernel preserves %zmm registers.Andy Polyakov1-1/+9
2017-02-02Initialise alg_k and alg_aRichard Levitte1-1/+1
2017-02-02Add missing MinProtocol/MaxProtocolDr. Stephen Henson2-3/+12
2017-02-02Add TLS 1.3 certificate selection tests.Dr. Stephen Henson3-32/+160
2017-02-02Don't filter TLS 1.3 ciphersuites by signing or key exchange algorithmDr. Stephen Henson1-23/+28
2017-02-02Update cipher definitionDr. Stephen Henson1-2/+1
2017-02-02Remove special case for TLS 1.3.Dr. Stephen Henson1-16/+2
2017-02-02For TLS 1.3 retrieve previously set certificate indexDr. Stephen Henson1-5/+8
2017-02-02make errorsDr. Stephen Henson2-1/+4
2017-02-02Set signature algorithm when choosing cipherDr. Stephen Henson1-0/+6
2017-02-02Add function tls_choose_sigalg().Dr. Stephen Henson2-0/+63
2017-02-02Cosmetic changeDr. Stephen Henson1-6/+3
2017-02-02Test logging TLSv1.3 secrets.Cory Benfield2-30/+135
2017-02-02Add support for logging out TLSv1.3 secretsCory Benfield4-35/+38
2017-02-01Add support for parameterized SipHashTodd Short27-19/+1128
2017-02-01remove test/.rnd on make cleanBernd Edlinger1-0/+1
2017-01-31Majority rules, use session_ctx vs initial_ctxTodd Short5-13/+10
2017-02-01bn: fix occurance of negative zero in BN_rshift1()Richard Levitte1-0/+2
2017-02-01bn: fix occurances of negative zeroGeoff Thorpe4-4/+8
2017-02-01bn: catch negative zero as an errorGeoff Thorpe1-2/+2
2017-02-01bn: fix BN_DEBUG + BN_DEBUG_RAND supportGeoff Thorpe1-8/+6
2017-02-01bntests.txt: add a couple of checks of possibly negative zeroRichard Levitte1-0/+9
2017-02-01bntest: do not stop on first fautl encounteredRichard Levitte1-7/+4
2017-02-01bntest: make sure file_rshift tests BN_rshift1 as well when appropriateRichard Levitte1-4/+11
2017-02-01bntest: make sure that equalBN takes note of negative zeroRichard Levitte1-2/+8
2017-01-31Add -Wno-parentheses-equality to dev-warnings.Rich Salz1-12/+15
2017-01-31Tidy up Suite B logicDr. Stephen Henson1-16/+16
2017-01-31Remove peer_md and use peer_sigalg instead.Dr. Stephen Henson4-8/+3
2017-01-31Simplify sigalgs code.Dr. Stephen Henson2-65/+19
2017-01-31Add digest and key indices to table.Dr. Stephen Henson2-20/+49
2017-01-31Don't check certificate type against ciphersuite for TLS 1.3Dr. Stephen Henson1-11/+17
2017-01-31Add TLS 1.3 signing curve checkDr. Stephen Henson1-23/+35
2017-01-31Only allow PSS signatures with RSA keys and TLS 1.3Dr. Stephen Henson1-0/+3
2017-01-31Store table entry to peer signature algorithm.Dr. Stephen Henson3-50/+42
2017-01-30Free up the memory for the NewSessionTicket extensionsMatt Caswell1-0/+2
2017-01-30Make sure we free and cleanse the pms value in all code pathsMatt Caswell1-3/+1
2017-01-30Update macros.Dr. Stephen Henson1-4/+7
2017-01-30fix style issuesDr. Stephen Henson2-3/+2
2017-01-30Fix TLS 1.2 and no sigalgs.Dr. Stephen Henson1-1/+19
2017-01-30Use PSS for simple test so TLS 1.3 handhake is successful.Dr. Stephen Henson2-4/+4
2017-01-30Add tests for client and server signature typeDr. Stephen Henson4-3/+59