aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove duplicate testsDr. Stephen Henson2017-05-197-511/+1
* Add testsDr. Stephen Henson2017-05-191-2/+72
* Add support for multiple update calls in evp_testDr. Stephen Henson2017-05-192-21/+155
* Fix return code in tls1_macMatt Caswell2017-05-191-1/+1
* Reformat the output of BIGNUMS where test cases fail.Pauli2017-05-192-48/+244
* Fix endless loop on srp app when listing usersDiego Santa Cruz2017-05-191-5/+8
* Fix ASN1_TIME_to_generalizedtime to take a const ASN1_TIMEMatt Caswell2017-05-192-3/+3
* Make SSL_is_server() accept a const SSLMatt Caswell2017-05-192-2/+2
* Try to be more consistent about the alerts we sendMatt Caswell2017-05-1912-63/+74
* Fix EXT_RETURN usage for add_key_share()Matt Caswell2017-05-181-4/+4
* Fix typo in INSTALL filePaul Yang2017-05-171-1/+1
* Fix compile error/warning in packettest.cTodd Short2017-05-171-2/+2
* Add a test for a missing sig algs extensionMatt Caswell2017-05-171-3/+23
* Allow a missing sig algs extension if resumingMatt Caswell2017-05-171-1/+1
* Add a new unsolicited extension error code and add enum tagMatt Caswell2017-05-174-2/+4
* Add tests for unsolicited extensionsMatt Caswell2017-05-171-1/+69
* Fail if we receive a response to an extension that we didn't requestMatt Caswell2017-05-176-356/+449
* Remove notification settings from appveyor.ymlRichard Levitte2017-05-171-8/+0
* Don't allow fragmented alertsMatt Caswell2017-05-175-178/+53
* Use BIO not FILE for test fileRich Salz2017-05-158-10592/+10619
* Document the history of BIO_gets() on BIO_fd().Tomas Mraz2017-05-151-0/+5
* Document that BIO_gets() preserves '\n'.Tomas Mraz2017-05-151-1/+2
* Do not eat trailing '\n' in BIO_gets for fd BIO.Tomas Mraz2017-05-151-2/+4
* INSTALL: Remind people to read more if they added configuration optionsRichard Levitte2017-05-151-0/+5
* INSTALL: clarify a bit more how Configure treats "unknown" optionsRichard Levitte2017-05-151-10/+15
* Update one CI test to use randomised ordering.Pauli2017-05-151-1/+1
* Randomise the ordering of the C unit tests.Pauli2017-05-152-39/+98
* Review feedback; use single main, #ifdef ADD_TESTRich Salz2017-05-121-20/+25
* Convert shlibloadtest to new frameworkRich Salz2017-05-122-144/+109
* Add "Title" directive to evp_testRich Salz2017-05-129-20/+22
* Clean up SSL_OP_* a bitTodd Short2017-05-121-42/+58
* Use scalar, not length; fixes test_evpRich Salz2017-05-111-1/+1
* Remove filename argument to x86 asm_init.David Benjamin2017-05-1133-38/+35
* Rename evptests.txt to evppkey.txtRich Salz2017-05-112-1/+1
* Split test/evptests.txt into separate files.Rich Salz2017-05-118-3690/+3842
* Fix infinite loops in secure memory allocation.Todd Short2017-05-112-3/+33
* Clean away needless VMS checkRichard Levitte2017-05-111-3/+0
* Cleanup - use e_os2.h rather than stdint.hRichard Levitte2017-05-113-13/+3
* testutil: Fix non-standard subtest outputRichard Levitte2017-05-111-5/+5
* evp_test: use the test file name as the test titleRichard Levitte2017-05-111-0/+1
* testutil: add the possibility to set the current test titleRichard Levitte2017-05-112-4/+23
* Fix gcc-7 warnings.Bernd Edlinger2017-05-1120-10/+145
* Unclash clashing reason codes in ssl.hRichard Levitte2017-05-111-2/+2
* Use compare_mem wrapperRich Salz2017-05-111-47/+29
* Address some feedbackRich Salz2017-05-111-6/+9
* Convert of evp_test to frameworkRich Salz2017-05-112-596/+552
* Fix regression in openssl req -x509 behaviour.Tomas Mraz2017-05-112-2/+7
* Remove dead code.Pauli2017-05-111-2/+0
* Add some extra comments following alert changesMatt Caswell2017-05-112-0/+8
* Add some checks for trailing data after extension blocksMatt Caswell2017-05-111-2/+5