commit | 6d0b5ee1d6163732b886bc0567dbce08aeade4c1 | [log] [tgz] |
---|---|---|
author | Joseph Birr-Pixton <jpixton@gmail.com> | Fri Feb 03 00:29:49 2017 +0100 |
committer | Richard Levitte <levitte@openssl.org> | Mon Mar 20 06:40:16 2017 +0100 |
tree | 1b719ef1e38db0c4943dd178a123bb2c1ca5b853 | |
parent | bf6af21e133ac7bfa17a950e87ea952160514e3e [diff] |
Improve testing of elliptic curve validation This involves: - A directory of valid and invalid PEM-encoded curves. This is non-exhaustive and can be added to. - A minor patch to 'openssl ecparam' to make it exit non-zero when curve validation fails. - A test recipe is added in a separate commit. Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2544)