Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@c3b2a7 c3b2a7 released this 26 Jan 07:44

Features

  • support loading private keys in pkcs1 format

Fixes

  • fix parsing failure when certificate subject information contains comma
  • fix the problem of unsupported algorithm types that may occur with pkcs8 format private keys
  • fix flag usage

Dependencies

  • bump easy-ca from v1.0.0 to v1.2.0
  • bump go from 1.20 to 1.21

Breaking Changes

  • the time layout has changed and the new time layout is time.DateTime, just like 2006-01-02 15:04:05
  • the certificate subject information format has changed, use /C=CN/O=Easy CA/OU=IT Dept./CN=easy-ca.com instead of C=CN,O=Easy CA,OU=IT Dept.,CN=easy-ca.com

Full Changelog: v1.0.0...v2.0.0