summary refs log tree commit diff
path: root/crypto/src/pkcs/Pkcs10CertificationRequest.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* DerInteger constants for small valuesPeter Dettman2024-06-121-1/+1
|
* Add noParams entries for Ed25519, Ed448Peter Dettman2024-01-281-25/+42
| | | | - see https://github.com/bcgit/bc-csharp/pull/485
* X509: Refactor stream calculator usagePeter Dettman2023-04-111-21/+4
|
* PKCS10: check for null/empty extension request valuePeter Dettman2023-04-041-17/+26
|
* Misc. refactoring after bc-fips-csharp updatesPeter Dettman2023-02-041-4/+2
|
* Dispose cleanupPeter Dettman2022-11-091-4/+4
| | | | - IDisposable for PemReader, PemWriter, IStreamGenerator
* Give IStreamCalculator a generic typePeter Dettman2022-09-201-4/+4
|
* Refactoring around Stream signersPeter Dettman2022-06-291-6/+4
|
* Refactoring around PlatformPeter Dettman2022-06-291-1/+1
|
* Generics migration in PkcsPeter Dettman2022-06-271-109/+112
|
* Generics migration workPeter Dettman2022-06-271-3/+2
|
* ObsoleteAttribute cleanupPeter Dettman2022-06-211-19/+0
|
* Removed unused variable.mw2021-09-071-2/+0
|
* minor refactoringDavid Hook2021-09-021-2/+2
|
* Issue #1mw2021-09-011-262/+321
| | | | | | Added logic to handle duplicate extensions. New method on Pkcs10CertificationRequest for extracting X509Extensions Tests
* Various SHA512/224, SHA512/256, SHA3 supportPeter Dettman2021-02-101-12/+40
|
* Add OIW dsaWithSHA1 OID to 'noParams'Peter Dettman2020-04-051-1/+2
|
* Refactoring around Pkcs10CertificationRequestPeter Dettman2018-08-071-27/+29
| | | | - see https://github.com/bcgit/bc-csharp/pull/123
* Add OIW OIDs in various lookup tablesPeter Dettman2017-09-051-30/+31
| | | | | - replace some OID literals with named ones - see https://github.com/bcgit/bc-csharp/issues/74
* Review of culture-independent String comparison methodsPeter Dettman2015-11-121-1/+1
|
* Address various compiler warningsPeter Dettman2015-11-101-3/+3
|
* Add BerBitString and improve "unused bit" handlingPeter Dettman2015-11-101-1/+1
|
* Change Close calls to Dispose calls for PORTABLEPeter Dettman2015-11-041-2/+2
|
* Fixed method name on verifier factory classDavid Hook2015-10-241-1/+1
|
* Fixed naming of Asn1 implementationDavid Hook2015-10-241-1/+1
|
* Final naming refactorDavid Hook2015-10-241-6/+6
|
* comment updateDavid Hook2015-10-241-4/+4
|
* renamed ISignatureCalculator to ISignatureCalculatorFactoryDavid Hook2015-10-241-4/+4
|
* Changed name of Value() to Collect()David Hook2015-10-221-1/+1
|
* Renamed DoFinal to Value on IBlockResult.David Hook2015-10-211-1/+1
|
* Further work of signature/verification calculators.David Hook2015-10-161-45/+39
| | | | | Added IBlockResult and IVerifier Added verifier provider verify methods to X.509 PKCS#10 classes.
* removed bogus imports (old FilterStream)David Hook2015-10-121-82/+87
| | | | added ISignatureGenerator to Pkcs10.
* Initial import of old CVS repositoryPeter Dettman2013-06-281-0/+465