[Cryptography-dev] Questions on writing EllipticCurve test fixtures

2015-10-27 Thread Peter Hamilton
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

Re: [Cryptography-dev] Questions on writing EllipticCurve test fixtures

2015-10-27 Thread Ron Frederick
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