diff options
author | Richard Levitte <levitte@openssl.org> | 2017-08-05 21:47:00 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2017-08-15 14:26:12 +0200 |
commit | e1a4ff7678ef8fd2d67416f84a7408e826c7dccc (patch) | |
tree | 52aedb8e4dcdc1e81efc3628514af1fd36e18dfb /CHANGES | |
parent | Rename crypto/evp/scrypt.c to crypto/evp/pbe_scrypt.c (diff) | |
download | openssl-e1a4ff7678ef8fd2d67416f84a7408e826c7dccc.tar.xz openssl-e1a4ff7678ef8fd2d67416f84a7408e826c7dccc.zip |
Add ERR_clear_last_mark()
This allows callers to set a mark, and then clear it without removing
the errors. Useful in case an error is encountered that should be
returned up the call stack.
Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4094)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,6 +9,10 @@ Changes between 1.1.0f and 1.1.1 [xx XXX xxxx] + *) Add ERR_clear_last_mark(), to allow callers to clear the last mark + without clearing the errors. + [Richard Levitte] + *) Add "atfork" functions. If building on a system that without pthreads, see doc/man3/OPENSSL_fork_prepare.pod for application requirements. The RAND facility now uses/requires this. |