haskell-tls / hs-certificate

Certificate and Key Reader/Writer in haskell
60 stars 57 forks source link

Is there a way to read public key... #131

Open mgajda opened 1 year ago

mgajda commented 1 year ago

When verifying signatures, we sometimes only have a public key, not a certificate.

I understand it could be easy to read PEM file, and parse it as a public key.

Am I correct?