Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 351 Bytes

CHANGELOG.md

File metadata and controls

26 lines (15 loc) · 351 Bytes

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