haskell-tls / hs-certificate

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

Add instance ASN1Object PrivKey #98

Closed chris-martin closed 5 years ago

chris-martin commented 6 years ago

The original author of this code is @duairc, who has kindly offered to release it under a BSD3 license for our use here. This is from Shane's project snaplet-saml, with minor modifications. (Caveat: I know nothing about ASN1 and I have not tested this; all I've done is copy the code over.) Closes #55.

ecthiender commented 5 years ago

Curious to know why this hasn't been merged yet? Is it blocked on something?

chris-martin commented 5 years ago

I don't know, I've never gotten any feedback on it.

vincenthz commented 5 years ago

Thanks @duairc & @chris-martin