CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2016/05/30 07:42:54
Modified files: lib/libssl/src/crypto/evp: evp.h evp_enc.c lib/libssl/src/ssl: s3_srvr.c t1_lib.c Log message: deprecate internal use of EVP_[Cipher|Encrypt|Decrypt]_Final. 14 years ago these were changed in OpenSSL to be the same as the _ex functions. We use the _ex functions only internally to ensure it is obvious the ctx must be cleared. ok bcook@