Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DerInteger constants for small values | Peter Dettman | 2024-06-12 | 1 | -1/+1 |
| | |||||
* | Add noParams entries for Ed25519, Ed448 | Peter Dettman | 2024-01-28 | 1 | -25/+42 |
| | | | | - see https://github.com/bcgit/bc-csharp/pull/485 | ||||
* | X509: Refactor stream calculator usage | Peter Dettman | 2023-04-11 | 1 | -21/+4 |
| | |||||
* | PKCS10: check for null/empty extension request value | Peter Dettman | 2023-04-04 | 1 | -17/+26 |
| | |||||
* | Misc. refactoring after bc-fips-csharp updates | Peter Dettman | 2023-02-04 | 1 | -4/+2 |
| | |||||
* | Dispose cleanup | Peter Dettman | 2022-11-09 | 1 | -4/+4 |
| | | | | - IDisposable for PemReader, PemWriter, IStreamGenerator | ||||
* | Give IStreamCalculator a generic type | Peter Dettman | 2022-09-20 | 1 | -4/+4 |
| | |||||
* | Refactoring around Stream signers | Peter Dettman | 2022-06-29 | 1 | -6/+4 |
| | |||||
* | Refactoring around Platform | Peter Dettman | 2022-06-29 | 1 | -1/+1 |
| | |||||
* | Generics migration in Pkcs | Peter Dettman | 2022-06-27 | 1 | -109/+112 |
| | |||||
* | Generics migration work | Peter Dettman | 2022-06-27 | 1 | -3/+2 |
| | |||||
* | ObsoleteAttribute cleanup | Peter Dettman | 2022-06-21 | 1 | -19/+0 |
| | |||||
* | Removed unused variable. | mw | 2021-09-07 | 1 | -2/+0 |
| | |||||
* | minor refactoring | David Hook | 2021-09-02 | 1 | -2/+2 |
| | |||||
* | Issue #1 | mw | 2021-09-01 | 1 | -262/+321 |
| | | | | | | Added logic to handle duplicate extensions. New method on Pkcs10CertificationRequest for extracting X509Extensions Tests | ||||
* | Various SHA512/224, SHA512/256, SHA3 support | Peter Dettman | 2021-02-10 | 1 | -12/+40 |
| | |||||
* | Add OIW dsaWithSHA1 OID to 'noParams' | Peter Dettman | 2020-04-05 | 1 | -1/+2 |
| | |||||
* | Refactoring around Pkcs10CertificationRequest | Peter Dettman | 2018-08-07 | 1 | -27/+29 |
| | | | | - see https://github.com/bcgit/bc-csharp/pull/123 | ||||
* | Add OIW OIDs in various lookup tables | Peter Dettman | 2017-09-05 | 1 | -30/+31 |
| | | | | | - replace some OID literals with named ones - see https://github.com/bcgit/bc-csharp/issues/74 | ||||
* | Review of culture-independent String comparison methods | Peter Dettman | 2015-11-12 | 1 | -1/+1 |
| | |||||
* | Address various compiler warnings | Peter Dettman | 2015-11-10 | 1 | -3/+3 |
| | |||||
* | Add BerBitString and improve "unused bit" handling | Peter Dettman | 2015-11-10 | 1 | -1/+1 |
| | |||||
* | Change Close calls to Dispose calls for PORTABLE | Peter Dettman | 2015-11-04 | 1 | -2/+2 |
| | |||||
* | Fixed method name on verifier factory class | David Hook | 2015-10-24 | 1 | -1/+1 |
| | |||||
* | Fixed naming of Asn1 implementation | David Hook | 2015-10-24 | 1 | -1/+1 |
| | |||||
* | Final naming refactor | David Hook | 2015-10-24 | 1 | -6/+6 |
| | |||||
* | comment update | David Hook | 2015-10-24 | 1 | -4/+4 |
| | |||||
* | renamed ISignatureCalculator to ISignatureCalculatorFactory | David Hook | 2015-10-24 | 1 | -4/+4 |
| | |||||
* | Changed name of Value() to Collect() | David Hook | 2015-10-22 | 1 | -1/+1 |
| | |||||
* | Renamed DoFinal to Value on IBlockResult. | David Hook | 2015-10-21 | 1 | -1/+1 |
| | |||||
* | Further work of signature/verification calculators. | David Hook | 2015-10-16 | 1 | -45/+39 |
| | | | | | Added IBlockResult and IVerifier Added verifier provider verify methods to X.509 PKCS#10 classes. | ||||
* | removed bogus imports (old FilterStream) | David Hook | 2015-10-12 | 1 | -82/+87 |
| | | | | added ISignatureGenerator to Pkcs10. | ||||
* | Initial import of old CVS repository | Peter Dettman | 2013-06-28 | 1 | -0/+465 |