diff options
author | Richard Levitte <levitte@openssl.org> | 2018-08-07 04:55:47 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-08-07 07:53:08 +0200 |
commit | 38eca7fed09a57c1b7a05d651af2c667b3e87719 (patch) | |
tree | f0f07d640bc646e7b603aff7fc21bb6d6a24c224 /CHANGES | |
parent | 3ef97bd8cbaa7cd8ac323978207606293a48ba0d (diff) | |
download | openssl-new-38eca7fed09a57c1b7a05d651af2c667b3e87719.tar.gz |
Make EVP_PKEY_asn1_new() stricter with its input
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6880)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9,6 +9,11 @@ Changes between 1.1.0h and 1.1.1 [xx XXX xxxx] + *) Make EVP_PKEY_asn1_new() a bit stricter about its input. A NULL pem_str + parameter is no longer accepted, as it leads to a corrupt table. NULL + pem_str is reserved for alias entries only. + [Richard Levitte] + *) Use the new ec_scalar_mul_ladder scaffold to implement a specialized ladder step for prime curves. The new implementation is based on formulae from differential addition-and-doubling in homogeneous projective coordinates |