-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Support parsing embedded SCT extension on X.509 certificates #3461
Comments
* Stub API for SCTs, feedback wanted * grr, flake8 * finish up the __init__ * Initial implementation and tests * write a test. it fails because computer * get the tests passing and fix some TODOs * changelog entry * This can go now * Put a skip in this test * grump * Removed unreachable code * moved changelog to the correct section * Use the deocrator for expressing requirements * This needs f for the right entry_type * coverage * syntax error * tests for coverage * better sct eq tests * docs * technically correct, the most useless kind of correct * typo and more details * bug * drop __eq__
Hi, I can see in cryptography.x509.oid that it has Its value is: An example cert https://www.wikipedia.org/ has this issue. serial 09de734b91754c1879c0ae4e I am running cryptography==2.3, Python 3.6.4. I can post the PEM for the cert if needed. Done some work on trying to find where the issue is but not real joy: However i am iterating over the extensions rather than getting them directly using get_extension_for_oid.
|
cryptography requires OpenSSL 1.1.0 to parse SCTs. What is the output of running:
|
Thanks I have lower than 1.1.0. Will update and try again. |
1.3.6.1.4.1.11129.2.4.2
)The text was updated successfully, but these errors were encountered: