summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-10-10 22:33:50 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-10-10 22:33:50 +0000
commitcb70355d8721a887a18e7e1afd6876aae26a9332 (patch)
tree8f998ac92ceceda79813151a5ed374563399904b /CHANGES
parentb17442bb043534839dd9799a1e7473257ec9f174 (diff)
Backport ossl_ssize_t type from HEAD.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 488abc5f78..68dd4df746 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 1.0.0e and 1.0.1 [xx XXX xxxx]
+ *) Use type ossl_ssize_t instad of ssize_t which isn't available on
+ all platforms. Move ssize_t definition from e_os.h to the public
+ header file e_os2.h as it now appears in public header file cms.h
+ [Steve Henson]
+
*) New -sigopt option to the ca, req and x509 utilities. Additional
signature parameters can be passed using this option and in
particular PSS.