Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-22 | Remove redundant length checks in parse functions | tb | 1 | -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-21 | Make test table based, extend it a little | tb | 1 | -69/+117 | |
2022-07-20 | Simplify tlsext_supported_groups_server_parse | tb | 1 | -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-20 | link ssl_set_alpn_protos to regress | tb | 1 | -1/+2 | |