Skip to content

bpo-43669: Remove OpenSSL 0.9 to 1.1.0 specific documentation (GH-25453) - #25453

Merged
tiran merged 2 commits into
python:masterfrom
tiran:bpo-43669-2
Apr 17, 2021
Merged

bpo-43669: Remove OpenSSL 0.9 to 1.1.0 specific documentation (GH-25453)#25453
tiran merged 2 commits into
python:masterfrom
tiran:bpo-43669-2

Conversation

@tiran

@tirantiran commented Apr 17, 2021

Copy link
Copy Markdown
Member
  • Remove documentation that no longer applies to OpenSSL 1.1.1+
  • Remove dead code. OpenSSL 1.1.1 does not support RAND_egd.

Signed-off-by: Christian Heimes christian@python.org

https://bugs.python.org/issue43669

Signed-off-by: Christian Heimes <christian@python.org>
Signed-off-by: Christian Heimes <christian@python.org>
@tirantiran changed the title bpo-43669: Remove OpenSSL 0.9 to 1.1.0 specific documentationbpo-43669: Remove OpenSSL 0.9 to 1.1.0 specific documentation (GH-25453)Apr 17, 2021
@tiran
tiran merged commit b8d0fa0 into python:masterApr 17, 2021
@tiran
tiran deleted the bpo-43669-2 branch April 17, 2021 13:49
@ramikg

Copy link
Copy Markdown
Contributor

@tiran – I know this is an old PR, but (unless I'm missing something) RAND_egd is still part of OpenSSL, albeit not on all systems (see here).

Also, some references to RAND_egd still remain in CPython's source code.

donbarbos added a commit to donbarbos/typeshed that referenced this pull request Mar 29, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@tiran@ramikg@the-knights-who-say-ni@bedevere-bot