diff options
author | Rich Salz <rsalz@akamai.com> | 2019-06-11 21:42:42 +0200 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2019-07-22 16:24:56 +0200 |
commit | 56c3a135b239f4c8ccfdbbb1668880d4c39d5b87 (patch) | |
tree | 22bf3958a3b0046ae690e57dd5eaad90c6fcf25a /CHANGES | |
parent | Allocate DRBG additional data pool from non-secure memory (diff) | |
download | openssl-56c3a135b239f4c8ccfdbbb1668880d4c39d5b87.tar.xz openssl-56c3a135b239f4c8ccfdbbb1668880d4c39d5b87.zip |
Add ERR_put_func_error, and use it.
Change SYSerr to have the function name; remove SYS_F_xxx defines
Add a test and documentation.
Use get_last_socket_err, which removes some ifdef's in OpenSSL code.
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9072)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -45,6 +45,10 @@ *) Support SM2 signing and verification schemes with X509 certificate. [Paul Yang] + *) The macro SYSerr() was changed to take a function name, not + a numeric value; the SYS_F_xxx defines were removed. + [Rich Salz] + *) Use SHA256 as the default digest for TS query in the ts app. [Tomas Mraz] |