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-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25455) #25455

Merged
merged 1 commit into from
Apr 19, 2021

Conversation

tiran
Copy link
Member

@tiran tiran commented Apr 17, 2021

  • ssl.OP_NO_SSLv2
  • ssl.OP_NO_SSLv3
  • ssl.OP_NO_TLSv1
  • ssl.OP_NO_TLSv1_1
  • ssl.OP_NO_TLSv1_2
  • ssl.OP_NO_TLSv1_3
  • ssl.PROTOCOL_SSLv2
  • ssl.PROTOCOL_SSLv3
  • ssl.PROTOCOL_SSLv23 (alias for PROTOCOL_TLS)
  • ssl.PROTOCOL_TLS
  • ssl.PROTOCOL_TLSv1
  • ssl.PROTOCOL_TLSv1_1
  • ssl.PROTOCOL_TLSv1_2
  • ssl.TLSVersion.SSLv3
  • ssl.TLSVersion.TLSv1
  • ssl.TLSVersion.TLSv1_1
  • ssl.wrap_socket()
  • ssl.RAND_pseudo_bytes()
  • ssl.RAND_egd() (already removed since it's not supported by OpenSSL 1.1.1)
  • ssl.SSLContext() without a protocol argument
  • ssl.match_hostname()
  • hashlib.pbkdf2_hmac() (pure Python implementation, fast OpenSSL function will stay)

Signed-off-by: Christian Heimes [email protected]

https://bugs.python.org/issue43880

@tiran tiran force-pushed the bpo-43880-ssl-depr branch 2 times, most recently from ea0a29e to 783aaea Compare April 17, 2021 13:57
@tiran tiran marked this pull request as ready for review April 17, 2021 15:04
@tiran tiran requested review from 1st1, asvetlov and a team as code owners April 17, 2021 15:04
@tiran tiran force-pushed the bpo-43880-ssl-depr branch 2 times, most recently from 7abab44 to 671ec18 Compare April 17, 2021 20:58
* ssl.OP_NO_SSLv2
* ssl.OP_NO_SSLv3
* ssl.OP_NO_TLSv1
* ssl.OP_NO_TLSv1_1
* ssl.OP_NO_TLSv1_2
* ssl.OP_NO_TLSv1_3
* ssl.PROTOCOL_SSLv2
* ssl.PROTOCOL_SSLv3
* ssl.PROTOCOL_SSLv23 (alias for PROTOCOL_TLS)
* ssl.PROTOCOL_TLS
* ssl.PROTOCOL_TLSv1
* ssl.PROTOCOL_TLSv1_1
* ssl.PROTOCOL_TLSv1_2
* ssl.TLSVersion.SSLv3
* ssl.TLSVersion.TLSv1
* ssl.TLSVersion.TLSv1_1
* ssl.wrap_socket()
* ssl.RAND_pseudo_bytes()
* ssl.RAND_egd() (already removed since it's not supported by OpenSSL 1.1.1)
* ssl.SSLContext() without a protocol argument
* ssl.match_hostname()
* hashlib.pbkdf2_hmac() (pure Python implementation, fast OpenSSL
  function will stay)

Signed-off-by: Christian Heimes <[email protected]>
@tiran tiran force-pushed the bpo-43880-ssl-depr branch from 671ec18 to 272dc63 Compare April 19, 2021 04:56
@tiran tiran changed the title bpo-43880: Show DeprecationWarnings for deprecated ssl module features bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25455) Apr 19, 2021
@tiran tiran merged commit 2875c60 into python:master Apr 19, 2021
@tiran tiran deleted the bpo-43880-ssl-depr branch April 19, 2021 05:27
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.

3 participants