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

gh-62569: Add certificate and private key types #5162

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tiran
Copy link
Member

@tiran tiran commented Jan 12, 2018

WORK IN PROGRESS

PEP 543 compatible implementations of certificate and key. See python/peps#527 for updated PEP.

  • Add tests, lots of tests
  • Document new types
  • Convert more low-level functions to return certs.
  • check for Python ref leaks
  • check OpenSSL refcounters of PKEY and X509

https://bugs.python.org/issue18369

Copy link
Contributor

@asvetlov asvetlov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, please go ahead.

Signed-off-by: Christian Heimes <christian@python.org>
@github-actions
Copy link

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Aug 13, 2022
@erlend-aasland erlend-aasland changed the title bpo-18369: [WIP] Add certificate and private key types gh-62569: Add certificate and private key types Jan 4, 2024
@erlend-aasland erlend-aasland marked this pull request as draft January 4, 2024 10:10
@github-actions github-actions bot removed the stale Stale PR or inactive for long period of time. label Jan 5, 2024
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.

None yet

6 participants