aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-10aes/asm/aesp8-ppc.pl: improve [backward] portability.Andy Polyakov1-1/+1
2016-11-10bn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low severity).Andy Polyakov1-3/+2
2016-11-10test/bntest.c: regression test for CVE-2016-7055.Andy Polyakov1-0/+26
2016-11-10Fix the evp_test Ctrl keyword processingRichard Levitte1-4/+12
2016-11-10Fix no-dso (shlibloadtest)Richard Levitte1-4/+3
2016-11-09Address some supported_versions review commentsMatt Caswell5-7/+21
2016-11-09Remove some redundant trace codeMatt Caswell1-10/+1
2016-11-09Fix some missing checks for TLS1_3_VERSION_DRAFTMatt Caswell4-2/+11
2016-11-09Give the test with only TLS1.1 and TLS1.0 a better nameMatt Caswell1-5/+5
2016-11-09Add a TODO(TLS1.3) about renegotationMatt Caswell1-0/+5
2016-11-09Add some more version testsMatt Caswell2-8/+37
2016-11-09A style tweak based on feedback receivedMatt Caswell1-1/+1
2016-11-09Look at the supported_versions extension even if the server <TLS1.3Matt Caswell2-10/+5
2016-11-09Ensure that vent->smeth != NULL before we call vent->smeth()Matt Caswell1-1/+1
2016-11-09Address some review feedback comments for supported_versionsMatt Caswell3-8/+7
2016-11-09Add a test for the supported_versions extensionMatt Caswell2-0/+149
2016-11-09Update TLS1.3 draft version numbers for latest draftMatt Caswell2-3/+3
2016-11-09Add server side support for supported_versions extensionMatt Caswell8-15/+106
2016-11-09Ensure that the -trace option can interpret the supported_versions extensionMatt Caswell1-0/+19
2016-11-09Add the ability to send the supported_versions extensionMatt Caswell2-0/+40
2016-11-09When no SRP identity is found, no error was reported server sideEasySec1-0/+3
2016-11-09Add main() test methods to reduce test boilerplate.Emilia Kasper20-130/+223
2016-11-09dtl_mtu_test doesn't follow BIO_* conventions and make Windows build failEasySec1-1/+1
2016-11-09Ensure the key and iv labels are declared as staticMatt Caswell1-2/+2
2016-11-09Add a test for the TLS1.3 secret generationMatt Caswell3-0/+384
2016-11-09Add support for TLS1.3 secret generationMatt Caswell3-1/+239
2016-11-09Add support for initialising WPACKETs from a static bufferMatt Caswell3-14/+78
2016-11-09Add some documentation for the new HKDF modesMatt Caswell1-10/+48
2016-11-09Following the changes to HKDF to accept a mode, add some tests for thisMatt Caswell2-0/+121
2016-11-09Update HKDF to support separte Extract and Expand stepsMatt Caswell3-16/+48
2016-11-09Simplify and clean X509_VERIFY_PARAM new/free code.FdaSilvaYY1-30/+13
2016-11-09Make some CLIENTHELLO_MSG function arguments constMatt Caswell2-3/+3
2016-11-09Update a commentMatt Caswell1-1/+1
2016-11-09Swap back to using SSL3_RANDOM_SIZE instead of sizeof(clienthello.random)Matt Caswell1-5/+9
2016-11-09Move setting the session_id_len until after we filled the session_idMatt Caswell1-3/+2
2016-11-09Load the sessionid directly in SSLv2 compat ClientHelloMatt Caswell1-7/+8
2016-11-09Rename clienthello.version to clienthello.legacy_versionMatt Caswell3-8/+8
2016-11-09Fix some minor style issuesMatt Caswell1-1/+1
2016-11-09Add some function documentation and update some existing commentsMatt Caswell2-4/+25
2016-11-09Fix make update following extensions refactorMatt Caswell3-5/+5
2016-11-09Improve some comment documentation following the extensions refactorMatt Caswell3-4/+10
2016-11-09Fix various style issues in the extension parsing refactorMatt Caswell4-81/+71
2016-11-09Use an explicit name for the struct for definition of RAW_EXTENSIONMatt Caswell1-1/+1
2016-11-09Fix a memory leak in the ClientHello extension parsingMatt Caswell1-0/+4
2016-11-09Handle compression methods correctly with SSLv2 compat ClientHelloMatt Caswell1-7/+6
2016-11-09Refactor ClientHello processing so that extensions get parsed earlierMatt Caswell8-292/+443
2016-11-09Move algorithm specific ppccap code from crypto/ppccap.cRichard Levitte7-116/+186
2016-11-09Unix Makefile: Make sure to use $(PERL) when running ./ConfigureRichard Levitte1-2/+2
2016-11-08Missing BN_RECP_CTX field init.FdaSilvaYY1-3/+3
2016-11-08Zero stack variable with DSA nonceRich Salz1-0/+1