Commit da2c36d
committed
librb/src/openssl.c: certfp: ignore the error X509_V_ERR_INVALID_PURPOSE
LetsEncrypt are going to be removing the clientAuth EKU from all of their
issued certificates in February 2026. Conformant TLS implementations that
verify a client certificate following PKIX guidelines will reject these
certificates.
Fortunately we have our own verification callback, as we do not participate
in the Web PKI. Ignore the error code corresponding to an invalid key
usage.1 parent c3649db commit da2c36d
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
587 | 587 | | |
588 | 588 | | |
589 | 589 | | |
| 590 | + | |
590 | 591 | | |
591 | 592 | | |
592 | 593 | | |
| |||
0 commit comments