diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-22 18:05:01 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-22 18:05:01 +0000 |
commit | cb70aeecb38b196fc01c4a5f7e00f120419dfa05 (patch) | |
tree | 0f7d52383ccef053ec895e9824066c77b1bf9d08 /lib/libcrypto | |
parent | 9b3868ba5c955a48cbb138061523f1d78881d155 (diff) |
crypto HISTORY up to 0.9.6h; researched from OpenSSL git
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/man/OPENSSL_cleanse.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libcrypto/man/OPENSSL_cleanse.3 b/lib/libcrypto/man/OPENSSL_cleanse.3 index ec84e83b3e0..87da3fb96dd 100644 --- a/lib/libcrypto/man/OPENSSL_cleanse.3 +++ b/lib/libcrypto/man/OPENSSL_cleanse.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: OPENSSL_cleanse.3,v 1.2 2016/11/29 21:29:19 jmc Exp $ +.\" $OpenBSD: OPENSSL_cleanse.3,v 1.3 2018/03/22 18:05:00 schwarze Exp $ .\" .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 29 2016 $ +.Dd $Mdocdate: March 22 2018 $ .Dt OPENSSL_CLEANSE 3 .Os .Sh NAME @@ -34,3 +34,7 @@ It is provided purely for compatibility with legacy application code. .Fn OPENSSL_cleanse has the same semantics as, and is a wrapper around, .Xr explicit_bzero 3 . +.Sh HISTORY +.Fn OPENSSL_cleanse +first appeared in OpenSSL 0.9.6h and has been available since +.Ox 3.4 . |