diff options
author | 2016-11-05 14:41:31 +0000 | |
---|---|---|
committer | 2016-11-05 14:41:31 +0000 | |
commit | 6f66b2da6b33a36d153481a0816b1adfe61e9ff3 (patch) | |
tree | f59f47d7378bf3bcc388d94b02510d503660bfc0 | |
parent | add the missing content, sorry for committing an empty file (diff) | |
download | wireguard-openbsd-6f66b2da6b33a36d153481a0816b1adfe61e9ff3.tar.xz wireguard-openbsd-6f66b2da6b33a36d153481a0816b1adfe61e9ff3.zip |
minor mandoc -Tlint nits
-rw-r--r-- | lib/libcrypto/man/ASN1_generate_nconf.3 | 4 | ||||
-rw-r--r-- | lib/libcrypto/man/EVP_AEAD_CTX_init.3 | 5 | ||||
-rw-r--r-- | lib/libcrypto/man/EVP_PKEY_verify_recover.3 | 8 |
3 files changed, 8 insertions, 9 deletions
diff --git a/lib/libcrypto/man/ASN1_generate_nconf.3 b/lib/libcrypto/man/ASN1_generate_nconf.3 index abea69c0563..f92afece23d 100644 --- a/lib/libcrypto/man/ASN1_generate_nconf.3 +++ b/lib/libcrypto/man/ASN1_generate_nconf.3 @@ -1,4 +1,4 @@ -.Dd $Mdocdate: September 22 2015 $ +.Dd $Mdocdate: November 5 2016 $ .Dt ASN1_GENERATE_NCONF 3 .Os .Sh NAME @@ -141,7 +141,7 @@ can be used to specify the format of If the format is anything other than .Cm BITLIST , the number of unused bits is set to zero. -.It Xo +.It Xo .Cm BMPSTRING , BMP , .Cm GeneralString , .Cm IA5STRING , IA5 , diff --git a/lib/libcrypto/man/EVP_AEAD_CTX_init.3 b/lib/libcrypto/man/EVP_AEAD_CTX_init.3 index e6abc282d30..02e2b26f0e5 100644 --- a/lib/libcrypto/man/EVP_AEAD_CTX_init.3 +++ b/lib/libcrypto/man/EVP_AEAD_CTX_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EVP_AEAD_CTX_init.3,v 1.3 2015/11/02 15:40:53 reyk Exp $ +.\" $OpenBSD: EVP_AEAD_CTX_init.3,v 1.4 2016/11/05 14:41:31 schwarze Exp $ .\" .\" Copyright (c) 2014, Google Inc. .\" Parts of the text were written by Adam Langley and David Benjamin. @@ -16,7 +16,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 2 2015 $ +.Dd $Mdocdate: November 5 2016 $ .Dt EVP_AEAD_CTX_INIT 3 .Os .Sh NAME @@ -296,7 +296,6 @@ EVP_AEAD_CTX_cleanup(&ctx); .%R RFC 7539 .%T ChaCha20 and Poly1305 for IETF Protocols .Re -.Pp .Sh HISTORY AEAD is based on the implementation by .An Adam Langley diff --git a/lib/libcrypto/man/EVP_PKEY_verify_recover.3 b/lib/libcrypto/man/EVP_PKEY_verify_recover.3 index fc26152ae64..ab195ce502b 100644 --- a/lib/libcrypto/man/EVP_PKEY_verify_recover.3 +++ b/lib/libcrypto/man/EVP_PKEY_verify_recover.3 @@ -1,4 +1,4 @@ -.Dd $Mdocdate: November 3 2016 $ +.Dd $Mdocdate: November 5 2016 $ .Dt EVP_PKEY_VERIFY_RECOVER 3 .Os .Sh NAME @@ -122,10 +122,10 @@ if (EVP_PKEY_verify_recover(ctx, rout, &routlen, sig, siglen) <= 0) .Ed .Sh SEE ALSO .Xr EVP_PKEY_CTX_new 3 , -.Xr EVP_PKEY_encrypt 3 , .Xr EVP_PKEY_decrypt 3 , +.Xr EVP_PKEY_derive 3 , +.Xr EVP_PKEY_encrypt 3 , .Xr EVP_PKEY_sign 3 , -.Xr EVP_PKEY_verify 3 , -.Xr EVP_PKEY_derive 3 +.Xr EVP_PKEY_verify 3 .Sh HISTORY These functions were first added to OpenSSL 1.0.0. |