summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2018-06-19 18:25:19 +0200
committerAndy Polyakov <appro@openssl.org>2018-06-22 10:58:05 +0200
commit8b2f413e8f2f85e5bcc229e3b63c7f32c7c3c1fd (patch)
tree48a5b4518d8d6e49f926631f00da966c1b343352 /CHANGES
parentbd3d8c12606c48388be61db0681ac759804b6100 (diff)
CHANGES: mention AIX shared library support overhaul.
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6487)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8b4a8bbe10..c272e8d007 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,15 @@
release branch.
Changes between 1.1.0h and 1.1.1 [xx XXX xxxx]
+
+ *) AIX shared library support overhaul. Switch to AIX "natural" way of
+ handling shared libraries, which means collecting shared objects of
+ different versions and bitnesses in one common archive. This allows to
+ mitigate conflict between 1.0 and 1.1 side-by-side installations. It
+ doesn't affect the way 3rd party applications are linked, only how
+ multi-version installation is managed.
+ [Andy Polyakov]
+
*) 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().