]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Replace usage of the obscure PEM_read_bio_X509_AUX with the more standard PEM_read_bi...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 15 Aug 2019 12:55:59 +0000 (05:55 -0700)
committerGitHub <noreply@github.com>
Thu, 15 Aug 2019 12:55:59 +0000 (05:55 -0700)
commit2b9b70765ce4d955cc2e250878694885363770b8
tree654fdcf6acb7e2144e0dfc5f5b840f86a2f501ee
parent1581d9c405f140491791a07dca3f6166bc499ec1
Replace usage of the obscure PEM_read_bio_X509_AUX with the more standard PEM_read_bio_X509 (GH-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
(cherry picked from commit 40dad9545aad4ede89abbab1c1beef5303d9573e)

Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
Modules/_ssl.c