Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add automatic EC point validation for decoded points and for multiplier outputs | Peter Dettman | 2014-07-23 | 1 | -31/+2 | |
| | ||||||
* | Port of PrivateKeyInfo changes from Java | Peter Dettman | 2014-07-21 | 1 | -778/+778 | |
| | ||||||
* | Port a few Java openpgp updates | Peter Dettman | 2014-07-21 | 1 | -707/+991 | |
| | ||||||
* | Port a few more GCM/GMac updates | Peter Dettman | 2014-07-21 | 2 | -172/+175 | |
| | ||||||
* | Reduce the number of test cases | Peter Dettman | 2014-07-21 | 1 | -1/+1 | |
| | ||||||
* | Port of latest GCM/OCB changes | Peter Dettman | 2014-07-21 | 3 | -59/+371 | |
| | ||||||
* | De-tabify | Peter Dettman | 2014-07-21 | 1 | -458/+458 | |
| | ||||||
* | Asterisk the default coordinates for each curve | Peter Dettman | 2014-07-02 | 1 | -3/+5 | |
| | ||||||
* | Port ECAlgorithmsTest from Java | Peter Dettman | 2014-07-01 | 3 | -5/+157 | |
| | ||||||
* | Port of latest Curve25519 stuff from Java build | Peter Dettman | 2014-03-17 | 2 | -5/+24 | |
| | ||||||
* | Change primary measurement to multiplication rate using fixed-duration rounds | Peter Dettman | 2014-03-14 | 1 | -24/+47 | |
| | ||||||
* | Weight the performance test more towards random points | Peter Dettman | 2014-03-12 | 1 | -3/+9 | |
| | ||||||
* | Add extra random tests for SipHash to check consistency across different ↵ | Peter Dettman | 2014-03-12 | 1 | -0/+34 | |
| | | | | update methods | |||||
* | Improve SipHashTest to cover varying update methods | Peter Dettman | 2014-03-11 | 1 | -4/+50 | |
| | ||||||
* | Adapt performance test to exclude outliers form average | Peter Dettman | 2014-03-10 | 1 | -15/+32 | |
| | ||||||
* | Fix infinite loop issue when there is no sqrt | Peter Dettman | 2014-03-04 | 1 | -0/+25 | |
| | | | | Add test case to check that Sqrt returns null for non-squares | |||||
* | Add new test to regression tests | Peter Dettman | 2014-02-25 | 1 | -10/+11 | |
| | ||||||
* | Port some openpgp updates from Java build for secret keys | Peter Dettman | 2014-02-25 | 1 | -0/+169 | |
| | ||||||
* | Check a few more points in the encoding test | Peter Dettman | 2014-02-25 | 1 | -1/+7 | |
| | ||||||
* | [BMA-87] | Peter Dettman | 2014-02-19 | 1 | -184/+222 | |
| | | | | Fix for UTC-type GeneralizedTime instances | |||||
* | Use GetEncoded(boolean) instead of deprecated constructor | Peter Dettman | 2014-02-09 | 1 | -7/+3 | |
| | ||||||
* | Update OCB draft references | Peter Dettman | 2014-02-07 | 1 | -1/+1 | |
| | ||||||
* | Add order/cofactor to the small test curves | Peter Dettman | 2014-02-06 | 1 | -10/+18 | |
| | ||||||
* | Add order/cofactor to Fp curves | Peter Dettman | 2014-02-04 | 4 | -342/+374 | |
| | ||||||
* | Bring OCB test vectors up-to-date with draft v06 | Peter Dettman | 2014-02-02 | 1 | -80/+127 | |
| | ||||||
* | Cleanup various warnings, and reformatting | Peter Dettman | 2014-01-29 | 4 | -259/+256 | |
| | ||||||
* | Use custom curve if available | Peter Dettman | 2014-01-26 | 1 | -192/+179 | |
| | ||||||
* | Add new test case for 96 bit tag from CFRG | Peter Dettman | 2014-01-26 | 1 | -31/+31 | |
| | ||||||
* | When OCB is used with incrementing nonces, the cipher processing during ↵ | Peter Dettman | 2014-01-26 | 1 | -1/+32 | |
| | | | | initialization is only needed once every 64 inits. | |||||
* | Increase number of rounds | Peter Dettman | 2014-01-26 | 1 | -3/+2 | |
| | ||||||
* | Change F2m test curve to match Java version more clearly | Peter Dettman | 2014-01-25 | 1 | -18/+14 | |
| | ||||||
* | Formatting | Peter Dettman | 2014-01-24 | 1 | -8/+4 | |
| | ||||||
* | Some more EC point normalization | Peter Dettman | 2014-01-24 | 1 | -1/+1 | |
| | ||||||
* | Run point test on all supported coordinate systems | Peter Dettman | 2014-01-24 | 1 | -13/+36 | |
| | ||||||
* | Implementation of homogeneous coordinates for Fp | Peter Dettman | 2014-01-24 | 8 | -4312/+4336 | |
| | | | | | Various changes to point methods to deal with non-affine points Changes in client code and tests to apply point normalization | |||||
* | Update test data | Peter Dettman | 2014-01-23 | 1 | -3/+3 | |
| | ||||||
* | Rewrite some tests to avoid (obsoleted) explicit field element construction | Peter Dettman | 2014-01-23 | 3 | -438/+423 | |
| | ||||||
* | Formatting | Peter Dettman | 2014-01-23 | 1 | -987/+987 | |
| | ||||||
* | Add foundations for supporting other coordinate systems | Peter Dettman | 2014-01-22 | 2 | -12/+34 | |
| | | | | | Add curve configuration Multipliers now live on the curve instead of points | |||||
* | Use new Math.Field classes in EC curves, and avoid casting in client code | Peter Dettman | 2014-01-22 | 1 | -13/+2 | |
| | ||||||
* | Implement TwicePlus optimization in Fp curves | Peter Dettman | 2014-01-22 | 1 | -0/+19 | |
| | ||||||
* | BMA-119 | Peter Dettman | 2014-01-21 | 1 | -601/+601 | |
| | | | | | Make GetValueList methods consistent Remove obsolete X509Name methods | |||||
* | Fix up openssl test cases | Peter Dettman | 2014-01-21 | 1 | -337/+336 | |
| | ||||||
* | Stop using DerUnknownTag (throw exceptions during parsing instead) | Peter Dettman | 2014-01-21 | 1 | -1/+0 | |
| | ||||||
* | Fix digest test constructors | Peter Dettman | 2014-01-21 | 15 | -261/+261 | |
| | | | | Formatting | |||||
* | Add new files to project, rename Sm3 to SM3 | Peter Dettman | 2014-01-21 | 2 | -9/+9 | |
| | ||||||
* | Merge branch 'feature/threefish-skein-memoable-sm3' of ↵ | Peter Dettman | 2014-01-21 | 23 | -1872/+1441 | |
|\ | | | | | | | | | | | | | | | git://github.com/timw/bc-csharp into timw-feature/threefish-skein-memoable-sm3 Conflicts: crypto/crypto.mdp crypto/src/util/Arrays.cs | |||||
| * | Refactor digest tests to subclass DigestTest, the same as bc-java. | Tim Whittington | 2013-10-20 | 14 | -1869/+644 | |
| | | ||||||
| * | Port SM3 digest implementation and tests from bc-java. | Tim Whittington | 2013-10-20 | 2 | -0/+75 | |
| | | ||||||
| * | Port Memoable digest support from bc-java. | Tim Whittington | 2013-10-20 | 1 | -2/+42 | |
| | | ||||||
| * | Port SkeinDigest and SkeinMac from bc-java. | Tim Whittington | 2013-10-20 | 3 | -0/+479 | |
| | | | | | | | | Skein digest and Mac in 256/512/1024 bit state sizes (and arbitrary byte level output size), with unit tests. | |||||
| * | Port of Threefish implementation from bc-java. | Tim Whittington | 2013-10-20 | 5 | -1/+201 | |
| | | | | | | | | All block sizes (256/5124/1024) and unit tests. | |||||
* | | Bring EC performance test up-to-date with Java version | Peter Dettman | 2014-01-21 | 1 | -53/+109 | |
| | | ||||||
* | | Use ECCurve.CreatePoint | Peter Dettman | 2014-01-21 | 1 | -430/+428 | |
| | | | | | | | | Formatting | |||||
* | | Make date format consistent with Java tests | Peter Dettman | 2013-12-29 | 1 | -1/+1 | |
| | | ||||||
* | | Clean up all the special handling for IDEA stuff, back to a single release ↵ | Peter Dettman | 2013-12-17 | 6 | -2811/+2788 | |
| | | | | | | | | assembly. | |||||
* | | Don't require there to be any digests, to allow in particular for a ↵ | Peter Dettman | 2013-11-10 | 1 | -0/+20 | |
| | | | | | | | | certs-only SignedData | |||||
* | | Merge branch 'feature/poly1305' of git://github.com/timw/bc-csharp | Peter Dettman | 2013-11-02 | 2 | -0/+396 | |
|\ \ | | | | | | | | | | | | | Conflicts: crypto/crypto.mdp | |||||
| * | | Port Poly1305 Mac implementation and tests from bc-java. | Tim Whittington | 2013-10-20 | 2 | -0/+396 | |
| |/ | ||||||
* | | Fix namespace | Peter Dettman | 2013-11-01 | 1 | -5/+7 | |
| | | ||||||
* | | Add EnumeratedTest class | Peter Dettman | 2013-11-01 | 1 | -0/+113 | |
| | | ||||||
* | | Merge branch 'feature/gmac' of git://github.com/timw/bc-csharp | Peter Dettman | 2013-11-01 | 2 | -0/+185 | |
|\ \ | | | | | | | | | | | | | Conflicts: crypto/crypto.mdp | |||||
| * | | Port GMac implementation and tests from bc-java. | Tim Whittington | 2013-10-20 | 2 | -0/+185 | |
| |/ | ||||||
* | | Fix XML comment | Peter Dettman | 2013-11-01 | 1 | -306/+307 | |
| | | | | | | | | Detabify | |||||
* | | Port reduced round Salsa20, registerised Salsa20 core, XSalsa20 and ChaCha ↵ | Tim Whittington | 2013-10-10 | 4 | -7/+567 | |
|/ | | | | from bc-java. | |||||
* | Guard against passing IV thru CMac | Peter Dettman | 2013-07-07 | 1 | -198/+214 | |
| | ||||||
* | Fix Platform references in tests | Peter Dettman | 2013-07-07 | 2 | -161/+163 | |
| | ||||||
* | Initial import of old CVS repository | Peter Dettman | 2013-06-28 | 1127 | -0/+103392 | |