commit | 5ca9946a5ae87ceedc4b6f2744b9300e957c8a98 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Wed May 10 23:11:30 2017 -0400 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Wed May 10 22:11:30 2017 -0500 |
tree | 578edda39ca9d7a6b290f376ebb21f4961a199a6 | |
parent | 92f570eabe713653e5fe2dc9ba666493df047ccb [diff] |
Fixes #3538 -- Make our OpenSSL EC verifier's implementation match the API (#3539) * Document our real API for EC verification, not an accident * formatting consistency * fix the code itself * fixed class name * fixed a test too