CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2019/10/17 08:28:53
Modified files: lib/libcrypto : constant_time_locl.h lib/libcrypto/err: err.c Log message: Provide err_clear_last_constant_time() as a way of clearing an error from the top of the error stack in constant time. This will be used by upcoming RSA changes. >From OpenSSL 1.1.1d. ok inoguchi@ tb@