hynek / pem

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

Match by fingerprint not order #4

Closed glyph closed 10 years ago

glyph commented 10 years ago

Sometimes I put my chain certificates in the wrong order. In https://github.com/glyph/txsni I re-implemented this package but I did it in such a way that it actually honors the private key's fingerprint instead of insisting that the certificate be the first object in the PEM bundle file. So here's that implementation.

glyph commented 10 years ago

I think I'm done, land please?

alex commented 10 years ago

Tests aren't passing.

hynek commented 10 years ago

Also please add an entry to HISTORY.rst, thanks. :)

hynek commented 10 years ago

Thanks!