patches/tlsexttest.c.patch


Log

Author Commit Date CI Message
Theo Buehler b21936e5 2022-11-08T10:38:28 Regen tlsexttest.c patch
Theo Buehler 08e05643 2022-09-05T23:50:05 Regen tlsexttestc.c.patch
Brent Cook d46266c2 2022-08-29T10:57:39 fix corrupted patch on merge
Brent Cook ed935972 2022-08-29T08:42:43 build updates for latest upstream
Theo Buehler 3fcde14a 2022-08-15T07:59:06 regen tlsextest patch fixes #777
Brent Cook 115cf2d5 2022-02-27T05:37:43 rebase patches
Brent Cook a27642bf 2022-02-06T21:11:52 rebase patches
Brent Cook 867b577d 2021-04-08T05:00:36 rebase tlsexttest patch
Brent Cook a2ea6495 2020-09-04T04:12:49 rediff patches
Brent Cook fa26b535 2020-07-06T03:48:44 update tlsexttest patch
kinichiro 3b5ae00b 2020-05-12T20:21:18 Fix patch for tests/tlsexttest.c
Brent Cook 14dd93c3 2020-02-15T11:32:11 rebase patches
Brent Cook 6e2215c4 2019-05-07T02:11:02 rebase patches
Brent Cook 79a66f1b 2019-02-09T07:28:07 update patch
Brent Cook d8c05ced 2019-01-18T18:44:47 account for differences in FAIL macros
Brent Cook 3ab11de0 2019-01-18T18:38:59 adjust for latest upstream changes
Brent Cook 11bb39ec 2018-11-07T20:00:29 Rediffed patches for merge fuzz
bobsayshilol 34394e7e 2018-11-07T23:45:17 Misc fixes to bring portable in line with upstream.
kinichiro 861a6ca1 2017-12-30T20:15:56 Modify regress tests/tlsexttest.c for 0 sized array - Windows and hp-ux ANSI compiler can not handle 0 sized array initialization.
kinichiro 512573f0 2017-09-03T00:51:08 Add patch for regress tlsexttest Some compiler does not support 0 sized array. This patch changes 0 sized array to have NULL and using variable instead of sizeof function.