diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-02-14 02:15:47 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-02-14 02:15:47 +0000 |
commit | d0fb44c5790f5ae1bab2579dfcbf8e09b1ab48ac (patch) | |
tree | 15a919fbda77b1b398aed6ea89e9d2e95b4825e1 /lib/libcrypto/man/EVP_SignInit.3 | |
parent | ad88571a113083f5ab87eeeaecbdaf6fb05cc166 (diff) |
New manual page EVP_PKEY_asn1_new(3) from Richard Levitte
via OpenSSL commit 751148e2 Oct 27 00:11:11 2017 +0200,
including only the parts related to functions that exist
in OpenBSD.
The design of these interfaces is not particularly pretty,
they are not particularly easy to document, and the manual
page does not look particularly good when formatted,
but what can we do, things are as they are...
Diffstat (limited to 'lib/libcrypto/man/EVP_SignInit.3')
-rw-r--r-- | lib/libcrypto/man/EVP_SignInit.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libcrypto/man/EVP_SignInit.3 b/lib/libcrypto/man/EVP_SignInit.3 index 1751ca594e0..67991cee5b5 100644 --- a/lib/libcrypto/man/EVP_SignInit.3 +++ b/lib/libcrypto/man/EVP_SignInit.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EVP_SignInit.3,v 1.4 2016/11/26 20:55:26 schwarze Exp $ +.\" $OpenBSD: EVP_SignInit.3,v 1.5 2018/02/14 02:15:46 schwarze Exp $ .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 26 2016 $ +.Dd $Mdocdate: February 14 2018 $ .Dt EVP_SIGNINIT 3 .Os .Sh NAME @@ -188,6 +188,7 @@ The error codes can be obtained by .Xr ERR 3 , .Xr evp 3 , .Xr EVP_DigestInit 3 , +.Xr EVP_PKEY_asn1_set_public 3 , .Xr EVP_VerifyInit 3 .Sh HISTORY .Fn EVP_SignInit , |