| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (issues-600) Avoid compiling ec2m code against no-ec2m openssl | Andrew Roetker | 2017-04-11 | 1 | -0/+1 |
| | | | | | | This commit avoids defining code that leads to undefined references when compiling against an openssl built with no-ec2m. | ||||
| * | Add new EC/PKEY methods to permit deriving shared secrets. | Andrew Osmond | 2017-04-10 | 1 | -0/+11 |
| | | |||||
| * | Switch to foreign_types | Steven Fackler | 2017-02-03 | 1 | -5/+30 |
| | | |||||
| * | Support EC_GROUP_set_asn1_flag | Steven Fackler | 2017-01-22 | 1 | -13/+71 |
| | | | | | Closes #561 | ||||
| * | Clean up EcKey example a bit | Steven Fackler | 2017-01-03 | 1 | -8/+6 |
| | | |||||
| * | add EcKey creation from EcPoint, public_key | Benjamin Fry | 2016-12-31 | 1 | -0/+47 |
| | | |||||
| * | Return Option from group | Steven Fackler | 2016-11-16 | 1 | -3/+6 |
| | | |||||
| * | Remove EcGroup constructors | Steven Fackler | 2016-11-16 | 1 | -36/+1 |
| | | | | | | You also need a generator and possibly other stuff. Let's hold off on construction until someone has a concrete requirement for them. | ||||
| * | Add a test for mul_generator | Steven Fackler | 2016-11-15 | 1 | -0/+10 |
| | | |||||
| * | Turns out yet another variant of EC_POINT_mul is allowed! | Steven Fackler | 2016-11-15 | 1 | -4/+21 |
| | | |||||
| * | Rename ec_key to ec | Steven Fackler | 2016-11-14 | 1 | -0/+361 |