summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2012-09-19 20:58:07 +0000
committerAndy Polyakov <appro@openssl.org>2012-09-19 20:58:07 +0000
commitb8c5929130ff41f5e60475d8dcb084ed719c40a8 (patch)
treeeb195c6b7625da5f525d52cc9d173134f34793ba /CHANGES
parent800a4a707d2d80fd5cd9f3dd6c9e403858ee976c (diff)
config: detect linux-mips* targets.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 55be3622db..be586a2f8a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -359,6 +359,10 @@
Changes between 1.0.1 and 1.0.2 [xx XXX xxxx]
+ *) MIPS assembly pack updates: support for MIPS32r2 and SmartMIPS ASE,
+ platform support for Linux and Android.
+ [Andy Polyakov]
+
*) Call OCSP Stapling callback after ciphersuite has been chosen, so
the right response is stapled. Also change current certificate to
the certificate actually sent.