Closed harrison314 closed 6 months ago
Add SignedPublicKeyAndChallenge ASN1 strusture into Asn1/Mozilla.
Signed SignedPublicKeyAndChallenge is used for certification requests without a subject name. Although it is no longer supported by Mozilla browsers.
Merged, with some reworking to keep it more like bc-java.
Note in particular that the Verify method was moved to a class in the Org.BouncyCastle.Mozilla namespace.
Thank you.
Add SignedPublicKeyAndChallenge ASN1 strusture into Asn1/Mozilla.
Signed SignedPublicKeyAndChallenge is used for certification requests without a subject name. Although it is no longer supported by Mozilla browsers.