I'm trying to add a tests/hazmat/primitives/fixtures_ec.py file containing
EllipticCurve fixtures for use in testing the certificate validation
feature I'm working on, and I have a few questions. I'm using OpenSSL to
generate EllipticCurve public/private keys, with the intent of then adding
them in
On Oct 27, 2015, at 12:27 PM, Peter Hamilton
wrote:
> I'm trying to add a tests/hazmat/primitives/fixtures_ec.py file containing
> EllipticCurve fixtures for use in testing the certificate validation feature
> I'm working on, and I have a few questions. I'm using OpenSSL to generate
> Elliptic