[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
Richard Levitte
levitte at openssl.org
Tue Oct 31 11:20:43 UTC 2017
The branch OpenSSL_1_1_0-stable has been updated
via 7fb42788e8d1e8025c706e9b0ab5ece57b625352 (commit)
from 0d9fece7d43d2a5aa4f40cbc4231953522f88c74 (commit)
- Log -----------------------------------------------------------------
commit 7fb42788e8d1e8025c706e9b0ab5ece57b625352
Author: Richard Levitte <levitte at openssl.org>
Date: Tue Oct 31 11:33:14 2017 +0100
Fix EVP_PKEY_ASN1_METHOD manual
Missing names slipped through
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4630)
-----------------------------------------------------------------------
Summary of changes:
doc/crypto/EVP_PKEY_ASN1_METHOD.pod | 23 ++++++++++++++++++-----
1 file changed, 18 insertions(+), 5 deletions(-)
diff --git a/doc/crypto/EVP_PKEY_ASN1_METHOD.pod b/doc/crypto/EVP_PKEY_ASN1_METHOD.pod
index b70bb28..0eece53 100644
--- a/doc/crypto/EVP_PKEY_ASN1_METHOD.pod
+++ b/doc/crypto/EVP_PKEY_ASN1_METHOD.pod
@@ -3,6 +3,19 @@
=head1 NAME
EVP_PKEY_ASN1_METHOD,
+EVP_PKEY_asn1_new,
+EVP_PKEY_asn1_copy,
+EVP_PKEY_asn1_free,
+EVP_PKEY_asn1_add0,
+EVP_PKEY_asn1_add_alias,
+EVP_PKEY_asn1_set_public,
+EVP_PKEY_asn1_set_private,
+EVP_PKEY_asn1_set_param,
+EVP_PKEY_asn1_set_free,
+EVP_PKEY_asn1_set_ctrl,
+EVP_PKEY_asn1_set_item,
+EVP_PKEY_asn1_set_security_bits,
+EVP_PKEY_get0_asn1
- manipulating and registering EVP_PKEY_ASN1_METHOD structure
=head1 SYNOPSIS
@@ -235,17 +248,17 @@ item_sign() MUST return one of:
error
-=item 1
+=item Z<>1
item_sign() did everything, OpenSSL internals just needs to pass the
signature length back.
-=item 2
+=item Z<>2
item_sign() did nothing, OpenSSL internal standard routines are
expected to continue with the default signature production.
-=item 3
+=item Z<>3
item_sign() set the algorithm identifier B<algor1> and B<algor2>,
OpenSSL internals should just sign using those algorithms.
@@ -260,12 +273,12 @@ item_verify() MUST return one of:
error
-=item 1
+=item Z<>1
item_sign() did everything, OpenSSL internals just needs to pass the
signature length back.
-=item 2
+=item Z<>2
item_sign() did nothing, OpenSSL internal standard routines are
expected to continue with the default signature production.
More information about the openssl-commits
mailing list