Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDEV-33592: Use X509v3 for compatibility with libraries
According to rfc5280, x509v3 was standardised in June 1996. RusTLS only accepts v3 certificates rejected the v1 default. (ref: rustls/webpki#29 (comment)) It seems reasonable that all client libraries can accept v3. X509_VERSION_3 has a fixed value of 2, but isn't defined in OpenSSL-1.1.1. Thanks Austin Bonander for the suggested patch.
- Loading branch information