mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
[fixup] Add CHANGES entry
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6116)
This commit is contained in:
parent
792546eb18
commit
379f846387
7
CHANGES
7
CHANGES
@ -8,6 +8,13 @@
|
||||
release branch.
|
||||
|
||||
Changes between 1.1.0h and 1.1.1 [xx XXX xxxx]
|
||||
*) Make ec_group_do_inverse_ord() more robust and available to other
|
||||
EC cryptosystems, so that irrespective of BN_FLG_CONSTTIME, SCA
|
||||
mitigations are applied to the fallback BN_mod_inverse().
|
||||
When using this function rather than BN_mod_inverse() directly, new
|
||||
EC cryptosystem implementations are then safer-by-default.
|
||||
[Billy Bob Brumley]
|
||||
|
||||
*) Add coordinate blinding for EC_POINT and implement projective
|
||||
coordinate blinding for generic prime curves as a countermeasure to
|
||||
chosen point SCA attacks.
|
||||
|
Loading…
x
Reference in New Issue
Block a user