From 69431c29982d923a60a9429262c3bccc7496d196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulf=20M=C3=B6ller?= Date: Sat, 23 Sep 2000 07:16:17 +0000 Subject: [PATCH] more manpage links. --- doc/crypto/EVP_OpenInit.pod | 2 +- doc/crypto/EVP_SealInit.pod | 2 +- doc/crypto/EVP_VerifyInit.pod | 1 + doc/crypto/evp.pod | 37 +++++++++++++++++++++++++++++++++++ doc/ssl/ssl.pod | 11 ++++++++--- 5 files changed, 48 insertions(+), 5 deletions(-) create mode 100644 doc/crypto/evp.pod diff --git a/doc/crypto/EVP_OpenInit.pod b/doc/crypto/EVP_OpenInit.pod index 1a3f2e410d..2e710da945 100644 --- a/doc/crypto/EVP_OpenInit.pod +++ b/doc/crypto/EVP_OpenInit.pod @@ -54,7 +54,7 @@ EVP_OpenFinal() returns 0 if the decrypt failed or 1 for success. =head1 SEE ALSO -L,L +L, L, L, L diff --git a/doc/crypto/EVP_SealInit.pod b/doc/crypto/EVP_SealInit.pod index f7f7613965..0451eb648a 100644 --- a/doc/crypto/EVP_SealInit.pod +++ b/doc/crypto/EVP_SealInit.pod @@ -67,7 +67,7 @@ with B set to NULL. =head1 SEE ALSO -L,L +L, L, L, L diff --git a/doc/crypto/EVP_VerifyInit.pod b/doc/crypto/EVP_VerifyInit.pod index 76d893b53b..736a0f4a82 100644 --- a/doc/crypto/EVP_VerifyInit.pod +++ b/doc/crypto/EVP_VerifyInit.pod @@ -57,6 +57,7 @@ might. =head1 SEE ALSO +L, L, L, L, L, L, L, diff --git a/doc/crypto/evp.pod b/doc/crypto/evp.pod new file mode 100644 index 0000000000..f089dd49a2 --- /dev/null +++ b/doc/crypto/evp.pod @@ -0,0 +1,37 @@ +=pod + +=head1 NAME + +evp - high-level cryptographic functions + +=head1 SYNOPSIS + + #include + +=head1 DESCRIPTION + +The EVP library provided a high-level interface to cryptographic +functions. + +BI<...> and BI<...> provide public key encryption +and decryption to implement digital "envelopes". + +The BI<...> and BI<...> functions implement +digital signatures. + +Symmetric encryption is available with the BI<...> +functions. The BI<...> functions provide message digests. + +Algorithms are loaded with OpenSSL_add_all_algorithms(3). + +=head1 SEE ALSO + +L, +L, +L, +L, +L, +L, +L + +=cut diff --git a/doc/ssl/ssl.pod b/doc/ssl/ssl.pod index 41d6114649..8ffe5904d5 100644 --- a/doc/ssl/ssl.pod +++ b/doc/ssl/ssl.pod @@ -625,12 +625,17 @@ connection defined in the B structure. L, L, L, L, -L, L, +L, L, +L, +L, L, L, +L, L, -L, L, +L, +L, +L, L, L, L, -L, +L, L, L, L, L, L -- GitLab