aboutsummaryrefslogtreecommitdiff
path: root/patches/tlsexttest.c.patch (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rebase tlsexttest patchBrent Cook2021-04-081-3/+3
|
* rediff patchesBrent Cook2020-09-041-8/+8
|
* update tlsexttest patchBrent Cook2020-07-061-3/+3
|
* Fix patch for tests/tlsexttest.ckinichiro2020-05-121-42/+7
|
* rebase patchesBrent Cook2020-02-151-9/+9
|
* rebase patchesBrent Cook2019-05-071-9/+9
|
* update patchBrent Cook2019-02-091-10/+10
|
* account for differences in FAIL macrosBrent Cook2019-01-181-2/+2
|
* adjust for latest upstream changesBrent Cook2019-01-181-16/+16
|
* Rediffed patches for merge fuzzBrent Cook2018-11-071-8/+8
|
* Misc fixes to bring portable in line with upstream.bobsayshilol2018-11-071-7/+7
|
* Modify regress tests/tlsexttest.c for 0 sized arraykinichiro2017-12-301-3/+73
| | | | - Windows and hp-ux ANSI compiler can not handle 0 sized array initialization.
* Add patch for regress tlsexttestkinichiro2017-09-031-0/+41
Some compiler does not support 0 sized array. This patch changes 0 sized array to have NULL and using variable instead of sizeof function.