Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-12-10 | donor update | David Hook | 1 | -0/+5 | |
2020-12-10 | Add defect fixed for 1.8.9 release-1.8.9 | Peter Dettman | 1 | -0/+4 | |
2020-12-10 | Add contributor entry | Peter Dettman | 1 | -0/+3 | |
2020-12-08 | Update versions and release notes for 1.8.9 | Peter Dettman | 3 | -4/+22 | |
2020-12-08 | Cleanup | Peter Dettman | 4 | -37/+45 | |
2020-12-08 | Refactor result normalization | Peter Dettman | 1 | -33/+31 | |
2020-11-17 | added support for PKCS#5 scheme 2 to Pkcs12Store, tests for the same | David Hook | 2 | -9/+249 | |
2020-11-17 | added suport for PKCS#5 scheme 2, tests for the same | David Hook | 2 | -9/+249 | |
2020-11-11 | Rework D/E range restriction | Peter Dettman | 1 | -68/+65 | |
2020-11-01 | added 1.8.8 donors | David Hook | 1 | -0/+5 | |
2020-10-31 | Follup for NistEccTest changes | Peter Dettman | 1 | -0/+9 | |
2020-10-30 | Fix UnitTests resource paths | Peter Dettman | 1 | -0/+1 | |
2020-10-30 | Cleanup | Peter Dettman | 1 | -18/+0 | |
2020-10-30 | safegcd: more conservative final reduction | Peter Dettman | 1 | -44/+139 | |
2020-10-30 | Cleanup after recent changes | Peter Dettman | 13 | -204/+416 | |
2020-10-30 | Add new files to projects | Peter Dettman | 5 | -4/+62 | |
2020-10-29 | Added KMAC Params and test | mw | 4 | -22/+330 | |
2020-10-28 | Added CSHAKEDigest, KMac, removed unused import from NewTspTest | mw | 6 | -1/+803 | |
2020-10-27 | Finished NewTspTests | mw | 7 | -34/+561 | |
2020-10-27 | added NewTspTest | David Hook | 2 | -0/+6 | |
2020-10-27 | Added fractional time and new tests | mw | 2 | -1/+627 | |
2020-10-22 | Updated TableGen2 to use IdAASigningCertificateV2 oid | mw | 2 | -3/+97 | |
2020-10-20 | Supporing .NET 1.1 | John Steel | 1 | -14/+20 | |
- removing generics - removing named params - replacing 'var' with types | |||||
2020-10-18 | GCM updates from bc-java | Peter Dettman | 15 | -255/+515 | |
2020-10-18 | Add Bits and Longs classes from bc-java | Peter Dettman | 8 | -60/+169 | |
2020-10-18 | Latest XDH, EdDSA updates from bc-java | Peter Dettman | 5 | -515/+938 | |
2020-10-17 | Updating test structure to match existing. | John Steel | 1 | -4/+32 | |
2020-10-17 | Test Vectors for EC Point Multiply | John Steel | 3 | -0/+3254 | |
Test multiply with the test vectors downloaded from: http://point-at-infinity.org/ecc/nisttv | |||||
2020-09-21 | Update versions and release notes for 1.8.8 release-1.8.8 | Peter Dettman | 3 | -4/+22 | |
2020-09-21 | Fix .NET 1.1 build | Peter Dettman | 3 | -25/+40 | |
2020-09-21 | ECC: Binary field perf. opt. | Peter Dettman | 13 | -287/+543 | |
2020-09-11 | No need for Obsolete in internal class | Peter Dettman | 1 | -28/+0 | |
2020-09-11 | Add another variant | Peter Dettman | 1 | -0/+9 | |
2020-09-11 | Fixed loop count for BigInteger conversion | Peter Dettman | 20 | -182/+27 | |
- remove length-specific variants of FromBigInteger | |||||
2020-09-11 | Further Divsteps30 improvement | Peter Dettman | 1 | -12/+10 | |
2020-09-04 | 'safegcd' modular inversion | Peter Dettman | 31 | -846/+770 | |
2020-09-04 | Remove unnecessary locking | Peter Dettman | 1 | -7/+6 | |
- see https://github.com/bcgit/bc-java/issues/778 | |||||
2020-09-02 | added IDigestFactory | David Hook | 3 | -0/+3 | |
2020-08-31 | added Asn1DigestFactory | David Hook | 3 | -3/+6 | |
2020-08-31 | renamed DigestFactory to Asn1DigestFactory | mw | 3 | -28/+8 | |