summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2019-06-07 19:40:35 +0000
committerschwarze <schwarze@openbsd.org>2019-06-07 19:40:35 +0000
commit92086ec9a65095797c405f2e0e4bb5ab5ade06b0 (patch)
tree92b2b163cfc64c3ee62f1ec243099826918c31ed
parentremove cross-references to the obsolete function OpenSSL_add_all_algorithms(3) (diff)
downloadwireguard-openbsd-92086ec9a65095797c405f2e0e4bb5ab5ade06b0.tar.xz
wireguard-openbsd-92086ec9a65095797c405f2e0e4bb5ab5ade06b0.zip
Remove pointless direct backlinks from the leaf pages HMAC(3) and
PKCS5_PBKDF2_HMAC(3) to the top level page evp(3). The leaf pages still have backlinks to the group entry page EVP_DigestInit(3), which is enough. Redundancy and asymmetry pointed out by tb@.
-rw-r--r--lib/libcrypto/man/HMAC.35
-rw-r--r--lib/libcrypto/man/PKCS5_PBKDF2_HMAC.35
2 files changed, 4 insertions, 6 deletions
diff --git a/lib/libcrypto/man/HMAC.3 b/lib/libcrypto/man/HMAC.3
index fb4af33cdf4..2f9f45c663b 100644
--- a/lib/libcrypto/man/HMAC.3
+++ b/lib/libcrypto/man/HMAC.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: HMAC.3,v 1.14 2019/06/06 01:06:58 schwarze Exp $
+.\" $OpenBSD: HMAC.3,v 1.15 2019/06/07 19:40:35 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: June 6 2019 $
+.Dd $Mdocdate: June 7 2019 $
.Dt HMAC 3
.Os
.Sh NAME
@@ -365,7 +365,6 @@ if none was set.
returns the length in bytes of the underlying hash function output
or 0 on error.
.Sh SEE ALSO
-.Xr evp 3 ,
.Xr EVP_DigestInit 3
.Sh STANDARDS
RFC 2104
diff --git a/lib/libcrypto/man/PKCS5_PBKDF2_HMAC.3 b/lib/libcrypto/man/PKCS5_PBKDF2_HMAC.3
index 779b24dbbbf..21b913156e4 100644
--- a/lib/libcrypto/man/PKCS5_PBKDF2_HMAC.3
+++ b/lib/libcrypto/man/PKCS5_PBKDF2_HMAC.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: PKCS5_PBKDF2_HMAC.3,v 1.7 2019/06/06 01:06:58 schwarze Exp $
+.\" $OpenBSD: PKCS5_PBKDF2_HMAC.3,v 1.8 2019/06/07 19:40:35 schwarze Exp $
.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
.\"
.\" This file was written by Jeffrey Walton <noloader@gmail.com>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 6 2019 $
+.Dd $Mdocdate: June 7 2019 $
.Dt PKCS5_PBKDF2_HMAC 3
.Os
.Sh NAME
@@ -151,7 +151,6 @@ and
.Fn PBKCS5_PBKDF2_HMAC_SHA1
return 1 on success or 0 on error.
.Sh SEE ALSO
-.Xr evp 3 ,
.Xr EVP_BytesToKey 3 ,
.Xr EVP_DigestInit 3 ,
.Xr RAND_bytes 3