-
-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port to BouncyCastle.Cryptography 2.1.1
Fixes issue #865 BouncyCastle.Cryptography 2.1.1 is causing some unit tests to fail and I don't know why. 1. Decompressing S/MIME-compressed data fails with an exception statring that the compression algorithm used is unknown/invalid, but the compression algorithm used was ZLib. WTF? 2. A bunch of S/MIME tests are failing due to "Org.BouncyCastle.Asn1.Asn1ParsingException: long form definite-length more than 31 bits" when verifying/decrypting. This is thrown by CmsSignedDataParser.GetCertificates(). No idea how to fix this.
- Loading branch information
Showing
24 changed files
with
263 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.