Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | updates for working tests for FPE, TupleHash, ParallelHash | David Hook | 2021-03-19 | 2 | -1/+2 | |
| | | ||||||
* | | first cut FPE, TupleHash, ParallelHash, and GCM-SIV | David Hook | 2021-03-19 | 17 | -1/+2519 | |
| | | ||||||
* | | Update versions and release notes for 1.8.10 release-1.8.10 | Peter Dettman | 2021-02-16 | 1 | -3/+3 | |
| | | ||||||
* | | Use cached encodings for Equals/GetHashCode | Peter Dettman | 2021-02-16 | 2 | -460/+595 | |
| | | ||||||
* | | Add Nat448 Karatsuba | Peter Dettman | 2021-02-11 | 1 | -0/+38 | |
| | | ||||||
* | | Fix SHAKE 'digest' output size | Peter Dettman | 2021-02-11 | 2 | -7/+14 | |
| | | ||||||
* | | EdDSA: Faster pub key validation | Peter Dettman | 2021-02-11 | 2 | -71/+65 | |
| | | ||||||
* | | Refactoring CShake | Peter Dettman | 2021-02-11 | 2 | -40/+27 | |
| | | ||||||
* | | EdDSA public key validation | Peter Dettman | 2021-02-10 | 4 | -6/+217 | |
| | | | | | | | | - per NIST SP 800-186 | |||||
* | | Refactor nonce generator init | Peter Dettman | 2021-02-10 | 1 | -9/+21 | |
| | | ||||||
* | | Add ReverseInPlace methods | Peter Dettman | 2021-02-10 | 1 | -0/+32 | |
| | | ||||||
* | | Tolerate null/empty seed | Peter Dettman | 2021-02-10 | 1 | -3/+6 | |
| | | ||||||
* | | Various SHA512/224, SHA512/256, SHA3 support | Peter Dettman | 2021-02-10 | 9 | -59/+253 | |
| | | ||||||
* | | Copyright and Readme updates | Peter Dettman | 2021-02-09 | 1 | -1/+1 | |
| | | ||||||
* | | Add more PSS algorithm names | Peter Dettman | 2021-02-09 | 1 | -1/+11 | |
| | | ||||||
* | | Clear copy of decrypted data | Peter Dettman | 2021-02-09 | 1 | -0/+1 | |
| | | ||||||
* | | Equals/GetHashCode for SignatureSubpacket | Peter Dettman | 2021-02-09 | 1 | -0/+21 | |
| | | ||||||
* | | New HasValue methods | Peter Dettman | 2021-02-08 | 13 | -20/+34 | |
| | | ||||||
* | | Env. var. to enforce correct X.509 cert encoding | Peter Dettman | 2021-02-08 | 1 | -2/+40 | |
| | | | | | | | | - Org.BouncyCastle.X509.Allow_Non-DER_TBSCert | |||||
* | | Support V1 attribute certificates and holders | Peter Dettman | 2021-02-08 | 2 | -18/+36 | |
| | | ||||||
* | | Implement TODO checks | Peter Dettman | 2021-02-08 | 1 | -3/+7 | |
| | | ||||||
* | | Implement TODO checks | Peter Dettman | 2021-02-08 | 1 | -6/+17 | |
| | | ||||||
* | | Fix CMS RSASSA-PSS verification when no signed attrs | Peter Dettman | 2021-02-08 | 1 | -18/+22 | |
| | | ||||||
* | | Add support for dashed digest algorithm names | U-GEMALTO\10056220 | 2021-02-02 | 1 | -0/+4 | |
| | | | | | | | | | | This commit adds support for digest algorithm names containing a dash in it e.g. SHA-256withRSA | |||||
* | | direct signature for PSS | David Hook | 2021-01-31 | 1 | -0/+10 | |
| | | ||||||
* | | Update versions and release notes for 1.8.9 | Peter Dettman | 2020-12-08 | 1 | -3/+3 | |
| | | ||||||
* | | Refactor result normalization | Peter Dettman | 2020-12-08 | 1 | -33/+31 | |
| | | ||||||
* | | added support for PKCS#5 scheme 2 to Pkcs12Store, tests for the same | David Hook | 2020-11-17 | 1 | -6/+17 | |
| | | ||||||
* | | Rework D/E range restriction | Peter Dettman | 2020-11-11 | 1 | -68/+65 | |
| | | ||||||
* | | Cleanup | Peter Dettman | 2020-10-30 | 1 | -18/+0 | |
| | | ||||||
* | | safegcd: more conservative final reduction | Peter Dettman | 2020-10-30 | 1 | -44/+139 | |
| | | ||||||
* | | Cleanup after recent changes | Peter Dettman | 2020-10-30 | 5 | -80/+49 | |
| | | ||||||
* | | Added KMAC Params and test | mw | 2020-10-29 | 2 | -0/+223 | |
| | | ||||||
* | | Added CSHAKEDigest, KMac, removed unused import from NewTspTest | mw | 2020-10-28 | 3 | -0/+353 | |
| | | ||||||
* | | Finished NewTspTests | mw | 2020-10-27 | 6 | -9/+145 | |
| | | ||||||
* | | Added fractional time and new tests | mw | 2020-10-27 | 1 | -1/+76 | |
| | | ||||||
* | | Updated TableGen2 to use IdAASigningCertificateV2 oid | mw | 2020-10-22 | 1 | -2/+2 | |
| | | ||||||
* | | GCM updates from bc-java | Peter Dettman | 2020-10-18 | 9 | -251/+504 | |
| | | ||||||
* | | Add Bits and Longs classes from bc-java | Peter Dettman | 2020-10-18 | 4 | -59/+152 | |
| | | ||||||
* | | Latest XDH, EdDSA updates from bc-java | Peter Dettman | 2020-10-18 | 5 | -515/+938 | |
| | | ||||||
* | | Update versions and release notes for 1.8.8 release-1.8.8 | Peter Dettman | 2020-09-21 | 1 | -3/+3 | |
| | | ||||||
* | | Fix .NET 1.1 build | Peter Dettman | 2020-09-21 | 2 | -25/+30 | |
| | | ||||||
* | | ECC: Binary field perf. opt. | Peter Dettman | 2020-09-21 | 13 | -287/+543 | |
| | | ||||||
* | | No need for Obsolete in internal class | Peter Dettman | 2020-09-11 | 1 | -28/+0 | |
| | | ||||||
* | | Add another variant | Peter Dettman | 2020-09-11 | 1 | -0/+9 | |
| | | ||||||
* | | Fixed loop count for BigInteger conversion | Peter Dettman | 2020-09-11 | 20 | -182/+27 | |
| | | | | | | | | - remove length-specific variants of FromBigInteger | |||||
* | | Further Divsteps30 improvement | Peter Dettman | 2020-09-11 | 1 | -12/+10 | |
| | | ||||||
* | | 'safegcd' modular inversion | Peter Dettman | 2020-09-04 | 31 | -846/+770 | |
| | | ||||||
* | | Remove unnecessary locking | Peter Dettman | 2020-09-04 | 1 | -7/+6 | |
| | | | | | | | | - see https://github.com/bcgit/bc-java/issues/778 | |||||
* | | renamed DigestFactory to Asn1DigestFactory | mw | 2020-08-31 | 3 | -28/+8 | |
| | | ||||||
* | | Updated TimeStampTokenGenerator | mw | 2020-08-28 | 5 | -230/+472 | |
| | | ||||||
* | | added IDigestFactory | David Hook | 2020-08-28 | 1 | -0/+24 | |
| | | ||||||
* | | Update versions and release notes for 1.8.7 release-1.8.7 | Peter Dettman | 2020-07-30 | 1 | -3/+3 | |
| | | ||||||
* | | Misc. updates from bc-java | Peter Dettman | 2020-07-30 | 8 | -6/+21 | |
| | | ||||||
* | | PGP updates from bc-java | Peter Dettman | 2020-07-30 | 3 | -23/+59 | |
| | | ||||||
* | | Encoder performance | Peter Dettman | 2020-07-30 | 2 | -82/+155 | |
| | | ||||||
* | | Add generic private key output to openssl | Peter Dettman | 2020-07-30 | 1 | -14/+12 | |
| | | ||||||
* | | Allocate memory for SCrypt in 32KiB chunks | Peter Dettman | 2020-07-30 | 1 | -18/+42 | |
| | | | | | | | | - see https://github.com/bcgit/bc-java/issues/713 | |||||
* | | DH standard group updates | Peter Dettman | 2020-07-30 | 1 | -89/+31 | |
| | | ||||||
* | | For safe primes, use Legendre symbol | Peter Dettman | 2020-07-30 | 2 | -6/+122 | |
| | | | | | | | | | | - DH public key validation when 'Q' available - In particular, greatly speeds up TLS FFDHE groups | |||||
* | | Misc. updates from bc-java | Peter Dettman | 2020-07-30 | 6 | -22/+61 | |
| | | ||||||
* | | EdDSA updates | Peter Dettman | 2020-07-30 | 2 | -0/+2 | |
| | | ||||||
* | | DTLS: Support handshake timeout | Peter Dettman | 2020-07-30 | 6 | -11/+30 | |
| | | ||||||
* | | DTLS: Improved retransmission timer | Peter Dettman | 2020-07-30 | 2 | -200/+222 | |
| | | ||||||
* | | DTLS: Exceptions properly abort handshake | Peter Dettman | 2020-07-30 | 4 | -180/+266 | |
| | | | | | | | | - see https://github.com/bcgit/bc-csharp/issues/258 | |||||
* | | Add Timeout class for DTLS from bc-java | Peter Dettman | 2020-07-29 | 1 | -0/+121 | |
| | | ||||||
* | | Support RSASSA-PSS as keypair generator alg | Peter Dettman | 2020-07-18 | 1 | -1/+2 | |
| | | ||||||
* | | Remove unused code | Peter Dettman | 2020-07-18 | 3 | -7/+0 | |
| | | ||||||
* | | Straighten out ECGOST3410NamedCurves | Peter Dettman | 2020-07-17 | 7 | -68/+47 | |
| | | | | | | | | - deprecate/replace methods returning ECDomainParameters | |||||
* | | Spelling | Peter Dettman | 2020-07-17 | 20 | -39/+39 | |
| | | ||||||
* | | Use rotates from utility class | Peter Dettman | 2020-07-07 | 2 | -78/+66 | |
| | | ||||||
* | | Noekeon performance improvements | Peter Dettman | 2020-07-07 | 1 | -145/+158 | |
| | | ||||||
* | | Add some more variants | Peter Dettman | 2020-07-07 | 1 | -0/+36 | |
| | | ||||||
* | | Extract common expression | Peter Dettman | 2020-07-07 | 1 | -2/+2 | |
| | | ||||||
* | | Rewrite enumeration of BEROctetString | Peter Dettman | 2020-07-07 | 1 | -19/+50 | |
| | | ||||||
* | | Fermat inversion for all custom curves | Peter Dettman | 2020-07-07 | 32 | -97/+1075 | |
| | | | | | | | | - also customized random FE gen | |||||
* | | EC updates from bc-java | Peter Dettman | 2020-07-04 | 13 | -26/+487 | |
| | | ||||||
* | | Blind the inversion when normalizing | Peter Dettman | 2020-07-04 | 1 | -6/+24 | |
| | | | | | | | | | | - see the paper "Yet another GCD based inversion side-channel affecting ECC implementations" by Nir Drucker and Shay Gueron. | |||||
* | | Methods for generating random FEs | Peter Dettman | 2020-07-04 | 1 | -6/+85 | |
| | | ||||||
* | | Update Asn1OctetString.GetInstance from bc-java | Peter Dettman | 2020-06-25 | 1 | -13/+34 | |
| | | ||||||
* | | Fix spurious table entry | Peter Dettman | 2020-06-21 | 1 | -1/+0 | |
| | | ||||||
* | | Fix range and bias of NextDouble | Peter Dettman | 2020-06-21 | 1 | -12/+9 | |
| | | | | | | | | - see https://github.com/bcgit/bc-csharp/issues/253 | |||||
* | | first cut at PKCS#5 Scheme 2 in PKCS#12 | David Hook | 2020-04-25 | 4 | -5/+108 | |
| | | ||||||
* | | github #237 - gost 2012 parsing | David Hook | 2020-04-25 | 2 | -5/+20 | |
| | | ||||||
* | | initial support for non-default PRF with PBKDF2 | David Hook | 2020-04-18 | 4 | -3/+18 | |
| | | ||||||
* | | Add OtherName support and refactoring | Peter Dettman | 2020-04-05 | 2 | -527/+589 | |
| | | ||||||
* | | Add OIW dsaWithSHA1 OID to 'noParams' | Peter Dettman | 2020-04-05 | 4 | -3/+7 | |
| | | ||||||
* | | Keccak refactoring/performance | Peter Dettman | 2020-04-05 | 3 | -37/+46 | |
| | | ||||||
* | | Reset after wrong-length failure | Peter Dettman | 2020-04-05 | 5 | -0/+15 | |
| | | ||||||
* | | added argument check for bit block size | Peter Dettman | 2020-04-05 | 1 | -0/+3 | |
| | | ||||||
* | | Add guard in OID parsing | Peter Dettman | 2020-04-05 | 1 | -0/+2 | |
| | | ||||||
* | | Support headers with multiple values | Peter Dettman | 2020-04-05 | 1 | -18/+58 | |
| | | | | | | | | - tidy up test names | |||||
* | | Improve SigAlgName for certs/CRLs | Peter Dettman | 2020-04-05 | 3 | -16/+26 | |
| | | ||||||
* | | Fix bad MAC padding length calculation | Peter Dettman | 2020-04-05 | 1 | -2/+8 | |
| | | | | | | | | | | | | - affected files with data or AAD length >~2GB - see also https://github.com/bcgit/bc-java/issues/673 - also allow null output buffer | |||||
* | | Spelling in exception message | Peter Dettman | 2020-04-05 | 2 | -2/+2 | |
| | | ||||||
* | | Update versions and release notes for 1.8.6 release-1.8.6 | Peter Dettman | 2020-02-21 | 1 | -3/+3 | |
| | | ||||||
* | | Add utility method | Peter Dettman | 2020-02-21 | 1 | -1/+20 | |
| | | ||||||
* | | Refactoring | Peter Dettman | 2020-02-21 | 4 | -148/+148 | |
| | | ||||||
* | | Fix handling of reason codes | Peter Dettman | 2020-02-21 | 1 | -39/+43 | |
| | | ||||||
* | | Update ASN.1 GetInstance methods | Peter Dettman | 2020-02-21 | 7 | -109/+49 | |
| | | ||||||
* | | Improvements to permitted sub-trees | Peter Dettman | 2020-02-20 | 1 | -1/+14 | |
| | | ||||||
* | | Misc. updates from bc-java | Peter Dettman | 2020-02-20 | 4 | -7/+38 | |
| | | ||||||
* | | Mark methods as "Var" for clarity | Peter Dettman | 2020-02-20 | 2 | -6/+6 | |
| | | ||||||
* | | Stricter header validation for PEM files | Peter Dettman | 2020-02-20 | 1 | -4/+7 | |
| | | ||||||
* | | Fix typo | Peter Dettman | 2020-02-20 | 1 | -1/+1 | |
| | | ||||||
* | | TLS backports from bc-java/tls | Peter Dettman | 2020-02-20 | 6 | -99/+3 | |
| | | ||||||
* | | PGP updates from bc-java | Peter Dettman | 2020-02-20 | 13 | -30/+92 | |
| | | ||||||
* | | Mark several EC multipliers as obsolete | Peter Dettman | 2020-02-20 | 9 | -7/+30 | |
| | | ||||||
* | | Check IsSsl after other checks (NPE) | Peter Dettman | 2020-02-20 | 1 | -25/+19 | |
| | | ||||||
* | | ASN.1 updates from bc-java | Peter Dettman | 2020-02-19 | 11 | -143/+261 | |
| | | ||||||
* | | Case-insensitive check of boolean env. var. | Peter Dettman | 2020-02-13 | 1 | -1/+1 | |
| | | ||||||
* | | PKCS12: Improved support for certificate-only key stores without password | Peter Dettman | 2020-02-13 | 1 | -15/+33 | |
| | | ||||||
* | | ASN.1 updates from bc-java | Peter Dettman | 2020-02-13 | 14 | -217/+298 | |
| | | ||||||
* | | Update copyrights to 2020 | Peter Dettman | 2020-02-12 | 1 | -1/+1 | |
| | | ||||||
* | | Mark some constructors obsolete (per bc-java) | Peter Dettman | 2020-02-12 | 4 | -6/+14 | |
| | | ||||||
* | | EdDSA: guard against pub key mismatch | Peter Dettman | 2020-01-31 | 7 | -48/+62 | |
| | | ||||||
* | | Port of X25519/X448 field updates from bc-java | Peter Dettman | 2020-01-30 | 2 | -25/+39 | |
| | | ||||||
* | | Improve ChaCha20Poly1305 tests | Peter Dettman | 2019-10-23 | 1 | -3/+18 | |
| | | | | | | | | - focused on processing array sub-ranges | |||||
* | | Add ChaCha ciphers to factory classes | Peter Dettman | 2019-09-10 | 6 | -12/+302 | |
| | | ||||||
* | | Port ChaCha20Poly1305 from bc-java | Peter Dettman | 2019-09-09 | 3 | -96/+668 | |
| | | ||||||
* | | Updates from bc-java | Peter Dettman | 2019-09-09 | 1 | -10/+51 | |
| | | ||||||
* | | Rewrite conditionals to avoid overflow | Peter Dettman | 2019-09-09 | 1 | -2/+2 | |
| | | ||||||
* | | Support user cancellation of (D)TLS handshakes | Peter Dettman | 2019-09-09 | 11 | -3/+49 | |
| | | | | | | | | - see https://github.com/bcgit/bc-java/pull/549 | |||||
* | | Port of strict hex decoding from bc-java | Peter Dettman | 2019-09-09 | 61 | -306/+362 | |
| | | ||||||
* | | Add sanity checks on scalar mult. outputs | Peter Dettman | 2019-08-29 | 3 | -10/+116 | |
| | | ||||||
* | | CCM: only enforce the tag length restrictions for encryption | Peter Dettman | 2019-08-29 | 1 | -4/+4 | |
| | | ||||||
* | | Check CCM tag length during initialization | Peter Dettman | 2019-08-26 | 1 | -2/+10 | |
| | | ||||||
* | | PssSigner verification improvements | Peter Dettman | 2019-08-26 | 1 | -7/+13 | |
| | | | | | | | | | | - enforce leading zero bits consistency requirement - explicitly zero when cipher output is short | |||||
* | | Fix circular dependence of statics | Peter Dettman | 2019-08-10 | 27 | -39/+51 | |
| | | ||||||
* | | Add and use IntValueExact properties | Peter Dettman | 2019-08-10 | 35 | -123/+201 | |
| | | ||||||
* | | Use utility method | Peter Dettman | 2019-08-09 | 1 | -1/+1 | |
| | | ||||||
* | | Add Clone for bool[] | Peter Dettman | 2019-08-09 | 1 | -30/+21 | |
| | | ||||||
* | | Add non-constant-time variant to ECLookupTable | Peter Dettman | 2019-08-09 | 37 | -149/+852 | |
| | | ||||||
* | | ASN.1 updates from bc-java | Peter Dettman | 2019-08-09 | 4 | -37/+50 | |
| | | | | | | | | | | - Integer cannot have empty contents octets - Enumerated values can't be negative | |||||
* | | Add IntValueExact and LongValueExact to BigInteger | Peter Dettman | 2019-08-09 | 1 | -0/+22 | |
| | | ||||||
* | | EdDSA refactoring | Peter Dettman | 2019-08-04 | 4 | -34/+46 | |
| | | | | | | | | | | | | - tighten scalar bounds for wNAF - provide CMov in field classes - fix spelling of Straus | |||||
* | | Implement promotion for ECPoint precomputations | Peter Dettman | 2019-08-04 | 3 | -7/+128 | |
| | | | | | | | | | | - a point is promoted after repeated use (e.g. in ECDSA verification) - promoted points are eligible for extra precomp => faster algorithms | |||||
* | | Use Arrays.Reverse utility method in several places | Peter Dettman | 2019-08-04 | 3 | -35/+8 | |
| | | ||||||
* | | Use GetInstance instead of cast | Peter Dettman | 2019-08-04 | 1 | -2/+1 | |
| | | ||||||
* | | Misc. ASN.1 updates | Peter Dettman | 2019-08-04 | 6 | -21/+23 | |
| | | ||||||
* | | Refactoring in PublicKeyFactory | Peter Dettman | 2019-08-04 | 2 | -54/+72 | |
| | | | | | | | | | | - add SubjectPublicKeyInfo.ParsePublicKey and use where applicable - validate GOST3410 public key lengths | |||||
* | | Improve caching behaviour for algorithms using endomorphisms | Peter Dettman | 2019-08-03 | 5 | -19/+179 | |
| | | ||||||
* | | Use fixed-point comb when multiplying basepoint | Peter Dettman | 2019-08-02 | 2 | -5/+11 | |
| | | ||||||
* | | Handle x400Address as sequence in GeneralName | Peter Dettman | 2019-08-02 | 1 | -14/+17 | |
| | | | | | | | | - add 'default' tag handler (instead of falling out of if-block) | |||||
* | | EC wNAF-related updates from bc-java | Peter Dettman | 2019-08-02 | 11 | -539/+659 | |
| | | | | | | | | | | | | | | - better control of window size limits - callers take advantage of available larger precomps - provide ConfigureBasepoint to mark points for larger precomp - mark built-in curve basepoints for larger default wNAF width | |||||
* | | Add experimental support for GLV Type A endomorphisms | Peter Dettman | 2019-08-02 | 11 | -111/+350 | |
| | | ||||||
* | | Provide a constant-time zero test | Peter Dettman | 2019-08-02 | 2 | -4/+18 | |
| | | ||||||
* | | Updates to raw math classes from bc-java | Peter Dettman | 2019-08-02 | 6 | -42/+148 | |
| | | ||||||
* | | Refactor Equals/GetHashCode in X509 objects | Peter Dettman | 2019-08-02 | 3 | -34/+107 | |
| | | | | | | | | - cache public key in X509Certificate | |||||
* | | SHA-256 performance tweak | Peter Dettman | 2019-08-01 | 1 | -30/+18 | |
| | | ||||||
* | | Rewrite Asn1Sequence/Set to store elements as Asn1Encodable[] | Peter Dettman | 2019-08-01 | 8 | -264/+170 | |
| | | ||||||
* | | Don't create a SecureRandom unnecessarily | Peter Dettman | 2019-08-01 | 1 | -4/+20 | |
| | | ||||||
* | | Refactor ToString() | Peter Dettman | 2019-08-01 | 1 | -11/+6 | |
| | | ||||||
* | | PCL fixes | Peter Dettman | 2019-08-01 | 4 | -6/+7 | |
| | | ||||||
* | | Inline BuildEncodableVector to shrink recursive call stacks | Peter Dettman | 2019-08-01 | 1 | -13/+10 | |
| | | ||||||
* | | Cast to remove warning | Peter Dettman | 2019-08-01 | 1 | -1/+1 | |
| | | ||||||
* | | EC updates from bc-java | Peter Dettman | 2019-08-01 | 23 | -27/+415 | |
| | | | | | | | | | | | | | | - 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 | |||||
* | | Misc. ASN.1 updates from bc-java | Peter Dettman | 2019-08-01 | 6 | -103/+231 | |
| | | ||||||
* | | Rework some of the ImplSquare methods in custom binary curves | Peter Dettman | 2019-07-31 | 7 | -25/+22 | |
| | | ||||||
* | | Accept only properly-sized BigInteger (no auto-reduction) | Peter Dettman | 2019-07-31 | 10 | -27/+25 | |
| | | ||||||
* | | Fix CMP tests failing to set body | Peter Dettman | 2019-07-31 | 1 | -0/+6 | |
| | | ||||||
* | | Work on EC parameters classes | Peter Dettman | 2019-07-30 | 5 | -43/+42 | |
| | | | | | | | | | | | | | | - make fields private/readonly where possible - add public validation methods to ECDomainParameters - add validation to ECPrivateKeyParameters - ECDomainParameters equality/GetHashCode ignore (optional) cofactor | |||||
* | | Fix a corner-case for DER set-value sorting | Peter Dettman | 2019-07-29 | 1 | -15/+22 | |
| | | ||||||
* | | Add several copy64 methods | Peter Dettman | 2019-07-29 | 1 | -0/+17 | |
| | | ||||||
* | | Make main SMix array 1-dimensional | Peter Dettman | 2019-07-29 | 1 | -12/+16 | |
| | | ||||||
* | | Fix field reduction for custom secp128r1 curve | Peter Dettman | 2019-07-29 | 1 | -0/+5 | |
| | | | | | | | | - see https://github.com/bcgit/bc-java/issues/566 | |||||
* | | Refactoring | Peter Dettman | 2019-06-04 | 90 | -1049/+371 | |
| | | ||||||
* | | Port LinkedCertificate from bc-java | Peter Dettman | 2019-06-04 | 3 | -1/+118 | |
| | | ||||||
* | | Name constraint validation updates from bc-java | Peter Dettman | 2019-06-01 | 5 | -117/+491 | |
| | | ||||||
* | | Support SM2 in SignerUtilities | Peter Dettman | 2019-06-01 | 3 | -7/+43 | |
| | | | | | | | | - including support for non-standard SHA256withSM2 | |||||
* | | Merge branch 'patch-4' of https://github.com/rastrup/bc-csharp into ↵ | Peter Dettman | 2019-06-01 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | rastrup-patch-4 | |||||
| * | | Update Arrays.cs | Kristian Rastrup | 2019-05-23 | 1 | -1/+1 | |
| | | | | | | | | | Changed to string since char in StringBuilder constructor gets converted into int for capacity | |||||
* | | | Default saltLength to 20 | Peter Dettman | 2019-05-14 | 1 | -2/+1 | |
| | | | ||||||
* | | | Increase zlib default buffer size | Peter Dettman | 2019-05-14 | 2 | -2/+2 | |
| | | | ||||||
* | | | Refactor to not need pending_buf_size | Peter Dettman | 2019-05-14 | 1 | -7/+1 | |
|/ / | ||||||
* | | Merge branch 'patch-5' of https://github.com/rastrup/bc-csharp into ↵ | Peter Dettman | 2019-05-13 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | rastrup-patch-5 | |||||
| * | | Update PssSigner.cs | Kristian Rastrup | 2019-05-13 | 1 | -1/+1 | |
| | | | | | | | | | Passing through parameter in constructor of PssSigner | |||||
* | | | Merge branch 'patch-7' of https://github.com/rastrup/bc-csharp into ↵ | Peter Dettman | 2019-05-13 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | | | | | rastrup-patch-7 | |||||
| * | | | Update DHValidationParms.cs | Kristian Rastrup | 2019-05-13 | 1 | -1/+1 | |
| |/ / | | | | | | | Correcting type check in DHValidationParms | |||||
* | | | Cleanup around OfferInput methods | Peter Dettman | 2019-05-10 | 1 | -10/+15 | |
| | | | ||||||
* | | | Merge branch 'patch-1' of https://github.com/deniszykov/bc-csharp into ↵ | Peter Dettman | 2019-05-10 | 1 | -1/+6 | |
|\ \ \ | | | | | | | | | | | | | deniszykov-patch-1 | |||||
| * | | | Update TlsProtocol.cs | deniszykov | 2019-05-09 | 1 | -1/+6 | |
| |/ / | | | | | | | added `TlsProtocol.OfferInput()` overload which specify _offset_ and _length_ of input buffer like in java source https://www.bouncycastle.org/docs/tlsdocs1.5on/org/bouncycastle/tls/TlsProtocol.html | |||||
* | | | .NET 1.1 fixes for KDF changes | Peter Dettman | 2019-05-06 | 1 | -1/+0 | |
| | | | ||||||
* | | | Fix errors and names in KDF changes | Peter Dettman | 2019-05-06 | 6 | -42/+35 | |
| | | | ||||||
* | | | Merge branch 'master' of git.bouncycastle.org:bc-csharp | Peter Dettman | 2019-05-06 | 7 | -0/+789 | |
|\ \ \ | ||||||
| * \ \ | Merge branch 'master' of git.bouncycastle.org:bc-csharp | mw | 2019-05-01 | 5 | -0/+13 | |
| |\ \ \ | ||||||
| * | | | | Additional KDF operations and tests. | mw | 2019-05-01 | 7 | -0/+789 | |
| | |/ / | |/| | | ||||||
* | | | | TLS: Clone in GetPsk since TlsPskKeyExchange will clear after use | Peter Dettman | 2019-05-06 | 1 | -1/+1 | |
| |/ / |/| | | | | | | | | - use not-all-zeroes test psk to ensure coverage | |||||
* | | | EdDSA verifiers now reject overly long signatures | Peter Dettman | 2019-04-30 | 5 | -0/+13 | |
|/ / | | | | | | | - see https://github.com/bcgit/bc-java/issues/508 | |||||
* | | Merge branch 'patch-3' of https://github.com/kakkerlakgly/bc-csharp into ↵ | Peter Dettman | 2019-03-26 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | kakkerlakgly-patch-3 | |||||
| * | | Update PkixBuilderParameters.cs | Kristian Rastrup | 2019-03-26 | 1 | -1/+1 | |
| | | | | | | | | | Due to hidden member a this. has been forgotten | |||||
* | | | Merge branch 'patch-2' of https://github.com/kakkerlakgly/bc-csharp into ↵ | Peter Dettman | 2019-03-26 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | | | | | kakkerlakgly-patch-2 | |||||
| * | | | Update CMSSignedHelper.cs | Kristian Rastrup | 2019-03-26 | 1 | -1/+1 | |
| |/ / | | | | | | | Change to Id Field for TeleTrusTObjectIdentifiers.TeleTrusTRsaSignatureAlgorithm | |||||
* / / | Update PkixCertPath.cs | Kristian Rastrup | 2019-03-26 | 1 | -1/+1 | |
|/ / | | | | | The Equals method compares to the wrong list | |||||
* | | DTLS: Guard against epoch wrapping | Peter Dettman | 2019-03-09 | 1 | -3/+8 | |
| | | ||||||
* | | Update comment in line with Java version | Peter Dettman | 2019-03-09 | 1 | -6/+6 | |
| | | ||||||
* | | Don't ignore index | Peter Dettman | 2019-03-09 | 1 | -1/+1 | |
| | | ||||||
* | | Fix setting of buffer position | Peter Dettman | 2019-02-07 | 1 | -1/+1 | |
| | | ||||||
* | | fixed ECGOST co-factors for 2012 sets | David Hook | 2019-02-05 | 2 | -4/+6 | |
| | | ||||||
* | | Update versions and release notes for 1.8.5 release-1.8.5 | Peter Dettman | 2019-01-31 | 1 | -4/+4 | |
| | | ||||||
* | | Fixes and tidying up for release | Peter Dettman | 2019-01-31 | 66 | -1026/+861 | |
| | | ||||||
* | | removed unnecessary extra ECGOST3410 class | David Hook | 2019-01-24 | 2 | -154/+14 | |
| | | ||||||
* | | name fix | David Hook | 2019-01-20 | 1 | -1/+1 | |
| | | ||||||
* | | name issue | David Hook | 2019-01-20 | 1 | -153/+0 | |
| | | ||||||
* | | name issue | David Hook | 2019-01-20 | 1 | -2/+2 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' | David Hook | 2019-01-20 | 12 | -41/+48 | |
|\ \ | ||||||
| * | | minor tweaking | David Hook | 2019-01-20 | 10 | -30/+30 | |
| | | | ||||||
| * | | Selecting digest. | MW | 2019-01-19 | 1 | -4/+10 | |
| | | | ||||||
| * | | Updated to use nominated digtest. | MW | 2019-01-19 | 1 | -7/+8 | |
| | | | ||||||
* | | | fixed file name | David Hook | 2019-01-20 | 1 | -0/+153 | |
|/ / | ||||||
* | | rename | David Hook | 2019-01-19 | 1 | -0/+0 | |
| | | ||||||
* | | added initialisation to Asn1KeyWrapper | David Hook | 2019-01-19 | 1 | -22/+21 | |
| | | ||||||
* | | fixed KeyTransRecipientInfoGenerator to invoke overridable method for ↵ | David Hook | 2019-01-19 | 3 | -53/+57 | |
| | | | | | | | | wrapping symmetric session key | |||||
* | | Missing file from last commit | MW | 2019-01-19 | 1 | -5/+5 | |
| | | ||||||
* | | Provider logic for transformation names. | MW | 2019-01-19 | 2 | -8/+90 | |
| | | ||||||
* | | fixed nl | David Hook | 2019-01-19 | 1 | -0/+5 | |
| | | ||||||
* | | added basic wrapper code | David Hook | 2019-01-19 | 2 | -0/+92 | |
| | | ||||||
* | | added use of IKeyWrapper for managing CMS KeyTransRecient | David Hook | 2019-01-18 | 1 | -16/+0 | |
| | | ||||||
* | | added use of IKeyWrapper for managing CMS KeyTransRecipient | David Hook | 2019-01-18 | 11 | -180/+311 | |
| | | ||||||
* | | Missing file from last commit. | MW | 2019-01-18 | 1 | -1/+2 | |
| | | ||||||
* | | CMS ArchiveControl | MW | 2019-01-17 | 16 | -7/+900 | |
| | | ||||||
* | | Missing from previous commit | Megan Woods | 2019-01-15 | 1 | -1/+9 | |
| | | ||||||
* | | Updated C# doc. | Megan Woods | 2019-01-15 | 15 | -107/+289 | |
| | | | | | | | | Removed EJBCA EnrollmentTest as it s not viable to produce an example on .Net Framework 2.0 | |||||
* | | first cut on Pkcs8 | David Hook | 2019-01-15 | 13 | -0/+624 | |
| | | ||||||
* | | added alg constructor | David Hook | 2019-01-15 | 1 | -0/+5 | |
| | | ||||||
* | | removed generic | David Hook | 2019-01-15 | 2 | -3/+28 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' | David Hook | 2019-01-15 | 1 | -0/+24 | |
|\ \ | ||||||
| * | | added missing interface | David Hook | 2019-01-15 | 1 | -0/+24 | |
| | | | ||||||
* | | | update | David Hook | 2019-01-15 | 2 | -143/+0 | |
|/ / | ||||||
* | | refactor of PKMacBuilder | David Hook | 2019-01-15 | 9 | -432/+423 | |
| | | ||||||
* | | moved ASN.1 class back | David Hook | 2019-01-15 | 2 | -49/+55 | |
| | | ||||||
* | | Updated locations added initial example for EJBCA | Megan Woods | 2019-01-14 | 2 | -10/+11 | |
| | | ||||||
* | | update | David Hook | 2019-01-14 | 1 | -1/+3 | |
| | | ||||||
* | | packaging fix | David Hook | 2019-01-14 | 11 | -10/+25 | |
| | | ||||||
* | | Nist algs and ProtectedMessageTests | Megan Woods | 2019-01-14 | 1 | -1/+30 | |
| | | ||||||
* | | Initial CMP | Megan Woods | 2019-01-14 | 23 | -0/+2120 | |
| | | ||||||
* | | minor tweaks | David Hook | 2019-01-14 | 1 | -7/+9 | |
| | | ||||||
* | | Added ECGOST3410_2012Signer | Megan Woods | 2019-01-14 | 10 | -167/+678 | |
| | | | | | | | | Updated encoding of SubjectPublicKeyInfo and PrivateKeyInfo | |||||
* | | Fix some comments | Peter Dettman | 2018-12-03 | 1 | -2/+2 | |
| | | ||||||
* | | TLS: Update to RFC 7627 from draft-ietf-tls-session-hash-04 | Peter Dettman | 2018-11-06 | 13 | -103/+183 | |
| | | ||||||
* | | Update versions and release notes for 1.8.4 release-1.8.4 | Peter Dettman | 2018-10-27 | 1 | -3/+3 | |
| | | ||||||
* | | Set the acInfoGen signature algorithm from ISignatureFactory | Peter Dettman | 2018-10-27 | 1 | -8/+8 | |
| | | | | | | | | - see https://github.com/bcgit/bc-csharp/pull/64 | |||||
* | | Provide the option to pass a different RSA engine | Peter Dettman | 2018-10-27 | 1 | -1/+6 | |
| | | ||||||
* | | Reverted short nonce on decryption change | Peter Dettman | 2018-10-24 | 1 | -1/+1 | |
| | | ||||||
* | | Use Edwards internals for X25519/X448 public key calculations | Peter Dettman | 2018-10-22 | 4 | -249/+49 | |
| | | ||||||
* | | Add GeneratePublicKey method for completeness | Peter Dettman | 2018-10-22 | 4 | -2/+12 | |
| | | ||||||
* | | Don't try to track unrecognized hash algorithms | Peter Dettman | 2018-10-22 | 2 | -2/+21 | |
| | | ||||||
* | | DH_anon cipher suites are considered ephemeral DH | Peter Dettman | 2018-10-22 | 1 | -0/+19 | |
| | | ||||||
* | | Apply CCM nonce length check for encryption only | Peter Dettman | 2018-10-22 | 1 | -3/+1 | |
| | | ||||||
* | | Remove unnecessary Clone | Peter Dettman | 2018-10-22 | 1 | -1/+1 | |
| | |