CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/07/09 02:55:32
Modified files: lib/libssl/src/crypto/rsa: rsa.h rsa_lib.c Log message: Remove RSA_memory_lock(). This undocumented function sort-of serializes your RSA components to memory and clears them, but there is no unserializing function, so its usefulness is close to zero. A grep through the ports tree sources show that it is only present in ports embedding their own openssl copy, and never used otherwise. ok jsing@