bcgit / pc-dart

Pointy Castle - Dart Derived Bouncy Castle APIs
MIT License
237 stars 122 forks source link

Generating X.509 certificates #82

Closed KingDoxik closed 1 year ago

KingDoxik commented 3 years ago

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

AKushWarrior commented 3 years ago

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

Cobinja commented 2 years ago

Is there any news on this?

Ephenodrom commented 2 years ago

@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