aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix "no-ec"Richard Levitte2017-02-031-0/+6
* Add NNTP support (RFC 4642) to s_client ("-starttls nntp")Robert Scheck2017-02-032-2/+31
* Grouped data declarations [skip ci]Dmitry Kostjuchenko2017-02-031-1/+0
* Removed tab spaces.Dmitry Kostjuchenko2017-02-031-2/+2
* Corrections according the review comments.Dmitry Kostjuchenko2017-02-031-21/+22
* Compile fix on platforms with missing pthread_rwlock_t.Dmitry Kostjuchenko2017-02-031-0/+41
* crypto/x86_64cpuid.pl: detect if kernel preserves %zmm registers.Andy Polyakov2017-02-031-1/+9
* Initialise alg_k and alg_aRichard Levitte2017-02-021-1/+1
* Add missing MinProtocol/MaxProtocolDr. Stephen Henson2017-02-022-3/+12
* Add TLS 1.3 certificate selection tests.Dr. Stephen Henson2017-02-023-32/+160
* Don't filter TLS 1.3 ciphersuites by signing or key exchange algorithmDr. Stephen Henson2017-02-021-23/+28
* Update cipher definitionDr. Stephen Henson2017-02-021-2/+1
* Remove special case for TLS 1.3.Dr. Stephen Henson2017-02-021-16/+2
* For TLS 1.3 retrieve previously set certificate indexDr. Stephen Henson2017-02-021-5/+8
* make errorsDr. Stephen Henson2017-02-022-1/+4
* Set signature algorithm when choosing cipherDr. Stephen Henson2017-02-021-0/+6
* Add function tls_choose_sigalg().Dr. Stephen Henson2017-02-022-0/+63
* Cosmetic changeDr. Stephen Henson2017-02-021-6/+3
* Test logging TLSv1.3 secrets.Cory Benfield2017-02-022-30/+135
* Add support for logging out TLSv1.3 secretsCory Benfield2017-02-024-35/+38
* Add support for parameterized SipHashTodd Short2017-02-0127-19/+1128
* remove test/.rnd on make cleanBernd Edlinger2017-02-011-0/+1
* Majority rules, use session_ctx vs initial_ctxTodd Short2017-01-315-13/+10
* bn: fix occurance of negative zero in BN_rshift1()Richard Levitte2017-02-011-0/+2
* bn: fix occurances of negative zeroGeoff Thorpe2017-02-014-4/+8
* bn: catch negative zero as an errorGeoff Thorpe2017-02-011-2/+2
* bn: fix BN_DEBUG + BN_DEBUG_RAND supportGeoff Thorpe2017-02-011-8/+6
* bntests.txt: add a couple of checks of possibly negative zeroRichard Levitte2017-02-011-0/+9
* bntest: do not stop on first fautl encounteredRichard Levitte2017-02-011-7/+4
* bntest: make sure file_rshift tests BN_rshift1 as well when appropriateRichard Levitte2017-02-011-4/+11
* bntest: make sure that equalBN takes note of negative zeroRichard Levitte2017-02-011-2/+8
* Add -Wno-parentheses-equality to dev-warnings.Rich Salz2017-01-311-12/+15
* Tidy up Suite B logicDr. Stephen Henson2017-01-311-16/+16
* Remove peer_md and use peer_sigalg instead.Dr. Stephen Henson2017-01-314-8/+3
* Simplify sigalgs code.Dr. Stephen Henson2017-01-312-65/+19
* Add digest and key indices to table.Dr. Stephen Henson2017-01-312-20/+49
* Don't check certificate type against ciphersuite for TLS 1.3Dr. Stephen Henson2017-01-311-11/+17
* Add TLS 1.3 signing curve checkDr. Stephen Henson2017-01-311-23/+35
* Only allow PSS signatures with RSA keys and TLS 1.3Dr. Stephen Henson2017-01-311-0/+3
* Store table entry to peer signature algorithm.Dr. Stephen Henson2017-01-313-50/+42
* Free up the memory for the NewSessionTicket extensionsMatt Caswell2017-01-301-0/+2
* Make sure we free and cleanse the pms value in all code pathsMatt Caswell2017-01-301-3/+1
* Update macros.Dr. Stephen Henson2017-01-301-4/+7
* fix style issuesDr. Stephen Henson2017-01-302-3/+2
* Fix TLS 1.2 and no sigalgs.Dr. Stephen Henson2017-01-301-1/+19
* Use PSS for simple test so TLS 1.3 handhake is successful.Dr. Stephen Henson2017-01-302-4/+4
* Add tests for client and server signature typeDr. Stephen Henson2017-01-304-3/+59
* Add test support for TLS signature types.Dr. Stephen Henson2017-01-306-4/+50
* Update documentationDr. Stephen Henson2017-01-302-2/+50
* make updateDr. Stephen Henson2017-01-301-0/+1