Skip to content

2.1.1 - Bug Fixes for ECDSA Signatures & CSR encoding

Compare
Choose a tag to compare
@kdubb kdubb released this 16 Sep 17:17

This release is a bug fix release.

Changes

  • ECDSA signatures are now properly supported in AlgorithmIdentifier and can be used when signing CSRs and Certificates.
  • CSR encoding no longer encodes an empty attributes array and instead skips encoding the attributes fields altogether.
  • AuthorityKeyIdentifier now asserts that the serial number is non-negative.