Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Clean up tests | Peter Dettman | 2022-09-02 | 6 | -34/+2 | |
| | ||||||
* | Span-based variant of IBufferedCipher.ProcessByte | Peter Dettman | 2022-09-01 | 2 | -6/+64 | |
| | | | | - also some followup for earlier IBufferedCipher changes | |||||
* | SecureRandom fixups in tests | Peter Dettman | 2022-08-29 | 12 | -45/+58 | |
| | ||||||
* | Span-based variants for IBlockCipherPadding | Peter Dettman | 2022-08-26 | 1 | -4/+4 | |
| | ||||||
* | Don't use CLR span-based NextBytes | Peter Dettman | 2022-08-26 | 2 | -6/+19 | |
| | ||||||
* | Merge remote-tracking branch 'refs/remotes/origin/master' | David Hook | 2022-08-25 | 15 | -4/+198 | |
|\ | ||||||
| * | Fix GcmSivBlockCipher processing | Peter Dettman | 2022-08-24 | 1 | -0/+9 | |
| | | ||||||
| * | Span-based variant for IBlockCipher.ProcessBlock | Peter Dettman | 2022-08-24 | 1 | -0/+9 | |
| | | ||||||
| * | Cleanup | Peter Dettman | 2022-08-24 | 4 | -5/+5 | |
| | | ||||||
| * | Span-based variants for IDigest, IXof | Peter Dettman | 2022-08-23 | 13 | -4/+180 | |
| | | ||||||
* | | initial CRYSTALS-Kyber implementation | David Hook | 2022-08-25 | 2 | -0/+255 | |
| | | ||||||
* | | minor refactoring, added sampling | David Hook | 2022-08-25 | 1 | -1/+3 | |
|/ | ||||||
* | SIKE: added warning, keysize test | David Hook | 2022-08-21 | 1 | -2/+3 | |
| | ||||||
* | added key size restrictions | David Hook | 2022-08-21 | 2 | -12/+16 | |
| | ||||||
* | added key size restrictions | David Hook | 2022-08-21 | 2 | -20/+23 | |
| | ||||||
* | Implement NextBytes(Span<byte) | Peter Dettman | 2022-08-19 | 2 | -14/+123 | |
| | ||||||
* | added SPHINCS+ Haraka | David Hook | 2022-08-18 | 6 | -35/+80 | |
| | ||||||
* | AES intrinsics work | Peter Dettman | 2022-08-17 | 1 | -28/+30 | |
| | ||||||
* | GeneralizedTime improvements | Peter Dettman | 2022-08-11 | 1 | -0/+87 | |
| | ||||||
* | split NtruPrime into SNtruPrime, NtruLPRime | David Hook | 2022-08-09 | 1 | -26/+119 | |
| | ||||||
* | minor refactoring | David Hook | 2022-08-08 | 1 | -1/+1 | |
| | ||||||
* | Merge remote-tracking branch 'refs/remotes/origin/master' | David Hook | 2022-08-08 | 2 | -0/+6 | |
|\ | ||||||
| * | TLS: 'tls-exporter' channel binding | Peter Dettman | 2022-08-01 | 2 | -0/+6 | |
| | | | | | | | | | | - defined in RFC 9266 - see https://github.com/bcgit/bc-java/issues/1198 | |||||
* | | Initial Falcon implementation | David Hook | 2022-08-08 | 1 | -0/+153 | |
|/ | ||||||
* | move KEMExtractor to KemExtractor | David Hook | 2022-07-26 | 1 | -1/+1 | |
| | ||||||
* | Fix Haraka API | Peter Dettman | 2022-07-25 | 2 | -14/+14 | |
| | ||||||
* | moved ntrup to ntruprime, reduced accessors on keys, marked key fields internal | David Hook | 2022-07-24 | 1 | -28/+27 | |
| | ||||||
* | initial NTRU Prime | David Hook | 2022-07-22 | 1 | -0/+150 | |
| | ||||||
* | Run tests with netcoreapp2.1 | Peter Dettman | 2022-07-19 | 1 | -1/+1 | |
| | ||||||
* | Add SupportedOSPlatform attributes | Peter Dettman | 2022-07-17 | 1 | -1/+7 | |
| | ||||||
* | Add AesX86Engine using Aes intrinsics | Peter Dettman | 2022-07-17 | 2 | -86/+156 | |
| | ||||||
* | Utility method for selecting AES engine | Peter Dettman | 2022-07-17 | 12 | -79/+73 | |
| | ||||||
* | instrumented test classes | David Hook | 2022-07-13 | 2 | -2/+2 | |
| | ||||||
* | instrumented test classes | David Hook | 2022-07-13 | 2 | -6/+17 | |
| | ||||||
* | Merge remote-tracking branch 'refs/remotes/origin/master' | David Hook | 2022-07-13 | 17 | -108/+162 | |
|\ | ||||||
| * | Refactoring around SecureRandom | Peter Dettman | 2022-07-12 | 17 | -108/+162 | |
| | | ||||||
* | | initial Haraka install | David Hook | 2022-07-13 | 2 | -0/+388 | |
|/ | ||||||
* | Detached picnic signature | Roy Basmacier | 2022-07-11 | 1 | -3/+15 | |
| | ||||||
* | Added SIKE to PrivateKeyFactory.cs and changed SikeVectorTest.cs | Roy Basmacier | 2022-07-11 | 1 | -4/+5 | |
| | ||||||
* | Fixed static problem in Picnic | Roy Basmacier | 2022-07-11 | 1 | -2/+2 | |
| | ||||||
* | Fix namespace of sike code | Peter Dettman | 2022-07-06 | 1 | -2/+3 | |
| | ||||||
* | Remove redundant test and add Parallelizable | Peter Dettman | 2022-07-05 | 1 | -24/+5 | |
| | ||||||
* | SIKE implementation with compression added | Roy Basmacier | 2022-07-01 | 1 | -0/+179 | |
| | | | | Implemented SecretWIhEcapsulationImpl.cs | |||||
* | Custom serialization | Peter Dettman | 2022-07-01 | 1 | -1/+21 | |
| | ||||||
* | Refactoring around MemoryStream | Peter Dettman | 2022-06-30 | 1 | -2/+2 | |
| | ||||||
* | Some PORTABLE cleanup | Peter Dettman | 2022-06-30 | 2 | -23/+5 | |
| | ||||||
* | Generics migration complete | Peter Dettman | 2022-06-29 | 49 | -357/+228 | |
| | ||||||
* | Generics migration in Pqc | Peter Dettman | 2022-06-29 | 2 | -20/+14 | |
| | ||||||
* | Generics migration in Tls | Peter Dettman | 2022-06-28 | 20 | -119/+120 | |
| | ||||||
* | Generics migration in Crmf, Crypto, Math | Peter Dettman | 2022-06-28 | 1 | -2/+2 | |
| | ||||||
* | Generics migration in Cms | Peter Dettman | 2022-06-28 | 10 | -92/+79 | |
| | ||||||
* | Add extra IAN,SAN extension accessors | Peter Dettman | 2022-06-27 | 1 | -1/+11 | |
| | ||||||
* | Update alternative names from bc-java | Peter Dettman | 2022-06-27 | 1 | -1/+1 | |
| | ||||||
* | Generics migration in Asn1 | Peter Dettman | 2022-06-27 | 14 | -78/+72 | |
| | ||||||
* | Split up fast/slow tests | Peter Dettman | 2022-06-27 | 1 | -6/+26 | |
| | ||||||
* | Generics migration in Pkix | Peter Dettman | 2022-06-27 | 4 | -54/+41 | |
| | ||||||
* | Generics migration work | Peter Dettman | 2022-06-27 | 14 | -100/+87 | |
| | ||||||
* | Replace IX509Store API with new store/selector API | Peter Dettman | 2022-06-26 | 18 | -476/+353 | |
| | | | | - overhaul Cms, Pkix, X509 APIs | |||||
* | Reorganize test vector tests | Peter Dettman | 2022-06-26 | 2 | -289/+295 | |
| | ||||||
* | updated sphincsplus tests | Roy Basmacier | 2022-06-24 | 1 | -16/+17 | |
| | ||||||
* | Merge remote-tracking branch 'origin/master' | Roy Basmacier | 2022-06-24 | 9 | -50/+45 | |
|\ | ||||||
| * | Refactoring | Peter Dettman | 2022-06-25 | 1 | -5/+5 | |
| | | ||||||
| * | Cleanup in tests | Peter Dettman | 2022-06-24 | 2 | -14/+4 | |
| | | ||||||
| * | Update EC curve registry classes | Peter Dettman | 2022-06-24 | 3 | -19/+16 | |
| | | ||||||
| * | Remove bridging version of Curve25519 | Peter Dettman | 2022-06-24 | 1 | -2/+13 | |
| | | ||||||
| * | Cleanup Exception classes | Peter Dettman | 2022-06-24 | 2 | -10/+7 | |
| | | ||||||
* | | sphincs plus v3.1 | Roy Basmacier | 2022-06-23 | 1 | -25/+25 | |
|/ | ||||||
* | Remvoe ThreadedSeedGenerator | Peter Dettman | 2022-06-23 | 1 | -9/+0 | |
| | ||||||
* | Replace Assembly.GetExecutingAssembly calls | Peter Dettman | 2022-06-23 | 1 | -6/+0 | |
| | ||||||
* | Initial merge of PQC port | royb | 2022-06-23 | 13 | -0/+2894 | |
| | ||||||
* | New build organization | Peter Dettman | 2022-06-23 | 15 | -112/+94 | |
| | | | | - TargetFrameworks netstandard2.0;net40 | |||||
* | Cleanup redundant test classes | Peter Dettman | 2022-06-23 | 16 | -673/+13 | |
| | ||||||
* | Remove Main methods from test classes | Peter Dettman | 2022-06-23 | 305 | -2137/+4 | |
| | ||||||
* | Warnings cleanup | Peter Dettman | 2022-06-22 | 1 | -68/+2 | |
| | ||||||
* | Code cleanup | Peter Dettman | 2022-06-22 | 48 | -105/+103 | |
| | ||||||
* | ObsoleteAttribute cleanup | Peter Dettman | 2022-06-22 | 15 | -205/+137 | |
| | ||||||
* | ObsoleteAttribute cleanup | Peter Dettman | 2022-06-22 | 5 | -186/+8 | |
| | ||||||
* | Cleanup old build systems | Peter Dettman | 2022-06-21 | 8 | -29/+9 | |
| | ||||||
* | Remove ApplicationSpecific classes | Peter Dettman | 2022-06-21 | 4 | -176/+28 | |
| | ||||||
* | Remove per-ECPoint compression | Peter Dettman | 2022-06-21 | 2 | -2/+2 | |
| | ||||||
* | Remove legacy TLS | Peter Dettman | 2022-06-21 | 35 | -4073/+0 | |
| | ||||||
* | ObsoleteAttribute cleanup | Peter Dettman | 2022-06-21 | 1 | -3/+1 | |
| | ||||||
* | Update defines | Peter Dettman | 2022-06-21 | 4 | -20/+23 | |
| | ||||||
* | Alternative for GetExecutingAssembly | Peter Dettman | 2022-06-16 | 1 | -7/+15 | |
| | ||||||
* | Improve MiscTest | Peter Dettman | 2022-06-16 | 1 | -8/+23 | |
| | ||||||
* | NUnit tweaks | Peter Dettman | 2022-06-16 | 6 | -20/+18 | |
| | ||||||
* | Updates towards netstandard | Peter Dettman | 2022-06-15 | 9 | -9/+29 | |
| | ||||||
* | Set randoms before extensions processing | Peter Dettman | 2022-05-30 | 14 | -0/+263 | |
| | | | | - see https://github.com/bcgit/bc-java/issues/1167 | |||||
* | (D)TLS: now defaults to offering (D)TLS 1.2, TLS 13 | Peter Dettman | 2022-05-11 | 2 | -2/+2 | |
| | ||||||
* | Support TLS 1.3 in test class | Peter Dettman | 2022-05-11 | 1 | -4/+32 | |
| | ||||||
* | Rewrite test cases without MD5 | Peter Dettman | 2022-05-10 | 3 | -30/+28 | |
| | ||||||
* | Test config for ClientHello sig algs | Peter Dettman | 2022-05-10 | 2 | -0/+12 | |
| | ||||||
* | Improve TLS handshake hash tracking | Peter Dettman | 2022-05-10 | 5 | -63/+77 | |
| | ||||||
* | Fix tests for stream signers | Peter Dettman | 2022-05-05 | 1 | -2/+30 | |
| | ||||||
* | Rework TLS 1.3 verifiers | Peter Dettman | 2022-05-05 | 1 | -17/+4 | |
| | ||||||
* | Change method to property | Peter Dettman | 2022-05-05 | 1 | -6/+6 | |
| | ||||||
* | TLS PSS raw signatures | Peter Dettman | 2022-05-04 | 1 | -28/+18 | |
| | ||||||
* | Add HasHkdfAlgorithm method and use in test | Peter Dettman | 2022-04-21 | 1 | -0/+3 | |
| | ||||||
* | Fix TLS 1.3 Export Keying Material | Peter Dettman | 2022-03-28 | 3 | -0/+20 | |
| | | | | - see https://github.com/bcgit/bc-java/issues/1133 | |||||
* | minor corrections, updated ECPointTest | David Hook | 2022-03-23 | 1 | -2/+2 | |
| | ||||||
* | Add BitString parsers | Peter Dettman | 2021-11-22 | 1 | -17/+14 | |
| | ||||||
* | ASN.1: Tagged object parser improvements | Peter Dettman | 2021-11-20 | 1 | -1/+1 | |
| | | | | | - add DLTaggedObjectParser - refactoring of Asn1InputStream/Asn1StreamParser | |||||
* | ASN.1: Port of bc-java TYPE instances | Peter Dettman | 2021-11-18 | 2 | -3/+8 | |
| | | | | | - we use Meta.Instance here due to syntax restrictions - also reworked some ASN.1 string types | |||||
* | Add DLTaggedObject and use from parser | Peter Dettman | 2021-11-11 | 1 | -1/+1 | |
| | ||||||
* | Handle high tag numbers | Peter Dettman | 2021-11-10 | 1 | -2/+11 | |
| | ||||||
* | ASN.1: Add support for relative OIDs | Peter Dettman | 2021-11-08 | 4 | -55/+176 | |
| | ||||||
* | PORTABLE fixes | Peter Dettman | 2021-10-18 | 2 | -4/+5 | |
| | ||||||
* | .NET 1.1 fixes | Peter Dettman | 2021-10-17 | 3 | -89/+87 | |
| | ||||||
* | Experimental server-side TLS 1.3 PSK | Peter Dettman | 2021-10-17 | 3 | -0/+260 | |
| | ||||||
* | Use primitive encoding for short octet strings | Peter Dettman | 2021-10-15 | 2 | -26/+43 | |
| | ||||||
* | Improve ASN.1 substream handling | Peter Dettman | 2021-10-15 | 2 | -7/+9 | |
| | ||||||
* | ASN1InputStream updates from bc-java | Peter Dettman | 2021-10-15 | 2 | -12/+13 | |
| | | | | | - improve tag validation - improve handling of long form definite-length | |||||
* | Some Obsolete cleanup | Peter Dettman | 2021-10-14 | 1 | -8/+3 | |
| | ||||||
* | Add Asn1Encodable.EncodeTo methods | Peter Dettman | 2021-10-14 | 3 | -8/+3 | |
| | ||||||
* | Ignore PGP signatures with invalid version | Peter Dettman | 2021-10-14 | 2 | -0/+112 | |
| | ||||||
* | Latest ArmoredInputStream stuff from bc-java | Peter Dettman | 2021-10-13 | 2 | -11/+431 | |
| | ||||||
* | Test fixes | Peter Dettman | 2021-10-12 | 1 | -2/+2 | |
| | ||||||
* | Marker packet skipping | Peter Dettman | 2021-10-12 | 2 | -0/+120 | |
| | ||||||
* | completed copy constructor in SignerInformation, fixed mutable issue for SET ↵ | David Hook | 2021-10-08 | 1 | -1/+12 | |
| | | | | in ASN1Encodable | |||||
* | added explicit sorting of DER encoded SET | David Hook | 2021-10-07 | 1 | -1/+16 | |
| | ||||||
* | Fix test namespaces | Peter Dettman | 2021-10-04 | 4 | -12/+7 | |
| | ||||||
* | format changes only - relates to github #68 | David Hook | 2021-10-04 | 2 | -2/+2 | |
| | ||||||
* | format changes only - relates to github #68 | David Hook | 2021-10-04 | 3 | -3/+3 | |
| | ||||||
* | partial #68 | David Hook | 2021-10-04 | 4 | -8/+8 | |
| | ||||||
* | Check DH standard group lookup | Peter Dettman | 2021-09-11 | 1 | -1/+10 | |
| | ||||||
* | Merge branch 'master' of gitlab.cryptoworkshop.com:root/bc-csharp | mw | 2021-09-03 | 5 | -1/+1290 | |
|\ | ||||||
| * | added missing tests | David Hook | 2021-09-02 | 4 | -0/+1289 | |
| | | ||||||
| * | minor refactoring | David Hook | 2021-09-02 | 1 | -1/+1 | |
| | | ||||||
* | | Updated PemReader to support differing whitespace assumptions. | mw | 2021-09-03 | 2 | -2/+167 | |
|/ | | | | | Added tests. Issue #2 | |||||
* | moved test | mw | 2021-09-02 | 2 | -103/+106 | |
| | ||||||
* | Merge from pull | mw | 2021-09-01 | 2 | -0/+195 | |
|\ | ||||||
| * | Test client for TLS 1.3 (external) PSK | Peter Dettman | 2021-08-31 | 2 | -0/+195 | |
| | | ||||||
* | | Issue #1 | mw | 2021-09-01 | 2 | -163/+381 | |
|/ | | | | | | Added logic to handle duplicate extensions. New method on Pkcs10CertificationRequest for extracting X509Extensions Tests | |||||
* | fixed typos | David Hook | 2021-08-30 | 1 | -1/+1 | |
| | ||||||
* | initial fix for #261 | David Hook | 2021-08-30 | 1 | -0/+118 | |
| | ||||||
* | Cleanup | Peter Dettman | 2021-08-07 | 1 | -11/+2 | |
| | ||||||
* | Fix test class name | Peter Dettman | 2021-07-28 | 1 | -1/+1 | |
| | ||||||
* | Refactoring around TLS HKDF | Peter Dettman | 2021-07-25 | 1 | -5/+6 | |
| | ||||||
* | Calculate HMAC without extracting TlsSecret | Peter Dettman | 2021-07-24 | 1 | -12/+2 | |
| | ||||||
* | Followup OAEP changes | Peter Dettman | 2021-07-21 | 1 | -31/+31 | |
| | ||||||
* | bzip2 perf. opts. | Peter Dettman | 2021-07-16 | 1 | -0/+12 | |
| | ||||||
* | Fix bzip2 compression for empty contents | Peter Dettman | 2021-07-15 | 1 | -34/+35 | |
| | | | | - see https://github.com/bcgit/bc-java/issues/993 | |||||
* | .NET 1.1 fixes | Peter Dettman | 2021-07-12 | 2 | -2/+2 | |
| | ||||||
* | Fix some warnings | Peter Dettman | 2021-07-12 | 7 | -10/+10 | |
| | ||||||
* | Port of new TLS API from bc-java | Peter Dettman | 2021-07-12 | 42 | -0/+6462 | |
| | ||||||
* | TLS test tweaks | Peter Dettman | 2021-07-09 | 2 | -3/+3 | |
| | ||||||
* | Test for long inputs | Peter Dettman | 2021-07-08 | 1 | -6/+5 | |
| | ||||||
* | Update TLS test data from bc-java | Peter Dettman | 2021-06-06 | 9 | -39/+53 | |
| | ||||||
* | Improve EdDSA/XDH key validation | Peter Dettman | 2021-06-06 | 2 | -4/+4 | |
| | ||||||
* | Merge remote-tracking branch 'origin/master' | David Hook | 2021-06-03 | 2 | -0/+72 | |
|\ | ||||||
| * | NTZ for 0 should be 32/64 resp. | Peter Dettman | 2021-06-01 | 2 | -0/+72 | |
| | | | | | | | | | | - add tests for NLZ, NTZ - round out methods for Longs class | |||||
* | | github #172 - added blowfish init check on key size | David Hook | 2021-05-31 | 1 | -0/+23 | |
|/ | ||||||
* | .NET 1.1 fixes | Peter Dettman | 2021-05-24 | 1 | -0/+4 | |
| | ||||||
* | Fix project files plus portability fixes | Peter Dettman | 2021-05-24 | 26 | -995/+1015 | |
| | ||||||
* | Add support for ARIA | Peter Dettman | 2021-05-24 | 2 | -0/+181 | |
| | ||||||
* | github #222 addressed OAEP parameter setting, refactored ↵ | David Hook | 2021-05-24 | 2 | -2/+135 | |
| | | | | KeyTransRecipientInfoGenerator to allow deprecation of sub class | |||||
* | github#54 test for mixed mode definition | David Hook | 2021-05-24 | 1 | -3/+11 | |
| | ||||||
* | added sha256 test vector | David Hook | 2021-05-24 | 1 | -0/+23 | |
| | ||||||
* | github #23 added method for handling signing subkey | David Hook | 2021-05-23 | 1 | -4/+38 | |
| | ||||||
* | github #283 added extra features fields, corrected parsing for new draft | David Hook | 2021-05-23 | 1 | -0/+55 | |
| | ||||||
* | allowed for null policy OID | David Hook | 2021-05-23 | 1 | -0/+56 | |
| | ||||||
* | updates for working tests for FPE, TupleHash, ParallelHash | David Hook | 2021-03-19 | 4 | -8/+10 | |
| | ||||||
* | first cut FPE, TupleHash, ParallelHash, and GCM-SIV | David Hook | 2021-03-19 | 6 | -0/+1289 | |
| | ||||||
* | Fix CSHAKETest | Peter Dettman | 2021-02-11 | 1 | -10/+10 | |
| | ||||||
* | Fix SHAKE 'digest' output size | Peter Dettman | 2021-02-11 | 1 | -6/+6 | |
| | ||||||
* | Add more digest test cases | Peter Dettman | 2021-02-10 | 1 | -14/+33 | |
| | ||||||
* | EdDSA public key validation | Peter Dettman | 2021-02-10 | 2 | -2/+182 | |
| | | | | - per NIST SP 800-186 | |||||
* | Add TestRandomData class | Peter Dettman | 2021-02-10 | 1 | -0/+33 | |
| | ||||||
* | Various SHA512/224, SHA512/256, SHA3 support | Peter Dettman | 2021-02-10 | 1 | -3/+90 | |
| | ||||||
* | New HasValue methods | Peter Dettman | 2021-02-08 | 4 | -20/+57 | |
| | ||||||
* | Support V1 attribute certificates and holders | Peter Dettman | 2021-02-08 | 1 | -10/+154 | |
| | ||||||
* | direct signature for PSS | David Hook | 2021-01-31 | 1 | -0/+57 | |
| | ||||||
* | Cleanup | Peter Dettman | 2020-12-08 | 4 | -37/+45 | |
| | ||||||
* | added support for PKCS#5 scheme 2 to Pkcs12Store, tests for the same | David Hook | 2020-11-17 | 1 | -3/+232 | |
| | ||||||
* | Merge branch 'nist_ecc_test_pr' of ↵ | Peter Dettman | 2020-10-31 | 1 | -0/+106 | |
|\ | | | | | | | https://github.com/BlackthornYugen/bc-csharp into BlackthornYugen-nist_ecc_test_pr | |||||
| * | Supporing .NET 1.1 | John Steel | 2020-10-20 | 1 | -14/+20 | |
| | | | | | | | | | | | | - removing generics - removing named params - replacing 'var' with types | |||||
| * | Updating test structure to match existing. | John Steel | 2020-10-17 | 1 | -4/+32 | |
| | | ||||||
| * | Test Vectors for EC Point Multiply | John Steel | 2020-10-17 | 1 | -0/+72 | |
| | | | | | | | | | | Test multiply with the test vectors downloaded from: http://point-at-infinity.org/ecc/nisttv | |||||
* | | Cleanup after recent changes | Peter Dettman | 2020-10-30 | 8 | -124/+367 | |
| | | ||||||
* | | Added KMAC Params and test | mw | 2020-10-29 | 2 | -22/+107 | |
| | | ||||||
* | | Added CSHAKEDigest, KMac, removed unused import from NewTspTest | mw | 2020-10-28 | 3 | -1/+450 | |
| | | ||||||
* | | Finished NewTspTests | mw | 2020-10-27 | 1 | -25/+416 | |
| | | ||||||
* | | Added fractional time and new tests | mw | 2020-10-27 | 1 | -0/+551 | |
| | | ||||||
* | | Updated TableGen2 to use IdAASigningCertificateV2 oid | mw | 2020-10-22 | 1 | -1/+95 | |
| | | ||||||
* | | GCM updates from bc-java | Peter Dettman | 2020-10-18 | 2 | -4/+3 | |
| | | ||||||
* | | PGP updates from bc-java | Peter Dettman | 2020-07-30 | 1 | -1/+1 | |
| | | ||||||
* | | Straighten out ECGOST3410NamedCurves | Peter Dettman | 2020-07-17 | 2 | -9/+4 | |
| | | | | | | | | - deprecate/replace methods returning ECDomainParameters | |||||
* | | Fix range and bias of NextDouble | Peter Dettman | 2020-06-21 | 1 | -0/+48 | |
| | | | | | | | | - see https://github.com/bcgit/bc-csharp/issues/253 | |||||
* | | Don't use 'var' keyword | Peter Dettman | 2020-06-21 | 1 | -3/+3 | |
| | | ||||||
* | | github #237 - gost 2012 parsing | David Hook | 2020-04-25 | 1 | -0/+13 | |
| | | ||||||
* | | fixed typo | David Hook | 2020-04-18 | 1 | -1/+9 | |
| | | ||||||
* | | added extra key store | David Hook | 2020-04-18 | 1 | -0/+126 | |
| | | ||||||
* | | Avoid NUnit test adapter running perf test | Peter Dettman | 2020-04-06 | 1 | -1/+1 | |
| | | ||||||
* | | Newer .NET versions append the parameter name | Peter Dettman | 2020-04-06 | 1 | -12/+21 | |
| | | ||||||
* | | Add OtherName support and refactoring | Peter Dettman | 2020-04-05 | 1 | -0/+31 | |
| | | ||||||
* | | Reset after wrong-length failure | Peter Dettman | 2020-04-05 | 2 | -0/+78 | |
| | | ||||||
* | | Support headers with multiple values | Peter Dettman | 2020-04-05 | 7 | -7/+37 | |
| | | | | | | | | - tidy up test names | |||||
* | | Misc. updates from bc-java | Peter Dettman | 2020-02-20 | 1 | -1/+1 | |
| | | ||||||
* | | Stricter header validation for PEM files | Peter Dettman | 2020-02-20 | 1 | -0/+8 | |
| | | ||||||
* | | ASN.1 updates from bc-java | Peter Dettman | 2020-02-19 | 2 | -10/+59 | |
| | | ||||||
* | | PKCS12: Improved support for certificate-only key stores without password | Peter Dettman | 2020-02-13 | 1 | -11/+68 | |
| | | ||||||
* | | ASN.1 updates from bc-java | Peter Dettman | 2020-02-13 | 1 | -14/+14 | |
| | | ||||||
* | | Improve ChaCha20Poly1305 tests | Peter Dettman | 2019-10-23 | 2 | -32/+48 | |
| | | | | | | | | - focused on processing array sub-ranges | |||||
* | | Port ChaCha20Poly1305 from bc-java | Peter Dettman | 2019-09-09 | 2 | -0/+444 | |
| | | ||||||
* | | Tampering and reuse test cases for GCM | Peter Dettman | 2019-09-09 | 2 | -27/+90 | |
| | | ||||||
* | | Add new X448 test cases from bc-java | Peter Dettman | 2019-08-29 | 1 | -0/+190 | |
| | | ||||||
* | | Loosen test requirements on error message | Peter Dettman | 2019-08-09 | 1 | -4/+4 | |
| | | ||||||
* | | ASN.1 updates from bc-java | Peter Dettman | 2019-08-09 | 1 | -5/+16 | |
| | | | | | | | | | | - Integer cannot have empty contents octets - Enumerated values can't be negative | |||||
* | | Misc. ASN.1 updates | Peter Dettman | 2019-08-04 | 1 | -12/+8 | |
| | | ||||||
* | | Refactoring in PublicKeyFactory | Peter Dettman | 2019-08-04 | 1 | -1/+1 | |
| | | | | | | | | | | - add SubjectPublicKeyInfo.ParsePublicKey and use where applicable - validate GOST3410 public key lengths | |||||
* | | EC updates from bc-java | Peter Dettman | 2019-08-01 | 1 | -7/+138 | |
| | | | | | | | | | | | | | | - use half-trace when possible (odd m) for decompression/validation - provide field-specific half-trace methods for custom curves - clarify the logic of point-order testing for binary curves - expand test cases for invalid points | |||||
* | | Fix warnings | Peter Dettman | 2019-08-01 | 2 | -10/+10 | |
| | | ||||||
* | | Misc. ASN.1 updates from bc-java | Peter Dettman | 2019-08-01 | 1 | -1/+1 | |
| | | ||||||
* | | Fix CMP tests failing to set body | Peter Dettman | 2019-07-31 | 1 | -4/+6 | |
| | | ||||||
* | | Adapt test to access restrictions | Peter Dettman | 2019-07-29 | 1 | -16/+35 | |
| | | ||||||
* | | Remove unused imports | Peter Dettman | 2019-07-29 | 1 | -4/+0 | |
| | | ||||||
* | | Fix field reduction for custom secp128r1 curve | Peter Dettman | 2019-07-29 | 1 | -0/+46 | |
| | | | | | | | | - see https://github.com/bcgit/bc-java/issues/566 | |||||
* | | Update ECPointTest.cs | Kristian Rastrup | 2019-06-12 | 1 | -2/+2 | |
| | | | | | | Updated to test all points and not just the first | |||||
* | | Port LinkedCertificate from bc-java | Peter Dettman | 2019-06-04 | 2 | -0/+98 | |
| | | ||||||
* | | Name constraint validation updates from bc-java | Peter Dettman | 2019-06-01 | 3 | -89/+583 | |
| | | ||||||
* | | Remove extraneous output | Peter Dettman | 2019-06-01 | 1 | -1/+1 | |
| | | ||||||
* | | Support SM2 in SignerUtilities | Peter Dettman | 2019-06-01 | 2 | -102/+197 | |
| | | | | | | | | - including support for non-standard SHA256withSM2 | |||||
* | | Cleanup around OfferInput methods | Peter Dettman | 2019-05-10 | 1 | -1/+1 | |
| | | ||||||
* | | Update KDF test project files and .NET 1.1 compat. | Peter Dettman | 2019-05-10 | 7 | -341/+281 | |
| | | ||||||
* | | KDF Related tests. | mw | 2019-05-07 | 6 | -2/+3417 | |
| | | ||||||
* | | TLS: Clone in GetPsk since TlsPskKeyExchange will clear after use | Peter Dettman | 2019-05-06 | 4 | -4/+94 | |
| | | | | | | | | - use not-all-zeroes test psk to ensure coverage | |||||
* | | EdDSA verifiers now reject overly long signatures | Peter Dettman | 2019-04-30 | 2 | -22/+62 | |
| | | | | | | | | - see https://github.com/bcgit/bc-java/issues/508 | |||||
* | | Fixes and tidying up for release | Peter Dettman | 2019-01-31 | 6 | -666/+433 | |
| | | ||||||
* | | minor tweaking | David Hook | 2019-01-20 | 4 | -47/+47 | |
| | | ||||||
* | | Selecting digest. | MW | 2019-01-19 | 1 | -5/+5 | |
| | | ||||||
* | | Provider logic for transformation names. | MW | 2019-01-19 | 1 | -2/+2 | |
| | | ||||||
* | | added use of IKeyWrapper for managing CMS KeyTransRecipient | David Hook | 2019-01-18 | 1 | -6/+3 | |
| | | ||||||
* | | CMS ArchiveControl | MW | 2019-01-17 | 1 | -0/+191 | |
| | | ||||||
* | | Updated C# doc. | Megan Woods | 2019-01-15 | 2 | -93/+0 | |
| | | | | | | | | Removed EJBCA EnrollmentTest as it s not viable to produce an example on .Net Framework 2.0 | |||||
* | | updated | David Hook | 2019-01-15 | 1 | -17/+5 | |
| | | ||||||
* | | Removed reference to old test. | Megan Woods | 2019-01-14 | 2 | -4/+5 | |
| | | | | | | | | Added call to set time in EJBCA example. | |||||
* | | Updated EJBCA Example | Megan Woods | 2019-01-14 | 1 | -2/+1 | |
| | | ||||||
* | | Updated locations added initial example for EJBCA | Megan Woods | 2019-01-14 | 3 | -429/+85 | |
| | | ||||||
* | | move | David Hook | 2019-01-14 | 1 | -0/+430 | |
| | | ||||||
* | | Nist algs and ProtectedMessageTests | Megan Woods | 2019-01-14 | 1 | -0/+429 | |
| | | ||||||
* | | Initial CMP | Megan Woods | 2019-01-14 | 1 | -1/+2 | |
| | | ||||||
* | | minor tweaks | David Hook | 2019-01-14 | 1 | -9/+9 | |
| | | ||||||
* | | Added ECGOST3410_2012Signer | Megan Woods | 2019-01-14 | 2 | -0/+784 | |
| | | | | | | | | Updated encoding of SubjectPublicKeyInfo and PrivateKeyInfo | |||||
* | | TLS: Update to RFC 7627 from draft-ietf-tls-session-hash-04 | Peter Dettman | 2018-11-06 | 2 | -2/+0 | |
| | | ||||||
* | | Reverted short nonce on decryption change | Peter Dettman | 2018-10-24 | 1 | -37/+3 | |
| | | ||||||
* | | Apply CCM nonce length check for encryption only | Peter Dettman | 2018-10-22 | 1 | -30/+65 | |
|/ | ||||||
* | Env. prop.: Org.BouncyCastle.Asn1.AllowUnsafeInteger | Peter Dettman | 2018-10-18 | 2 | -0/+356 | |
| | | | | | - set to "true" to weaken ASN.1 INTEGER checks - see https://github.com/bcgit/bc-csharp/issues/156 | |||||
* | Handle CVC-ECDSA and PLAIN-ECDSA in test case | Peter Dettman | 2018-10-14 | 1 | -1/+3 | |
| | ||||||
* | Port of SM4 from Java API | Peter Dettman | 2018-09-25 | 4 | -0/+244 | |
| | ||||||
* | Higher-level API support for Ed25519/Ed448/X25519/X448 | Peter Dettman | 2018-09-21 | 10 | -9/+448 | |
| |