bcgit / bc-csharp

BouncyCastle.NET Cryptography Library (Mirror)
https://www.bouncycastle.org/csharp
MIT License
1.68k stars 558 forks source link

Add SignedPublicKeyAndChallenge into Asn1/Mozilla. #529

Closed harrison314 closed 6 months ago

harrison314 commented 7 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.

peterdettman commented 7 months ago

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.

harrison314 commented 7 months ago

Thank you.