Skip to content

x509cert 0.4

Latest
Compare
Choose a tag to compare
@michaelforney michaelforney released this 27 Jun 10:16
· 3 commits to master since this release

Changes

  • Allow 'y' or 'd' suffix to duration to specify years or days, and
    '-1' to specify no expiration.
  • Encode dates earlier than 2050 as UTCTime as required by RFC 5280,
    since libressl rejects certificates using GeneralizedTime for
    these dates.
  • Use gmtime_r for thread-safety (it is accepted for C23).