Various improvements:
authorschwarze <schwarze@openbsd.org>
Wed, 13 Sep 2023 14:18:21 +0000 (14:18 +0000)
committerschwarze <schwarze@openbsd.org>
Wed, 13 Sep 2023 14:18:21 +0000 (14:18 +0000)
commitdcc61ddd189d354a2d2c43ffd6b6778884ca08cd
treec310afc81836dbd75d6862051e4bfa2d7a227461
parentbe0ef251eed1e6835e6d4dba8d5439b1ecb55123
Various improvements:
* Document the ASN1_PKEY_CTRL_DEFAULT_MD_NID control operation.
* Mention that EVP_PKEY_asn1_new(3) sets ASN1_PKEY_DYNAMIC.
* Fix the description of EVP_PKEY_asn1_copy(3), which was totally wrong.
* Warn about the crazy ASN1_PKEY_DYNAMIC handling in EVP_PKEY_asn1_free(3).
* Be more precise about EVP_PKEY_asn1_new(3) RETURN VALUES.
lib/libcrypto/man/EVP_PKEY_asn1_new.3