summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorStuart Carnie <stuart.carnie@gmail.com>2020-07-04 11:41:43 -0700
committerRichard Levitte <levitte@openssl.org>2020-12-03 11:17:16 +0100
commit61168b5b8dde03f3b77ddf5e4b1b81c338c01746 (patch)
tree0448de3823313f2c7cadcaad0363b32e52c5ff58 /CHANGES
parent9d5580612887b0c37016e7b65707e8e9dc27f4bb (diff)
Configuration: darwin64-arm64-cc for Apple silicon
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12369)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 401ae7a339..b927cf1361 100644
--- a/CHANGES
+++ b/CHANGES
@@ -46,6 +46,9 @@
*) The Oracle Developer Studio compiler will start reporting deprecated APIs
+ *) Add support for Apple Silicon M1 Macs with the darwin64-arm64-cc target.
+ [Stuart Carnie]
+
Changes between 1.1.1f and 1.1.1g [21 Apr 2020]
*) Fixed segmentation fault in SSL_check_chain()