summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2018-03-22 18:05:00 +0000
committerschwarze <>2018-03-22 18:05:00 +0000
commit048766f3f9e1026324d3118af9cfa7093d30a4b5 (patch)
tree610b91fcef92ae1192aa2f66a9cae171047dfa0b
parent3b5737ab45386aeba96c63ab574e8db4f112f36d (diff)
downloadopenbsd-048766f3f9e1026324d3118af9cfa7093d30a4b5.tar.gz
openbsd-048766f3f9e1026324d3118af9cfa7093d30a4b5.tar.bz2
openbsd-048766f3f9e1026324d3118af9cfa7093d30a4b5.zip
crypto HISTORY up to 0.9.6h; researched from OpenSSL git
-rw-r--r--src/lib/libcrypto/man/OPENSSL_cleanse.38
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/OPENSSL_cleanse.3 b/src/lib/libcrypto/man/OPENSSL_cleanse.3
index ec84e83b3e..87da3fb96d 100644
--- a/src/lib/libcrypto/man/OPENSSL_cleanse.3
+++ b/src/lib/libcrypto/man/OPENSSL_cleanse.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: OPENSSL_cleanse.3,v 1.2 2016/11/29 21:29:19 jmc Exp $ 1.\" $OpenBSD: OPENSSL_cleanse.3,v 1.3 2018/03/22 18:05:00 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: November 29 2016 $ 17.Dd $Mdocdate: March 22 2018 $
18.Dt OPENSSL_CLEANSE 3 18.Dt OPENSSL_CLEANSE 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -34,3 +34,7 @@ It is provided purely for compatibility with legacy application code.
34.Fn OPENSSL_cleanse 34.Fn OPENSSL_cleanse
35has the same semantics as, and is a wrapper around, 35has the same semantics as, and is a wrapper around,
36.Xr explicit_bzero 3 . 36.Xr explicit_bzero 3 .
37.Sh HISTORY
38.Fn OPENSSL_cleanse
39first appeared in OpenSSL 0.9.6h and has been available since
40.Ox 3.4 .