cloudflare / keyless

Cloudflare's Keyless SSL Server Reference Implementation
Other
276 stars 78 forks source link

Update the CA cert for compatibility. #89

Closed grittygrease closed 9 years ago

grittygrease commented 9 years ago

Two certs in the CA bundle now:

Both certs have the same public key and thus the same SKI, however, Client Auth checks the CN as well as the SKI, breaking compatibiilty with certs signed by the legacy CA (unlike Server Auth that only checks the SKI). Having both keeps compatibility for a CloudFlare upgrade.