summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2016-10-05 16:58:23 +0000
committerschwarze <schwarze@openbsd.org>2016-10-05 16:58:23 +0000
commitd4a206d10ad4eb8fe59eb150b4b6b8c2479adca7 (patch)
tree922b69323b49858bbbf6deb3be4379a2d7c45402
parentsync proc.c with vmd: add p_pw to specify a non-standard user for a process. (diff)
downloadwireguard-openbsd-d4a206d10ad4eb8fe59eb150b4b6b8c2479adca7.tar.xz
wireguard-openbsd-d4a206d10ad4eb8fe59eb150b4b6b8c2479adca7.zip
Fix some broken .Xr links, loosely based on a diff
from Rob Pierce <rob at 2keys dot ca>. The content of this page may also need expert attention, i suspect it may be lacking modern algorithms and over-emphasizing obsolete ones, but i dare not touch the content.
-rw-r--r--lib/libcrypto/man/crypto.325
1 files changed, 12 insertions, 13 deletions
diff --git a/lib/libcrypto/man/crypto.3 b/lib/libcrypto/man/crypto.3
index 1454e36e619..3f2c8ca9dd3 100644
--- a/lib/libcrypto/man/crypto.3
+++ b/lib/libcrypto/man/crypto.3
@@ -1,4 +1,4 @@
-.Dd $Mdocdate: November 12 2015 $
+.Dd $Mdocdate: October 5 2016 $
.Dt CRYPTO 3
.Os
.Sh NAME
@@ -21,12 +21,10 @@ and a cryptographic pseudo-random number generator.
.Bl -tag -width Ds
.It SYMMETRIC CIPHERS
.Xr blowfish 3 ,
-cast,
-.Xr des 3 ,
-idea,
-rc2,
-.Xr rc4 3 ,
-rc5
+CAST, DES, IDEA, RC2,
+.Xr RC4 3 ,
+RC5, see
+.Xr EVP_EncryptInit 3
.It PUBLIC KEY CRYPTOGRAPHY AND KEY AGREEMENT
.Xr dsa 3 ,
.Xr dh 3 ,
@@ -35,12 +33,13 @@ rc5
.Xr x509 3 ,
x509v3
.It AUTHENTICATION CODES, HASH FUNCTIONS
-.Xr hmac 3 ,
+.Xr HMAC 3 ,
.Xr MD2 3 ,
.Xr MD4 3 ,
.Xr MD5 3 ,
-.Xr ripemd 3 ,
-.Xr sha 3
+.Xr RIPEMD160 3 ,
+.Xr sha1 3 ,
+.Xr sha2 3
.It AUXILIARY FUNCTIONS
.Xr ERR 3 ,
.Xr threads 3 ,
@@ -48,14 +47,14 @@ x509v3
.Xr OPENSSL_VERSION_NUMBER 3
.It INPUT/OUTPUT, DATA ENCODING
asn1,
-.Xr bio 3 ,
+.Xr BIO 3 ,
.Xr evp 3 ,
-.Xr pem 3 ,
+.Xr PEM 3 ,
pkcs7,
pkcs12
.It INTERNAL FUNCTIONS
.Xr bn 3 ,
-.Xr buffer 3 ,
+.Xr BIO_f_buffer 3 ,
.Xr ec 3 ,
.Xr lh_new 3 ,
objects,