Skip to content

[3.8] Replace usage of the obscure PEM_read_bio_X509_AUX with the more standard PEM_read_bio_X509 (GH-15303) #15304

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 15, 2019

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Aug 15, 2019

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 40dad95)

Co-authored-by: Alex Gaynor [email protected]

Automerge-Triggered-By: @tiran

…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
(cherry picked from commit 40dad95)

Co-authored-by: Alex Gaynor <[email protected]>
@miss-islington
Copy link
Contributor Author

@alex: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit f781283 into python:3.8 Aug 15, 2019
@miss-islington miss-islington deleted the backport-40dad95-3.8 branch August 15, 2019 12:52
@miss-islington
Copy link
Contributor Author

@alex: Status check is done, and it's a success ✅ .

2 similar comments
@miss-islington
Copy link
Contributor Author

@alex: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

@alex: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants