aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove some redundant trace codeMatt Caswell2016-11-091-10/+1
* Fix some missing checks for TLS1_3_VERSION_DRAFTMatt Caswell2016-11-094-2/+11
* Give the test with only TLS1.1 and TLS1.0 a better nameMatt Caswell2016-11-091-5/+5
* Add a TODO(TLS1.3) about renegotationMatt Caswell2016-11-091-0/+5
* Add some more version testsMatt Caswell2016-11-092-8/+37
* A style tweak based on feedback receivedMatt Caswell2016-11-091-1/+1
* Look at the supported_versions extension even if the server <TLS1.3Matt Caswell2016-11-092-10/+5
* Ensure that vent->smeth != NULL before we call vent->smeth()Matt Caswell2016-11-091-1/+1
* Address some review feedback comments for supported_versionsMatt Caswell2016-11-093-8/+7
* Add a test for the supported_versions extensionMatt Caswell2016-11-092-0/+149
* Update TLS1.3 draft version numbers for latest draftMatt Caswell2016-11-092-3/+3
* Add server side support for supported_versions extensionMatt Caswell2016-11-098-15/+106
* Ensure that the -trace option can interpret the supported_versions extensionMatt Caswell2016-11-091-0/+19
* Add the ability to send the supported_versions extensionMatt Caswell2016-11-092-0/+40
* When no SRP identity is found, no error was reported server sideEasySec2016-11-091-0/+3
* Add main() test methods to reduce test boilerplate.Emilia Kasper2016-11-0920-130/+223
* dtl_mtu_test doesn't follow BIO_* conventions and make Windows build failEasySec2016-11-091-1/+1
* Ensure the key and iv labels are declared as staticMatt Caswell2016-11-091-2/+2
* Add a test for the TLS1.3 secret generationMatt Caswell2016-11-093-0/+384
* Add support for TLS1.3 secret generationMatt Caswell2016-11-093-1/+239
* Add support for initialising WPACKETs from a static bufferMatt Caswell2016-11-093-14/+78
* Add some documentation for the new HKDF modesMatt Caswell2016-11-091-10/+48
* Following the changes to HKDF to accept a mode, add some tests for thisMatt Caswell2016-11-092-0/+121
* Update HKDF to support separte Extract and Expand stepsMatt Caswell2016-11-093-16/+48
* Simplify and clean X509_VERIFY_PARAM new/free code.FdaSilvaYY2016-11-091-30/+13
* Make some CLIENTHELLO_MSG function arguments constMatt Caswell2016-11-092-3/+3
* Update a commentMatt Caswell2016-11-091-1/+1
* Swap back to using SSL3_RANDOM_SIZE instead of sizeof(clienthello.random)Matt Caswell2016-11-091-5/+9
* Move setting the session_id_len until after we filled the session_idMatt Caswell2016-11-091-3/+2
* Load the sessionid directly in SSLv2 compat ClientHelloMatt Caswell2016-11-091-7/+8
* Rename clienthello.version to clienthello.legacy_versionMatt Caswell2016-11-093-8/+8
* Fix some minor style issuesMatt Caswell2016-11-091-1/+1
* Add some function documentation and update some existing commentsMatt Caswell2016-11-092-4/+25
* Fix make update following extensions refactorMatt Caswell2016-11-093-5/+5
* Improve some comment documentation following the extensions refactorMatt Caswell2016-11-093-4/+10
* Fix various style issues in the extension parsing refactorMatt Caswell2016-11-094-81/+71
* Use an explicit name for the struct for definition of RAW_EXTENSIONMatt Caswell2016-11-091-1/+1
* Fix a memory leak in the ClientHello extension parsingMatt Caswell2016-11-091-0/+4
* Handle compression methods correctly with SSLv2 compat ClientHelloMatt Caswell2016-11-091-7/+6
* Refactor ClientHello processing so that extensions get parsed earlierMatt Caswell2016-11-098-292/+443
* Move algorithm specific ppccap code from crypto/ppccap.cRichard Levitte2016-11-097-116/+186
* Unix Makefile: Make sure to use $(PERL) when running ./ConfigureRichard Levitte2016-11-091-2/+2
* Missing BN_RECP_CTX field init.FdaSilvaYY2016-11-081-3/+3
* Zero stack variable with DSA nonceRich Salz2016-11-081-0/+1
* Fix zlib BIO_METHOD for latest BIO_METHOD structure changesMatt Caswell2016-11-081-0/+4
* INSTALL: small typoRichard Levitte2016-11-081-1/+1
* Allow null in X509_CRL_METHOD_freeFdaSilvaYY2016-11-072-3/+1
* Improve PRF documentationAndrea Grandi2016-11-071-2/+2
* Improve RSA test coverage.David Benjamin2016-11-071-0/+136
* Make RSA_sign.pod less confusing.David Benjamin2016-11-071-3/+3