pc-dart icon indicating copy to clipboard operation
pc-dart copied to clipboard

Generating X.509 certificates

Open KingDoxik opened this issue 4 years ago • 3 comments

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

KingDoxik avatar Feb 22 '21 08:02 KingDoxik

Not possible as of now. I'm working on some randomness generators right now, but I'll take a look after I finish.

AKushWarrior avatar Feb 22 '21 15:02 AKushWarrior

Is there any news on this?

Cobinja avatar Feb 02 '22 08:02 Cobinja

@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

Ephenodrom avatar Feb 08 '22 09:02 Ephenodrom