Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add new ECCurve methods for encoding lengths | Peter Dettman | 2024-04-26 | 1 | -8/+2 |
| | |||||
* | Refactor ECCurve primality checks | Peter Dettman | 2023-12-05 | 1 | -7/+7 |
| | |||||
* | Replace some locks with singleton init | Peter Dettman | 2023-08-04 | 1 | -34/+5 |
| | |||||
* | Add API TODOs | Peter Dettman | 2023-07-30 | 1 | -0/+1 |
| | |||||
* | Deprecated Asn1TaggedObject.GetObject and refactor | Peter Dettman | 2023-07-18 | 2 | -17/+20 |
| | |||||
* | Refactoring in Asn1 classes | Peter Dettman | 2023-03-11 | 1 | -2/+2 |
| | |||||
* | Refactoring around Asn1EncodableVector | Peter Dettman | 2023-02-17 | 1 | -1/+1 |
| | |||||
* | Cleanup doc warnings | Peter Dettman | 2022-07-12 | 1 | -4/+4 |
| | |||||
* | Generics migration in Asn1 | Peter Dettman | 2022-06-27 | 3 | -17/+11 |
| | |||||
* | Generics migration work | Peter Dettman | 2022-06-27 | 1 | -3/+3 |
| | |||||
* | Update EC curve registry classes | Peter Dettman | 2022-06-24 | 2 | -152/+136 |
| | |||||
* | Code cleanup | Peter Dettman | 2022-06-22 | 1 | -1/+1 |
| | |||||
* | Remove per-ECPoint compression | Peter Dettman | 2022-06-21 | 2 | -27/+3 |
| | |||||
* | ObsoleteAttribute cleanup | Peter Dettman | 2022-06-21 | 4 | -37/+2 |
| | |||||
* | added RSA/EC checks | David Hook | 2022-03-23 | 1 | -7/+7 |
| | |||||
* | Improve curve registry laziness | Peter Dettman | 2022-02-03 | 3 | -80/+310 |
| | |||||
* | New HasValue methods | Peter Dettman | 2021-02-08 | 1 | -1/+1 |
| | |||||
* | Straighten out ECGOST3410NamedCurves | Peter Dettman | 2020-07-17 | 1 | -8/+2 |
| | | | | - deprecate/replace methods returning ECDomainParameters | ||||
* | Mark some constructors obsolete (per bc-java) | Peter Dettman | 2020-02-12 | 1 | -1/+8 |
| | |||||
* | Port of strict hex decoding from bc-java | Peter Dettman | 2019-09-09 | 1 | -82/+87 |
| | |||||
* | Add and use IntValueExact properties | Peter Dettman | 2019-08-10 | 1 | -7/+6 |
| | |||||
* | EC wNAF-related updates from bc-java | Peter Dettman | 2019-08-02 | 1 | -205/+174 |
| | | | | | | | - 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 | ||||
* | Refactoring | Peter Dettman | 2019-06-04 | 2 | -25/+9 |
| | |||||
* | Update DHValidationParms.cs | Kristian Rastrup | 2019-05-13 | 1 | -1/+1 |
| | | | Correcting type check in DHValidationParms | ||||
* | EC-related updates from bc-java | Peter Dettman | 2018-07-10 | 4 | -51/+60 |
| | |||||
* | Add GOST34.10 2012 parameter sets | Peter Dettman | 2017-09-16 | 1 | -0/+24 |
| | |||||
* | Initial implementation of SM2 elliptic curve | Peter Dettman | 2017-06-03 | 1 | -13/+18 |
| | | | | | - includes custom curve code - add lots of OIDs from GM standard | ||||
* | Add Platform method for getting the type name of an object | Peter Dettman | 2015-11-21 | 3 | -3/+9 |
| | |||||
* | added GetInstance methods | David Hook | 2015-11-13 | 2 | -0/+50 |
| | |||||
* | Review of culture-independent String comparison methods | Peter Dettman | 2015-11-12 | 1 | -2/+2 |
| | |||||
* | Port latest X9 EC stuff from Java API | Peter Dettman | 2015-10-14 | 4 | -69/+145 |
| | |||||
* | Port of latest PGP tests and supporting code changes | Peter Dettman | 2015-10-12 | 1 | -0/+22 |
| | |||||
* | Merge branch 'master' of git.bouncycastle.org:bc-csharp | Peter Dettman | 2015-08-14 | 1 | -5/+5 |
|\ | | | | | | | | | Conflicts: crypto/src/asn1/x9/X9ECParametersHolder.cs | ||||
| * | Move lazy initialization under lock | Peter Dettman | 2015-06-26 | 1 | -16/+19 |
| | | |||||
* | | Add locking to lazy factory property | Peter Dettman | 2015-06-12 | 1 | -6/+9 |
|/ | |||||
* | Include ANSSI curves in getByOID lookup | Peter Dettman | 2015-03-25 | 1 | -1/+6 |
| | |||||
* | Add ANSSI curve FRP256v1 and refactor curve registries | Peter Dettman | 2015-03-23 | 2 | -9/+19 |
| | |||||
* | Fix dodgy character in curve seed | Peter Dettman | 2014-02-07 | 1 | -1/+1 |
| | |||||
* | Add order/cofactor to Fp curves | Peter Dettman | 2014-02-04 | 1 | -25/+46 |
| | |||||
* | Some more EC point normalization | Peter Dettman | 2014-01-24 | 2 | -7/+7 |
| | |||||
* | Make class abstract | Peter Dettman | 2014-01-24 | 1 | -32/+24 |
| | |||||
* | Formatting | Peter Dettman | 2014-01-23 | 1 | -45/+45 |
| | |||||
* | Use new Math.Field classes in EC curves, and avoid casting in client code | Peter Dettman | 2014-01-22 | 3 | -187/+224 |
| | |||||
* | Add new classes in Math.Field and some other EC-related stuff from Java | Peter Dettman | 2014-01-21 | 1 | -0/+118 |
| | |||||
* | Formatting | Peter Dettman | 2014-01-21 | 1 | -714/+714 |
| | |||||
* | Initial import of old CVS repository | Peter Dettman | 2013-06-28 | 15 | -0/+1892 |