Skip to content
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

bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397) #20397

Merged
merged 1 commit into from
Jun 1, 2020

Conversation

tiran
Copy link
Member

@tiran tiran commented May 25, 2020

Fix :mod:`sslcode to be compatible with OpenSSL 1.1.x builds that useno-deprecated`` and ``--api=1.1.0``.

Note: Tests assume full OpenSSL API and fail with limited API.

Co-authored-by: Mark Wright [email protected]
Signed-off-by: Christian Heimes [email protected]

https://bugs.python.org/issue30008

@tiran
Copy link
Member Author

tiran commented May 25, 2020

PR is partly based on and supersedes #3943

Fix :mod:`ssl`` code to be compatible with OpenSSL 1.1.x builds that use
``no-deprecated`` and ``--api=1.1.0``.

Note: Tests assume full OpenSSL API and fail with limited API.

Co-authored-by: Mark Wright <[email protected]>
Signed-off-by: Christian Heimes <[email protected]>
@tiran tiran changed the title bpo-30008: Fix OpenSSL no-deprecated compilation bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397) Jun 1, 2020
@tiran tiran merged commit a871f69 into python:master Jun 1, 2020
@miss-islington
Copy link
Contributor

Thanks @tiran for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8, 3.9.
🐍🍒⛏🤖

@tiran tiran deleted the bpo-30008 branch June 1, 2020 06:58
@bedevere-bot
Copy link

GH-20565 is a backport of this pull request to the 3.9 branch.

@bedevere-bot bedevere-bot removed needs backport to 3.9 only security fixes needs backport to 3.8 only security fixes labels Jun 1, 2020
@bedevere-bot
Copy link

GH-20566 is a backport of this pull request to the 3.8 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 1, 2020
Fix :mod:`ssl`` code to be compatible with OpenSSL 1.1.x builds that use
``no-deprecated`` and ``--api=1.1.0``.

Note: Tests assume full OpenSSL API and fail with limited API.

Signed-off-by: Christian Heimes <[email protected]>
Co-authored-by: Mark Wright <[email protected]>
(cherry picked from commit a871f69)

Co-authored-by: Christian Heimes <[email protected]>
@bedevere-bot
Copy link

GH-20567 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 1, 2020
Fix :mod:`ssl`` code to be compatible with OpenSSL 1.1.x builds that use
``no-deprecated`` and ``--api=1.1.0``.

Note: Tests assume full OpenSSL API and fail with limited API.

Signed-off-by: Christian Heimes <[email protected]>
Co-authored-by: Mark Wright <[email protected]>
(cherry picked from commit a871f69)

Co-authored-by: Christian Heimes <[email protected]>
miss-islington added a commit that referenced this pull request Jun 1, 2020
Fix :mod:`ssl`` code to be compatible with OpenSSL 1.1.x builds that use
``no-deprecated`` and ``--api=1.1.0``.

Note: Tests assume full OpenSSL API and fail with limited API.

Signed-off-by: Christian Heimes <[email protected]>
Co-authored-by: Mark Wright <[email protected]>
(cherry picked from commit a871f69)

Co-authored-by: Christian Heimes <[email protected]>
miss-islington added a commit that referenced this pull request Jun 1, 2020
Fix :mod:`ssl`` code to be compatible with OpenSSL 1.1.x builds that use
``no-deprecated`` and ``--api=1.1.0``.

Note: Tests assume full OpenSSL API and fail with limited API.

Signed-off-by: Christian Heimes <[email protected]>
Co-authored-by: Mark Wright <[email protected]>
(cherry picked from commit a871f69)

Co-authored-by: Christian Heimes <[email protected]>
miss-islington added a commit that referenced this pull request Jun 1, 2020
Fix :mod:`ssl`` code to be compatible with OpenSSL 1.1.x builds that use
``no-deprecated`` and ``--api=1.1.0``.

Note: Tests assume full OpenSSL API and fail with limited API.

Signed-off-by: Christian Heimes <[email protected]>
Co-authored-by: Mark Wright <[email protected]>
(cherry picked from commit a871f69)

Co-authored-by: Christian Heimes <[email protected]>
@floppym floppym mannequin mentioned this pull request May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants