aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the effect of no-dso in crypto/init.cRichard Levitte2016-11-111-2/+2
* Small fixups of util/process_docs.plRichard Levitte2016-11-101-2/+2
* Fix test_sslcorrupt when using TLSv1.3Matt Caswell2016-11-101-0/+26
* Revert "Move algorithm specific ppccap code from crypto/ppccap.c"Richard Levitte2016-11-107-186/+116
* Rename the Elliptic Curves extension to supported_groupsMatt Caswell2016-11-1015-160/+209
* Link internal tests with static OpenSSL libraries when neededRichard Levitte2016-11-102-74/+36
* Document how to force linking with static librariesRichard Levitte2016-11-102-5/+29
* Building: make it possible to force linking with static OpenSSL libsRichard Levitte2016-11-105-20/+47
* Fix no-ct in test/ct_test.cRichard Levitte2016-11-101-0/+6
* descrip.mms.tmpl: Simplify fiddling of logical names record and statemRichard Levitte2016-11-101-6/+2
* Update CHANGES and NEWSMatt Caswell2016-11-102-0/+49
* Fix the no-tls optionMatt Caswell2016-11-102-1/+5
* Fix no-cms (CVE-2016-7053)Richard Levitte2016-11-101-5/+10
* test/evptests.txt: add negative tests for AEAD ciphers.Andy Polyakov2016-11-102-1/+60
* test: add TLS application data corruption test.Andy Polyakov2016-11-104-1/+307
* add test for CVE-2016-7053Dr. Stephen Henson2016-11-102-1/+9
* Don't set choice selector on parse failure.Dr. Stephen Henson2016-11-101-7/+7
* chacha20/poly1305: make sure to clear the buffer at correct positionRichard Levitte2016-11-101-1/+1
* aes/asm/aesp8-ppc.pl: improve [backward] portability.Andy Polyakov2016-11-101-1/+1
* bn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low severity).Andy Polyakov2016-11-101-3/+2
* test/bntest.c: regression test for CVE-2016-7055.Andy Polyakov2016-11-101-0/+26
* Fix the evp_test Ctrl keyword processingRichard Levitte2016-11-101-4/+12
* Fix no-dso (shlibloadtest)Richard Levitte2016-11-101-4/+3
* Address some supported_versions review commentsMatt Caswell2016-11-095-7/+21
* 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