Skip to content

Commit

Permalink
feature: bump cert authorities max size to 20kb (#4832)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstewart authored Oct 10, 2024
1 parent 66a3bcb commit e34a559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tls/extensions/s2n_cert_authorities.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* To keep the limit predictable and avoid surprise errors during negotiation,
* set a reasonable fixed limit.
*/
#define S2N_CERT_AUTHORITIES_MAX_SIZE (10000)
#define S2N_CERT_AUTHORITIES_MAX_SIZE (20000)

extern const s2n_extension_type s2n_cert_authorities_extension;

Expand Down

0 comments on commit e34a559

Please sign in to comment.