summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2018-03-21 07:06:18 +0000
committerschwarze <schwarze@openbsd.org>2018-03-21 07:06:18 +0000
commitda7f29a08caa964e4f31916ad97ab31ea26602a0 (patch)
tree4ab60189f5818a78ffe38469667e8e859d91a13c
parentFix the way we detect xrun on the recording end, which may prevent the (diff)
downloadwireguard-openbsd-da7f29a08caa964e4f31916ad97ab31ea26602a0.tar.xz
wireguard-openbsd-da7f29a08caa964e4f31916ad97ab31ea26602a0.zip
hmac.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git
-rw-r--r--lib/libcrypto/man/HMAC.310
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/libcrypto/man/HMAC.3 b/lib/libcrypto/man/HMAC.3
index cc73d360d9e..d4de739f044 100644
--- a/lib/libcrypto/man/HMAC.3
+++ b/lib/libcrypto/man/HMAC.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: HMAC.3,v 1.8 2018/02/18 17:32:13 schwarze Exp $
+.\" $OpenBSD: HMAC.3,v 1.9 2018/03/21 07:06:18 schwarze Exp $
.\" full merge up to: OpenSSL crypto/hmac a528d4f0 Oct 27 13:40:11 2015 -0400
.\" selective merge up to: OpenSSL man3/HMAC b3696a55 Sep 2 09:35:50 2017 -0400
.\"
@@ -52,7 +52,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: February 18 2018 $
+.Dd $Mdocdate: March 21 2018 $
.Dt HMAC 3
.Os
.Sh NAME
@@ -370,12 +370,14 @@ or 0 on error.
RFC 2104
.Sh HISTORY
.Fn HMAC ,
+.Fn HMAC_cleanup ,
.Fn HMAC_Init ,
.Fn HMAC_Update ,
.Fn HMAC_Final ,
and
-.Fn HMAC_cleanup
-are available since SSLeay 0.9.0.
+.Fn HMAC_size
+first appeared in SSLeay 0.9.0 and have been available since
+.Ox 2.4 .
.Pp
.Fn HMAC_CTX_init ,
.Fn HMAC_Init_ex ,