Closed TMSantos closed 3 years ago
@TMSantos Thank you for the issuer! What do you want to achieve in this case ? Du you want to place the uid as a distinguished name within the CSR?
Can you provide an example CSR?
@Ephenodrom after debugging, I notice this support depends in pointycastle library, https://github.com/bcgit/pc-dart/issues/52
Example is :
Map<String, String> x509subject = { 'UID': 'aff9de28-e003-494a-b630-fd32a4ba106e', 'CN': 'Tiago Santos', };
@Ephenodrom just noticed you are contributor there :) So I think UID support is needed https://github.com/bcgit/pc-dart/blob/master/lib/asn1/object_identifiers.dart , if I fork it and add it, will it work? or there is more stuff required?
@Ephenodrom it works, more details at https://github.com/bcgit/pc-dart/issues/52#issuecomment-951766681 will close the issue here as is not related to the lib directly.
Hi, would be possible to add UID attribute?
https://www.rfc-editor.org/rfc/rfc4519#section-2.39