Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add foundations for supporting other coordinate systems | Peter Dettman | 2014-01-22 | 2 | -85/+226 | |
| | | | | | Add curve configuration Multipliers now live on the curve instead of points | |||||
* | Make public | Peter Dettman | 2014-01-22 | 2 | -2/+2 | |
| | ||||||
* | Override methods to optimize for LongArray | Peter Dettman | 2014-01-22 | 1 | -0/+20 | |
| | ||||||
* | Use new Math.Field classes in EC curves, and avoid casting in client code | Peter Dettman | 2014-01-22 | 5 | -349/+385 | |
| | ||||||
* | Implement TwicePlus optimization in Fp curves | Peter Dettman | 2014-01-22 | 3 | -312/+439 | |
| | ||||||
* | Port LongArray from Java and use in F2mFieldElement | Peter Dettman | 2014-01-22 | 3 | -157/+2086 | |
| | ||||||
* | BMA-119 | Peter Dettman | 2014-01-21 | 1 | -601/+496 | |
| | | | | | Make GetValueList methods consistent Remove obsolete X509Name methods | |||||
* | Fix up openssl test cases | Peter Dettman | 2014-01-21 | 1 | -353/+353 | |
| | ||||||
* | Remove DerUnknownTag class | Peter Dettman | 2014-01-21 | 1 | -80/+0 | |
| | ||||||
* | Stop using DerUnknownTag (throw exceptions during parsing instead) | Peter Dettman | 2014-01-21 | 3 | -463/+457 | |
| | ||||||
* | BMA-118 | Peter Dettman | 2014-01-21 | 1 | -95/+88 | |
| | | | | Handle null properly in AuthorityInformationAccess.GetInstance | |||||
* | Reformat | Peter Dettman | 2014-01-21 | 1 | -44/+42 | |
| | ||||||
* | BMA-116 | Peter Dettman | 2014-01-21 | 3 | -249/+266 | |
| | | | | Update some Asn1.X509 classes from Java | |||||
* | Fix Equals methods | Peter Dettman | 2014-01-21 | 2 | -27/+28 | |
| | ||||||
* | Add new files to project, rename Sm3 to SM3 | Peter Dettman | 2014-01-21 | 1 | -8/+8 | |
| | ||||||
* | Fix up merge | Peter Dettman | 2014-01-21 | 2 | -12/+29 | |
| | ||||||
* | Merge branch 'feature/threefish-skein-memoable-sm3' of ↵ | Peter Dettman | 2014-01-21 | 30 | -75/+3708 | |
|\ | | | | | | | | | | | | | | | git://github.com/timw/bc-csharp into timw-feature/threefish-skein-memoable-sm3 Conflicts: crypto/crypto.mdp crypto/src/util/Arrays.cs | |||||
| * | Port HMac optimisation using Memoable digests from bc-java. | Tim Whittington | 2013-10-20 | 1 | -7/+37 | |
| | | ||||||
| * | Port SM3 digest implementation and tests from bc-java. | Tim Whittington | 2013-10-20 | 1 | -0/+328 | |
| | | ||||||
| * | Port Memoable digest support from bc-java. | Tim Whittington | 2013-10-20 | 23 | -94/+492 | |
| | | ||||||
| * | Port SkeinDigest and SkeinMac from bc-java. | Tim Whittington | 2013-10-20 | 5 | -0/+1362 | |
| | | | | | | | | 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 | 2 | -0/+1531 | |
| | | | | | | | | All block sizes (256/5124/1024) and unit tests. | |||||
* | | Merge branch 'pkix-validator-throw' of git://github.com/jstedfast/bc-csharp ↵ | Peter | 2014-01-21 | 1 | -5/+5 | |
|\ \ | | | | | | | | | | into jstedfast-pkix-validator-throw | |||||
| * | | Need to throw the new exceptions rather than leaving them to fall into the void | Jeffrey Stedfast | 2013-11-24 | 1 | -5/+5 | |
| | | | ||||||
* | | | Add new classes in Math.Field and some other EC-related stuff from Java | Peter Dettman | 2014-01-21 | 11 | -0/+485 | |
| | | | ||||||
* | | | Formatting | Peter Dettman | 2014-01-21 | 1 | -714/+714 | |
| | | | ||||||
* | | | Formatting | Peter Dettman | 2014-01-21 | 1 | -1173/+1173 | |
| | | | ||||||
* | | | Make typed Equals methods public (and virtual) | Peter Dettman | 2014-01-21 | 1 | -3/+3 | |
| | | | ||||||
* | | | Merge branch 'master' of git.bouncycastle.org:bc-csharp | Peter Dettman | 2014-01-21 | 2 | -13/+25 | |
|\ \ \ | ||||||
| * | | | added Camellia tags | David Hook | 2014-01-15 | 1 | -2/+11 | |
| | | | | ||||||
| * | | | added Camellia tags | David Hook | 2014-01-15 | 1 | -11/+14 | |
| | | | | ||||||
* | | | | Make static utility classes abstract instead of sealed | Peter Dettman | 2014-01-21 | 6 | -298/+288 | |
| | | | | | | | | | | | | | | | | | | | | Add Arrays.GetHashCode for int[] Formatting | |||||
* | | | | Bring Fp field element code mostly up-to-date with Java version | Peter Dettman | 2014-01-21 | 2 | -778/+800 | |
| | | | | ||||||
* | | | | Fix XML comments | Peter Dettman | 2014-01-21 | 2 | -5/+5 | |
|/ / / | ||||||
* | | | Registerize top accumulator word in Montgomery multiplication/squaring | Peter Dettman | 2014-01-03 | 1 | -6/+12 | |
| | | | ||||||
* | | | Fix tabs | Peter Dettman | 2014-01-03 | 1 | -2128/+2128 | |
| | | | ||||||
* | | | Make date format consistent with Java tests | Peter Dettman | 2013-12-29 | 2 | -8/+8 | |
| | | | ||||||
* | | | Use Platform.ToUpperInvariant | Peter Dettman | 2013-12-18 | 1 | -1/+1 | |
| | | | ||||||
* | | | Port of PrfAlgorithm and ProtocolVersion from Java TLS | Peter Dettman | 2013-12-18 | 2 | -0/+184 | |
| | | | ||||||
* | | | Factor out variation of MacUtilities.DoFinal | Peter Dettman | 2013-12-18 | 2 | -4/+8 | |
| | | | ||||||
* | | | Clean up all the special handling for IDEA stuff, back to a single release ↵ | Peter Dettman | 2013-12-17 | 5 | -43/+22 | |
| | | | | | | | | | | | | assembly. | |||||
* | | | More porting from Java TLS, mainly enum replacement | Peter Dettman | 2013-12-17 | 28 | -821/+1100 | |
| | | | ||||||
* | | | A round of porting from Java TLS | Peter Dettman | 2013-12-17 | 27 | -1188/+1728 | |
| | | | ||||||
* | | | Add methods for converting from BC RSAPrivateKeyStructure | Peter Dettman | 2013-12-07 | 1 | -13/+34 | |
| | | | ||||||
* | | | Use Negate() to simplify | Peter Dettman | 2013-12-05 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add ECFieldElement.GetEncoded() method | Peter Dettman | 2013-12-05 | 1 | -2/+7 | |
| | | | ||||||
* | | | Always apply sign guard | Peter Dettman | 2013-12-03 | 1 | -4/+4 | |
|/ / | ||||||
* | | Use 1/n-1 record splitting instead of 0/n | Peter Dettman | 2013-11-20 | 1 | -13/+24 | |
| | | ||||||
* | | Auto-initialize random if necessary | Peter Dettman | 2013-11-11 | 1 | -0/+5 | |
| | | ||||||
* | | Don't require there to be any digests, to allow in particular for a ↵ | Peter Dettman | 2013-11-10 | 1 | -5/+0 | |
| | | | | | | | | certs-only SignedData | |||||
* | | Port from Java of improvements to DerBoolean and DerEnumerated | Peter Dettman | 2013-11-03 | 3 | -61/+97 | |
| | | ||||||
* | | Fix comments | Peter Dettman | 2013-11-02 | 1 | -4/+5 | |
| | | ||||||
* | | Merge branch 'feature/poly1305' of git://github.com/timw/bc-csharp | Peter Dettman | 2013-11-02 | 2 | -0/+394 | |
|\ \ | | | | | | | | | | | | | Conflicts: crypto/crypto.mdp | |||||
| * | | Port Poly1305 Mac implementation and tests from bc-java. | Tim Whittington | 2013-10-20 | 2 | -0/+394 | |
| |/ | ||||||
* | | Clone bytes in constructor since it may be using a temp buffer in the ASN.1 ↵ | Peter Dettman | 2013-11-01 | 1 | -1/+1 | |
| | | | | | | | | parser | |||||
* | | Minor edit to comment | Peter Dettman | 2013-11-01 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'feature/gmac' of git://github.com/timw/bc-csharp | Peter Dettman | 2013-11-01 | 4 | -0/+124 | |
|\ \ | | | | | | | | | | | | | Conflicts: crypto/crypto.mdp | |||||
| * | | Port GMac implementation and tests from bc-java. | Tim Whittington | 2013-10-20 | 4 | -0/+124 | |
| |/ | ||||||
* | | Fix length in ShiftLeft | Peter Dettman | 2013-11-01 | 1 | -1/+1 | |
| | | ||||||
* | | Restore dodgy file | Peter Dettman | 2013-11-01 | 1 | -0/+0 | |
| | | ||||||
* | | Remove dodgy file | Peter Dettman | 2013-11-01 | 1 | -0/+0 | |
| | | ||||||
* | | Use xmldoc for documentation of Salsa20/XSalsa20/ChaCha | Tim Whittington | 2013-10-19 | 3 | -45/+37 | |
| | | ||||||
* | | Make ChaCha and Salsa20 engines CLSCompliant. | Tim Whittington | 2013-10-18 | 2 | -7/+5 | |
| | | ||||||
* | | Port reduced round Salsa20, registerised Salsa20 core, XSalsa20 and ChaCha ↵ | Tim Whittington | 2013-10-10 | 3 | -91/+434 | |
|/ | | | | from bc-java. | |||||
* | fixed line endings | David Hook | 2013-08-07 | 1 | -0/+0 | |
| | ||||||
* | Don't ignore the input offset argument | Peter Dettman | 2013-07-31 | 1 | -3/+3 | |
| | ||||||
* | Attempt to perform doubling operation in constant time | Peter Dettman | 2013-07-10 | 1 | -13/+23 | |
| | ||||||
* | Guard against passing IV thru CMac | Peter Dettman | 2013-07-07 | 1 | -220/+226 | |
| | ||||||
* | Initial import of old CVS repository | Peter Dettman | 2013-06-28 | 1133 | -0/+161568 | |