aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-04-05 22:38:03 +0200
committerRichard Levitte <levitte@openssl.org>2017-04-10 12:11:00 +0200
commite361a7b285f954aead44f70f0dde35e120e1e0b3 (patch)
tree77fa5168595b9b01cc0fd00f6ba4a36d8fa23da4 /CHANGES
parent676cc3a67faf8170be910c2149d65616697cb126 (diff)
downloadopenssl-e361a7b285f954aead44f70f0dde35e120e1e0b3.tar.gz
Add a note in CHANGES
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3126)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 72c78eac1b..3617e8f7b7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
Changes between 1.1.0e and 1.1.1 [xx XXX xxxx]
+ *) Add the ASN.1 types INT32, UINT32, INT64, UINT64 and variants prefixed
+ with Z. These are meant to replace LONG and ZLONG and to be size safe.
+ The use of LONG and ZLONG is discouraged and scheduled for deprecation
+ in OpenSSL 1.2.0.
+ [Richard Levitte]
+
*) Add the 'z' and 'j' modifiers to BIO_printf() et al formatting string,
'z' is to be used for [s]size_t, and 'j' - with [u]int64_t.
[Richard Levitte, Andy Polyakov]