Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve RC2 effective key bits determination | Peter Dettman | 2024-06-20 | 1 | -3/+37 |
| | |||||
* | Thread-safe lazy init for test generators | Peter Dettman | 2024-05-31 | 1 | -74/+28 |
| | |||||
* | Add checks in CMS tests that recipient matches expected certificate | Peter Dettman | 2024-05-10 | 4 | -18/+48 |
| | |||||
* | Refactoring in Cms | Peter Dettman | 2024-03-13 | 1 | -1/+1 |
| | | | | | - stricter (and earlier) OID checks - add TODOs for IDigestAlgorithmFinder usage (inc. noParams) | ||||
* | Add explicit algorithm parameter in AddKeyTransRecipient | Alexander Scheel | 2024-02-14 | 1 | -1/+34 |
| | | | | | | | | | | | | This allows callers to select between OAEP and PKCS#1v1.5 independent of the underlying certificate OID. In some instances, callers may wish to use OAEP for transport (e.g., due to FIPS sunset) with PKCS#1v1.5 OID certificates for compatibility. Note that Asn1KeyWrapper involves /NONE/ in the parameter name (whereas some other places reference it with just //). Signed-off-by: Alexander Scheel <alexander.scheel@keyfactor.com> | ||||
* | Verifying read of MS PKCS#7 SignedData | Alexander Scheel | 2024-02-12 | 1 | -0/+20 |
| | | | | Signed-off-by: Alexander Scheel <alexander.scheel@keyfactor.com> | ||||
* | Added test for PKCS7 signed content parsing #310 #232 | Alexander Scheel | 2024-02-12 | 1 | -0/+8 |
| | | | | Signed-off-by: Alexander Scheel <alexander.scheel@keyfactor.com> | ||||
* | Overhaul algorithm registries | Peter Dettman | 2024-01-20 | 1 | -4/+4 |
| | |||||
* | Refactoring in tests | Peter Dettman | 2023-11-02 | 2 | -130/+93 |
| | |||||
* | Clean up warnings | Peter Dettman | 2023-10-23 | 1 | -1/+0 |
| | |||||
* | additional EC regression test | David Hook | 2023-10-17 | 1 | -1/+32 |
| | |||||
* | Refactoring around X509 | Peter Dettman | 2023-07-30 | 2 | -2/+2 |
| | |||||
* | Support 'leaveOpen' in Asn1 streams | Peter Dettman | 2023-03-05 | 1 | -10/+10 |
| | |||||
* | CmsContentInfoParser implements IDisposable | Peter Dettman | 2022-11-09 | 5 | -172/+355 |
| | | | | - Obsolete the Close method | ||||
* | CMS support for OtherRevocationInfoFormat | Peter Dettman | 2022-11-06 | 2 | -1/+121 |
| | | | | - see https://github.com/bcgit/bc-csharp/pull/328 | ||||
* | SecureRandom refactoring in Cms | Peter Dettman | 2022-10-23 | 1 | -1/+1 |
| | |||||
* | Generics migration complete | Peter Dettman | 2022-06-29 | 1 | -1/+1 |
| | |||||
* | Generics migration in Cms | Peter Dettman | 2022-06-28 | 9 | -87/+71 |
| | |||||
* | Generics migration in Asn1 | Peter Dettman | 2022-06-27 | 1 | -3/+2 |
| | |||||
* | Replace IX509Store API with new store/selector API | Peter Dettman | 2022-06-26 | 5 | -211/+183 |
| | | | | - overhaul Cms, Pkix, X509 APIs | ||||
* | Cleanup redundant test classes | Peter Dettman | 2022-06-23 | 1 | -31/+0 |
| | |||||
* | Remove Main methods from test classes | Peter Dettman | 2022-06-23 | 2 | -10/+0 |
| | |||||
* | ObsoleteAttribute cleanup | Peter Dettman | 2022-06-22 | 1 | -69/+42 |
| | |||||
* | Updates towards netstandard | Peter Dettman | 2022-06-15 | 2 | -5/+5 |
| | |||||
* | completed copy constructor in SignerInformation, fixed mutable issue for SET ↵ | David Hook | 2021-10-08 | 1 | -1/+12 |
| | | | | in ASN1Encodable | ||||
* | added explicit sorting of DER encoded SET | David Hook | 2021-10-07 | 1 | -1/+16 |
| | |||||
* | Followup OAEP changes | Peter Dettman | 2021-07-21 | 1 | -31/+31 |
| | |||||
* | Test for long inputs | Peter Dettman | 2021-07-08 | 1 | -6/+5 |
| | |||||
* | github #222 addressed OAEP parameter setting, refactored ↵ | David Hook | 2021-05-24 | 1 | -1/+134 |
| | | | | KeyTransRecipientInfoGenerator to allow deprecation of sub class | ||||
* | Various SHA512/224, SHA512/256, SHA3 support | Peter Dettman | 2021-02-10 | 1 | -3/+90 |
| | |||||
* | direct signature for PSS | David Hook | 2021-01-31 | 1 | -0/+57 |
| | |||||
* | Removed reference to old test. | Megan Woods | 2019-01-14 | 1 | -2/+1 |
| | | | | Added call to set time in EJBCA example. | ||||
* | Initial CMP | Megan Woods | 2019-01-14 | 1 | -1/+2 |
| | |||||
* | Add testcase for RAW PKCS#1 signatures missing DER NULL | Peter Dettman | 2017-09-17 | 1 | -0/+18 |
| | |||||
* | Add DOTNET and LIB preprocessor flags as per BouncyCastle-PCL | Peter Dettman | 2015-11-09 | 1 | -0/+2 |
| | |||||
* | Final naming refactor | David Hook | 2015-10-24 | 1 | -2/+2 |
| | |||||
* | renamed ISignatureCalculator to ISignatureCalculatorFactory | David Hook | 2015-10-24 | 1 | -2/+2 |
| | |||||
* | added DSA tests for SHA-2 | David Hook | 2015-10-17 | 1 | -1/+27 |
| | |||||
* | Added test of SignerInfoGenerator | David Hook | 2015-10-17 | 1 | -2/+97 |
| | |||||
* | Refactoring | Peter Dettman | 2015-10-16 | 4 | -464/+237 |
| | |||||
* | Refactoring | Peter Dettman | 2015-10-16 | 1 | -265/+116 |
| | | | | - Also change which credentials are used to sign in TestSha1WithRsaAndAttributeTable | ||||
* | Port of TlsTestSuite from Java, and misc. TLS code | Peter Dettman | 2015-03-09 | 1 | -17/+16 |
| | | | | - Upgrade to NUnit 2.6.4 and adjust various test code | ||||
* | Don't require there to be any digests, to allow in particular for a ↵ | Peter Dettman | 2013-11-10 | 1 | -0/+20 |
| | | | | certs-only SignedData | ||||
* | Initial import of old CVS repository | Peter Dettman | 2013-06-28 | 13 | -0/+5991 |