Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 501 Bytes

CHANGELOG.md

File metadata and controls

39 lines (21 loc) · 501 Bytes

2.1.0

  • Require Dart 3.0

2.0.1

  • Handle X.509 certificates version 3 (version 1 is default)

2.0.0

  • Add support for sound null safety

1.1.4

  • asn1lib: "^0.8.1"

1.1.3

  • pkcs8 private key header fix

1.1.2

  • Parse certificate pem files

1.1.1

  • Bugfix for PKCS#8 keys to work properly

1.0.0

  • Supports Dart 2
  • Upgraded dependencies
  • Removed dependency on pointycastle
  • Removed dependency on bignum (use BigInt from dart:core instead)

0.1.2

  • Supports Dart 1