From: Andy Polyakov Date: Wed, 21 Sep 2016 20:05:12 +0000 (+0200) Subject: CHANGES: mention removal of solaris-x86-cc. X-Git-Tag: OpenSSL_1_1_0a~11 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=db610cb29cd2658c4feb60f4899856f0ac5e9dab;p=oweals%2Fopenssl.git CHANGES: mention removal of solaris-x86-cc. Reviewed-by: Rich Salz --- diff --git a/CHANGES b/CHANGES index 8b0e21ffdf..9fc7bfb357 100644 --- a/CHANGES +++ b/CHANGES @@ -4,7 +4,14 @@ Changes between 1.1.0 and 1.1.0a [xx XXX xxxx] - *) + *) solaris-x86-cc, i.e. 32-bit configuration with vendor compiler, + had to be removed. Primary reason is that vendor assembler can't + assemble our modules with -KPIC flag. As result it, assembly + support, was not even available as option. But its lack means + lack of side-channel resistant code, which is incompatible with + security by todays standards. Fortunately gcc is readily available + prepackaged option, which we firmly point at... + [Andy Polyakov] Changes between 1.0.2h and 1.1.0 [25 Aug 2016]