summary refs log tree commit diff
path: root/crypto/src/pkcs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixes and tidying up for releasePeter Dettman2019-01-313-21/+23
|
* minor tweakingDavid Hook2019-01-201-2/+2
|
* first cut on Pkcs8David Hook2019-01-154-0/+195
|
* Added ECGOST3410_2012SignerMegan Woods2019-01-141-1/+43
| | | | Updated encoding of SubjectPublicKeyInfo and PrivateKeyInfo
* Include public key in EC encodingPeter Dettman2018-10-221-3/+5
|
* Fix unmarked key regressionPeter Dettman2018-10-091-0/+4
| | | | - see https://github.com/bcgit/bc-csharp/issues/94
* Higher-level API support for Ed25519/Ed448/X25519/X448Peter Dettman2018-09-211-37/+79
|
* 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
* Add Platform method for getting the type name of an objectPeter Dettman2015-11-211-1/+1
|
* Update ECPrivateKeyStructure following Java APIPeter Dettman2015-11-131-18/+15
|
* Review of culture-independent String comparison methodsPeter Dettman2015-11-122-9/+9
|
* Address various compiler warningsPeter Dettman2015-11-104-11/+11
|
* 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
|
* PCL: Various non-IO changesPeter Dettman2015-10-182-2/+2
|
* 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.
* Refactor redundant blocksPeter Dettman2014-08-271-296/+169
| | | | Support no-password operation (as best we can)
* Port some minor updates from JavaPeter Dettman2014-04-171-4/+4
|
* Factor out variation of MacUtilities.DoFinalPeter Dettman2013-12-181-2/+1
|
* Initial import of old CVS repositoryPeter Dettman2013-06-2810-0/+2417