Skip to content

v0.13.0

Compare
Choose a tag to compare
@hannesm hannesm released this 22 Apr 09:34
· 45 commits to main since this release

CHANGES:

  • FEATURE support for RFC 5915 "BEGIN EC PRIVATE KEY" pem encoded private keys
    (#147 @hannesm, requested by @ulrikstrid)
  • BREAKING remove EC_pub _ from Public_key.t and EC _ from Certificate.key_type
    (#147 by @hannesm)
  • BREAKING move Certificate.key_type to Key_type.t (#147 @hannesm)
  • FEATURE some private key utilities (of_cstruct, generate, sign), and
    Public_key.verify (#report #146, fix #147 @hannesm)
  • BREAKING rename hash_whitelist to allowed_hashes (#147 @hannesm)
  • BREAKING provide Key_type.signature_scheme and use across the API
    (#147 @hannesm)