]> granicus.if.org Git - python/commit
Replace usage of the obscure PEM_read_bio_X509_AUX with the more standard PEM_read_bi...
authorAlex Gaynor <alex.gaynor@gmail.com>
Thu, 15 Aug 2019 12:31:28 +0000 (08:31 -0400)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 15 Aug 2019 12:31:28 +0000 (05:31 -0700)
commit40dad9545aad4ede89abbab1c1beef5303d9573e
tree31788c9fb540b0486ac3739de24ffa3801e7c77b
parent3e4498d35c34aeaf4a9c3d57509b0d3277048ac6
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
Modules/_ssl.c