aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-03-28 16:57:41 +0200
committerRichard Levitte <levitte@openssl.org>2017-03-29 16:16:25 +0200
commit1e53a9fd1ad1260274065c12d0e9efbabb7d94e1 (patch)
tree12c644de597b66cf7543eb78a38fa2c9882ed4fb /CHANGES
parent6edc71456463f66008b9cf40dadf00aba037f8da (diff)
downloadopenssl-1e53a9fd1ad1260274065c12d0e9efbabb7d94e1.tar.gz
Add z modifier parsing to the BIO_printf et all format string
Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3064)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2cdd03a832..d6a09b00e2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 1.1.0e and 1.1.1 [xx XXX xxxx]
+ *) Add the z modifier parsing to BIO_printf() et al formatting string,
+ to be used for size_t and ssize_t (ossl_ssize_t).
+ [Richard Levitte]
+
*) Add EC_KEY_get0_engine(), which does for EC_KEY what RSA_get0_engine()
does for RSA, etc.
[Richard Levitte]