pc-dart
pc-dart copied to clipboard
Generating X.509 certificates
Hi, I am trying to generate X.509 certificates. Is it possible with Pointy Castle? I found a 4 years old open issue in old Pointy Castle repo. Bouncy Castle has this feature. Thanks
Not possible as of now. I'm working on some randomness generators right now, but I'll take a look after I finish.
Is there any news on this?
@Cobinja Check out my package "basic utils" it contains a X509Utils class which can generate self signed certificates. https://github.com/Ephenodrom/Dart-Basic-Utils#x509utils