haskell-tls / hs-certificate

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

allow Null params in rsassa-pss sigalg #83

Closed wangbj closed 6 years ago

wangbj commented 7 years ago

According to RFC4055, section 2.1: All implementations MUST accept both NULL and absent parameters as legal and equivalent encodings.

ocheron commented 7 years ago

:+1: for the change. Concerning the build failure I found a workaround in my PR.