Loading doc/man3/EVP_PKEY_ASN1_METHOD.pod +20 −5 Original line number Diff line number Diff line Loading @@ -3,6 +3,21 @@ =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_siginf, EVP_PKEY_asn1_set_check, EVP_PKEY_asn1_set_security_bits, EVP_PKEY_get0_asn1 - manipulating and registering EVP_PKEY_ASN1_METHOD structure =head1 SYNOPSIS Loading Loading @@ -243,17 +258,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. Loading @@ -268,12 +283,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. Loading util/private.num +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ CRYPTO_EX_new datatype DTLS_timer_cb datatype EVP_PKEY_gen_cb datatype EVP_PKEY_METHOD datatype EVP_PKEY_ASN1_METHOD datatype GEN_SESSION_CB datatype OPENSSL_Applink external OSSL_STORE_CTX datatype Loading Loading
doc/man3/EVP_PKEY_ASN1_METHOD.pod +20 −5 Original line number Diff line number Diff line Loading @@ -3,6 +3,21 @@ =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_siginf, EVP_PKEY_asn1_set_check, EVP_PKEY_asn1_set_security_bits, EVP_PKEY_get0_asn1 - manipulating and registering EVP_PKEY_ASN1_METHOD structure =head1 SYNOPSIS Loading Loading @@ -243,17 +258,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. Loading @@ -268,12 +283,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. Loading
util/private.num +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ CRYPTO_EX_new datatype DTLS_timer_cb datatype EVP_PKEY_gen_cb datatype EVP_PKEY_METHOD datatype EVP_PKEY_ASN1_METHOD datatype GEN_SESSION_CB datatype OPENSSL_Applink external OSSL_STORE_CTX datatype Loading