Ephenodrom / Dart-Basic-Utils

A dart package for many helper methods fitting common situations
MIT License
364 stars 77 forks source link

Support for the Key Usage Exension of X.509 certificates #82

Closed Nikoo00o closed 1 year ago

Nikoo00o commented 1 year ago

Currently the package only supports the "extended key usage" extension, but not the default "key usage" extension.

Nikoo00o commented 1 year ago

Related Pull request: https://github.com/Ephenodrom/Dart-Basic-Utils/pull/81

Ephenodrom commented 1 year ago

@Nikoo00o Great work. Will be shipped with the next version on pub.dev.

Nikoo00o commented 1 year ago

Nice! And thanks for the quick response!