hynek / pem

PEM file parsing in Python.
https://pem.readthedocs.io/
MIT License
156 stars 37 forks source link

Initial support for OpenSSL x509 TRUSTED CERTIFICATE. #50

Closed adiroiban closed 3 years ago

adiroiban commented 3 years ago

Scope

Fixes: #28

This is just the initial implementation for a trusted certificate.

No extra handling is done to compare a normal certificate with its associated trusted certificate

The OpenSSL is included in the name of the class as this is an OpenSSL only feature. See https://github.com/hynek/pem/issues/28#issuecomment-804096684

Pull Request Check List

This is just a friendly reminder about the most common mistakes. Please make sure that you tick all boxes. But please read our contribution guide at least once, it will save you unnecessary review cycles!

If an item doesn't apply to your pull request, check it anyway to make it apparent that there's nothing left to do.

adiroiban commented 3 years ago

This is ready for review :) I can't modify the PR metadata.

hynek commented 3 years ago

Thanks Adi!