-
Notifications
You must be signed in to change notification settings - Fork 771
Support multiple certificates #3
Copy link
Copy link
Closed
Description
At present s2n supports one certificate chain per configuration which effectively limits it to one certificate per listening IP address. It should be possible to provide s2n multiple certificates and to have s2n negotiate which certificate should be used based on 1) certificate name matching, including wildcards 2) signature algorithm type and 3) key agreement type (e.g. DSA, ECDSA, RSA ...).
Reactions are currently unavailable