Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace usage of the obscure PEM_read_bio_X509_AUX with the more stan…
…dard PEM_read_bio_X509 (pythonGH-15303) X509_AUX is an odd, note widely used, OpenSSL extension to the X509 file format. This function doesn't actually use any of the extra metadata that it parses, so just use the standard API. Automerge-Triggered-By: @tiran
- Loading branch information