]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] Replace usage of the obscure PEM_read_bio_X509_AUX with the more standard PEM_r...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 15 Aug 2019 12:52:51 +0000 (05:52 -0700)
committerGitHub <noreply@github.com>
Thu, 15 Aug 2019 12:52:51 +0000 (05:52 -0700)
commitf781283ff6042fa5bc220a1572effc38b545eb20
tree20e62ed9ff2e0fb1e45233e2b15924c5671ae6ec
parentdbe4c286ce28402c3bce71d568ae55b91280e777
[3.8] Replace usage of the obscure PEM_read_bio_X509_AUX with the more standard PEM_read_bio_X509 (GH-15303) (GH-15304)

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>
Automerge-Triggered-By: @tiran
Modules/_ssl.c