Skip to content

Commit

Permalink
Merge pull request h2o#196 from toru/ext-bitmap
Browse files Browse the repository at this point in the history
Allow the status_request ext to appear in the certificate_request HS message
  • Loading branch information
kazuho authored Dec 20, 2018
2 parents d240c4f + de7e33d commit 9cab5f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/picotls.c
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ static inline void init_extension_bitmap(struct st_ptls_extension_bitmap_t *bitm
EXT(STATUS_REQUEST, {
ALLOW(CLIENT_HELLO);
ALLOW(CERTIFICATE);
ALLOW(CERTIFICATE_REQUEST);
});
EXT(SUPPORTED_GROUPS, {
ALLOW(CLIENT_HELLO);
Expand Down

0 comments on commit 9cab5f9

Please sign in to comment.