namecoin / encaya

Namecoin interoperability for AIA-compatible TLS clients
https://www.namecoin.org/
GNU General Public License v3.0
2 stars 4 forks source link

Check PEM block type in crossSignCAHandler #9

Open JeremyRand opened 3 years ago

JeremyRand commented 3 years ago

Currently crossSignCAHandler runs pem.Decode without checking the PEM block type; this should be fixed.