rsa_pkcs 2.1.0 rsa_pkcs: ^2.1.0 copied to clipboard
Privacy-Enhanced Mail (PEM) parser, RSA, PKCS#1, PKCS#8, X.509
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