summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2010-05-05 15:50:13 +0000
committerBen Laurie <ben@openssl.org>2010-05-05 15:50:13 +0000
commit0e3ef596e55654a7782ae7ce302f8933b4817f12 (patch)
tree67ebb99ff32f1fa7302fc07a70405d3d7d3640a5 /CHANGES
parentf472ec8c2f354314d278e11be567b43630acf090 (diff)
Non-executable stack in asm.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6f713d9e87..c9f2226600 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
Changes between 1.0.0 and 1.1.0 [xx XXX xxxx]
+ *) Make generated asm have non-executable stack.
+ [Contributed by Google <agl@google.com>]
+
*) New function OPENSSL_gmtime_diff to find the difference in days
and seconds between two tm structures. This will be used to provide
additional functionality for ASN1_TIME.