-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Adds support for writing CSRs. #1963
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
Conversation
|
Jenkins, retest this please |
1 similar comment
|
Jenkins, retest this please |
|
This needs a rebase now :) |
|
@reaperhulk Rebase complete! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure I understand this comment.
|
@alex @reaperhulk OpenSSL-specific CSR text prelude removed! |
|
@AndreLouisCaron This is looking pretty good now. Would you mind adding an entry to the changelog that calls out the addition of |
|
@reaperhulk Sure, will do! |
tests/test_x509.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you name this test_public_bytes_pem so it's easier to search for.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
|
Can we add another test that asserts about the exact output, like we do for rsa: https://github.com/pyca/cryptography/blob/master/tests/hazmat/primitives/test_rsa.py#L1963-L1971 |
|
After that I think this is good to land |
|
@alex Done! |
No description provided.