mirleft / ocaml-x509

X509 (RFC5280) handling in OCaml
BSD 2-Clause "Simplified" License
52 stars 33 forks source link

Algorithm: allow the parameter field of RSA Signature Algorithm to be not present #129

Closed hannesm closed 4 years ago

hannesm commented 4 years ago

this fixes #108 - though ECC support is still lacking

similar to https://github.com/cryptosense/key-parsers/pull/47