Module Name: othersrc
Committed By: agc
Date: Sun Sep 18 18:26:32 UTC 2011
Modified Files:
othersrc/external/bsd/hmac/dist: hmac.1
Log Message:
Also mention the recognition of the "hmac-" prefix when determining
hmac algorithms
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/hmac/dist/hmac.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/external/bsd/hmac/dist/hmac.1
diff -u othersrc/external/bsd/hmac/dist/hmac.1:1.2 othersrc/external/bsd/hmac/dist/hmac.1:1.3
--- othersrc/external/bsd/hmac/dist/hmac.1:1.2 Sun Sep 18 18:24:26 2011
+++ othersrc/external/bsd/hmac/dist/hmac.1 Sun Sep 18 18:26:31 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: hmac.1,v 1.2 2011/09/18 18:24:26 agc Exp $
+.\" $NetBSD: hmac.1,v 1.3 2011/09/18 18:26:31 agc Exp $
.\"
.\" Copyright (c) 2011 Alistair Crooks <[email protected]>
.\" All rights reserved.
@@ -71,6 +71,9 @@
.Dv rmd160 ,
.Dv sha1 , and
.Dv md5 .
+The algorithm recognition logic will also recognise the
+.Dq hmac-
+prefix to the algorithm.
.Pp
The following options are available:
.Bl -tag -width algorithm-abcde