aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/ec.rs
Commit message (Collapse)AuthorAgeFilesLines
* Switch to foreign_typesSteven Fackler2017-02-031-5/+30
|
* Support EC_GROUP_set_asn1_flagSteven Fackler2017-01-221-13/+71
| | | | Closes #561
* Clean up EcKey example a bitSteven Fackler2017-01-031-8/+6
|
* add EcKey creation from EcPoint, public_keyBenjamin Fry2016-12-311-0/+47
|
* Return Option from groupSteven Fackler2016-11-161-3/+6
|
* Remove EcGroup constructorsSteven Fackler2016-11-161-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_generatorSteven Fackler2016-11-151-0/+10
|
* Turns out yet another variant of EC_POINT_mul is allowed!Steven Fackler2016-11-151-4/+21
|
* Rename ec_key to ecSteven Fackler2016-11-141-0/+361