Mark EVP_CIPHER_set_asn1_iv() and EVP_CIPHER_get_asn1_iv() as intentionally
authorschwarze <schwarze@openbsd.org>
Wed, 6 Sep 2023 16:26:49 +0000 (16:26 +0000)
committerschwarze <schwarze@openbsd.org>
Wed, 6 Sep 2023 16:26:49 +0000 (16:26 +0000)
commit983fb22f1938b50adc804bbfbe889a011f54c592
tree58eba1050cceebcb3c67b9979a2ebdd6421f89a3
parentb32cc77b4dd60d26aca74b5111f4a886e8195e2b
Mark EVP_CIPHER_set_asn1_iv() and EVP_CIPHER_get_asn1_iv() as intentionally
undocumented because they are unused outside libcrypto according
to codesearch.debian.net and should probably not be public: they seem
hardly useful even for implementing custom EVP_CIPHER algorithms.

tb@ came to similar conclusions regarding these two functions.
lib/libcrypto/man/EVP_CIPHER_CTX_set_flags.3