namecoin / certinject

Inject certificates into Windows CryptoAPI trust store, with EKU and name constraints.
https://www.namecoin.org/
GNU General Public License v3.0
5 stars 5 forks source link

Add "untrusted root CA" integration tests #24

Closed JeremyRand closed 4 years ago

JeremyRand commented 4 years ago

Pretty sure the Travis fail is due to PEM decoding being broken. I'll fix that in another PR.

JeremyRand commented 4 years ago

Actually, fixing it in this PR since that way I can reuse the "untrusted root" integration test for testing PEM support.

JeremyRand commented 4 years ago

Yes, the PEM detection was the only thing broken; it's fixed now. Merging shortly.