Dart-Basic-Utils
Dart-Basic-Utils copied to clipboard
A dart package for many helper methods fitting common situations
Results
22
Dart-Basic-Utils issues
Sort by
recently updated
recently updated
newest added
When generating a Pkcs12 file using `generatePkcs12` all certificates are getting tagged with the `localKeyId`. Only the certificate matching the private key should be tagged with the `localKeyId`. Some implementations,...
I find it very inconsistent to have a `notBefore` parameter but not a `notAfter` and then the true `notAfter` is calculated from the clumsy integer `days` parameter. With the current...