summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/wcsdup.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-22Remove redundant length checks in parse functionstb1-21/+1
The main parsing function already checks that the entire extension data was consumed, so the length checks inside some of the parse handlers are redundant. They were also not done everywhere, so this makes the parse handlers more consistent. Similar diff was sent by jsing a long while back ok jsing
2022-07-21Make test table based, extend it a littletb1-69/+117
2022-07-20Simplify tlsext_supported_groups_server_parsetb1-45/+31
Add an early return in the s->internal->hit case so that we can unindent a lot of this code. In the HRR case, we do not need to check that the list of supported groups is unmodified from the first CH. The CH extension hashing already does that for us. ok jsing
2022-07-20link ssl_set_alpn_protos to regresstb1-1/+2