aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/ecdsa.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests when built with no-ec2mSteven Fackler2018-07-291-8/+4
| | | | | | | The other curve identifier isn't valid, at least in some contexts so just ignore the test in those cases. Closes #964
* Switch to accessors in libressl where possibleSteven Fackler2018-06-091-1/+1
| | | | | | | Some accessors are mysteriously still macros so we can't make everything opaque yet, unfortunately. cc #909
* Overhaul openssl cfgsSteven Fackler2018-05-201-40/+40
| | | | Also expose hostname verification on libressl
* Some ECDSA fixes/tweaksSteven Fackler2018-03-111-22/+27
|
* Revert previous commitRohit Aggarwal2018-03-111-3/+5
|
* Arguments should be BigNumRef and not BigNumRohit Aggarwal2018-03-101-5/+3
|
* Remove unneeded paramterRohit Aggarwal2018-03-091-15/+12
|
* Changes as per PR feedbackRohit Aggarwal2018-03-081-9/+21
|
* Get curves for OpenSSL tests itselfRohit Aggarwal2018-03-081-1/+6
|
* Try out another curveRohit Aggarwal2018-03-081-1/+1
|
* Another try at using the correct curveRohit Aggarwal2018-03-081-8/+1
|
* Use examples listed in OpenSSL docs for testingRohit Aggarwal2018-03-081-10/+20
|
* Exposed some of ECDSA functionsRohit Aggarwal2018-03-081-0/+179