Commit db610cb2 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

CHANGES: mention removal of solaris-x86-cc.



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent df6b5e29
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -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]