summary refs log tree commit diff
path: root/crypto/src/x509 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add OIW dsaWithSHA1 OID to 'noParams'Peter Dettman2020-04-051-1/+2
|
* Improve SigAlgName for certs/CRLsPeter Dettman2020-04-053-16/+26
|
* RefactoringPeter Dettman2020-02-212-4/+4
|
* Add and use IntValueExact propertiesPeter Dettman2019-08-102-3/+3
|
* Use utility methodPeter Dettman2019-08-091-1/+1
|
* Refactor Equals/GetHashCode in X509 objectsPeter Dettman2019-08-023-34/+107
| | | | - cache public key in X509Certificate
* Fixes and tidying up for releasePeter Dettman2019-01-311-3/+3
|
* minor tweakingDavid Hook2019-01-201-2/+2
|
* Added ECGOST3410_2012SignerMegan Woods2019-01-141-1/+65
| | | | Updated encoding of SubjectPublicKeyInfo and PrivateKeyInfo
* Set the acInfoGen signature algorithm from ISignatureFactoryPeter Dettman2018-10-271-8/+8
| | | | - see https://github.com/bcgit/bc-csharp/pull/64
* Include public key in EC encodingPeter Dettman2018-10-221-2/+2
|
* Higher-level API support for Ed25519/Ed448/X25519/X448Peter Dettman2018-09-211-19/+48
|
* Add IgnoreX509NameOrdering propertyPeter Dettman2018-08-061-3/+12
| | | | - see https://github.com/bcgit/bc-csharp/issues/136
* fixed head of loop to use primitive type.David Hook2016-12-281-1/+3
|
* Add Platform method for getting the type name of an objectPeter Dettman2015-11-211-4/+1
|
* Review of culture-independent String comparison methodsPeter Dettman2015-11-122-3/+4
|
* Address various compiler warningsPeter Dettman2015-11-104-10/+10
|
* Add BerBitString and improve "unused bit" handlingPeter Dettman2015-11-103-4/+9
|
* Missed a Close/Dispose changePeter Dettman2015-11-081-5/+4
|
* Change Close calls to Dispose calls for PORTABLEPeter Dettman2015-11-046-10/+12
|
* Fixed method name on verifier factory classDavid Hook2015-10-243-3/+3
|
* Fixed naming of Asn1 implementationDavid Hook2015-10-241-1/+1
|
* Final naming refactorDavid Hook2015-10-247-28/+28
|
* comment updateDavid Hook2015-10-244-19/+19
|
* renamed ISignatureCalculator to ISignatureCalculatorFactoryDavid Hook2015-10-244-20/+20
|
* Changed name of Value() to Collect()David Hook2015-10-224-4/+4
|
* Renamed DoFinal to Value on IBlockResult.David Hook2015-10-214-4/+4
|
* PCL: Various non-IO changesPeter Dettman2015-10-181-2/+2
|
* No SerializableAttribute in PCLPeter Dettman2015-10-182-2/+2
|
* http://www.bouncycastle.org/jira/browse/BMA-128Peter Dettman2015-10-182-2/+2
| | | | - Cater for future X.509 versions
* Further work of signature/verification calculators.David Hook2015-10-167-55/+107
| | | | | Added IBlockResult and IVerifier Added verifier provider verify methods to X.509 PKCS#10 classes.
* Fixed genericsDavid Hook2015-10-124-11/+11
|
* Initial cut of signature generation operators.David Hook2015-10-124-117/+159
|
* Implementation of homogeneous coordinates for FpPeter Dettman2014-01-241-120/+120
| | | | | Various changes to point methods to deal with non-affine points Changes in client code and tests to apply point normalization
* Initial import of old CVS repositoryPeter Dettman2013-06-2840-0/+6414