summary refs log tree commit diff
path: root/crypto/test/src/cms (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve RC2 effective key bits determinationPeter Dettman2024-06-201-3/+37
|
* Thread-safe lazy init for test generatorsPeter Dettman2024-05-311-74/+28
|
* Add checks in CMS tests that recipient matches expected certificatePeter Dettman2024-05-104-18/+48
|
* Refactoring in CmsPeter Dettman2024-03-131-1/+1
| | | | | - stricter (and earlier) OID checks - add TODOs for IDigestAlgorithmFinder usage (inc. noParams)
* Add explicit algorithm parameter in AddKeyTransRecipientAlexander Scheel2024-02-141-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 SignedDataAlexander Scheel2024-02-121-0/+20
| | | | Signed-off-by: Alexander Scheel <alexander.scheel@keyfactor.com>
* Added test for PKCS7 signed content parsing #310 #232Alexander Scheel2024-02-121-0/+8
| | | | Signed-off-by: Alexander Scheel <alexander.scheel@keyfactor.com>
* Overhaul algorithm registriesPeter Dettman2024-01-201-4/+4
|
* Refactoring in testsPeter Dettman2023-11-022-130/+93
|
* Clean up warningsPeter Dettman2023-10-231-1/+0
|
* additional EC regression testDavid Hook2023-10-171-1/+32
|
* Refactoring around X509Peter Dettman2023-07-302-2/+2
|
* Support 'leaveOpen' in Asn1 streamsPeter Dettman2023-03-051-10/+10
|
* CmsContentInfoParser implements IDisposablePeter Dettman2022-11-095-172/+355
| | | | - Obsolete the Close method
* CMS support for OtherRevocationInfoFormatPeter Dettman2022-11-062-1/+121
| | | | - see https://github.com/bcgit/bc-csharp/pull/328
* SecureRandom refactoring in CmsPeter Dettman2022-10-231-1/+1
|
* Generics migration completePeter Dettman2022-06-291-1/+1
|
* Generics migration in CmsPeter Dettman2022-06-289-87/+71
|
* Generics migration in Asn1Peter Dettman2022-06-271-3/+2
|
* Replace IX509Store API with new store/selector APIPeter Dettman2022-06-265-211/+183
| | | | - overhaul Cms, Pkix, X509 APIs
* Cleanup redundant test classesPeter Dettman2022-06-231-31/+0
|
* Remove Main methods from test classesPeter Dettman2022-06-232-10/+0
|
* ObsoleteAttribute cleanupPeter Dettman2022-06-221-69/+42
|
* Updates towards netstandardPeter Dettman2022-06-152-5/+5
|
* completed copy constructor in SignerInformation, fixed mutable issue for SET ↵David Hook2021-10-081-1/+12
| | | | in ASN1Encodable
* added explicit sorting of DER encoded SETDavid Hook2021-10-071-1/+16
|
* Followup OAEP changesPeter Dettman2021-07-211-31/+31
|
* Test for long inputsPeter Dettman2021-07-081-6/+5
|
* github #222 addressed OAEP parameter setting, refactored ↵David Hook2021-05-241-1/+134
| | | | KeyTransRecipientInfoGenerator to allow deprecation of sub class
* Various SHA512/224, SHA512/256, SHA3 supportPeter Dettman2021-02-101-3/+90
|
* direct signature for PSSDavid Hook2021-01-311-0/+57
|
* Removed reference to old test.Megan Woods2019-01-141-2/+1
| | | | Added call to set time in EJBCA example.
* Initial CMPMegan Woods2019-01-141-1/+2
|
* Add testcase for RAW PKCS#1 signatures missing DER NULLPeter Dettman2017-09-171-0/+18
|
* Add DOTNET and LIB preprocessor flags as per BouncyCastle-PCLPeter Dettman2015-11-091-0/+2
|
* Final naming refactorDavid Hook2015-10-241-2/+2
|
* renamed ISignatureCalculator to ISignatureCalculatorFactoryDavid Hook2015-10-241-2/+2
|
* added DSA tests for SHA-2David Hook2015-10-171-1/+27
|
* Added test of SignerInfoGeneratorDavid Hook2015-10-171-2/+97
|
* RefactoringPeter Dettman2015-10-164-464/+237
|
* RefactoringPeter Dettman2015-10-161-265/+116
| | | | - Also change which credentials are used to sign in TestSha1WithRsaAndAttributeTable
* Port of TlsTestSuite from Java, and misc. TLS codePeter Dettman2015-03-091-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 Dettman2013-11-101-0/+20
| | | | certs-only SignedData
* Initial import of old CVS repositoryPeter Dettman2013-06-2813-0/+5991