Merge OBJ_NAME_do_all*(3) into EVP_CIPHER_do_all(3)
authortb <tb@openbsd.org>
Wed, 31 Jan 2024 08:02:53 +0000 (08:02 +0000)
committertb <tb@openbsd.org>
Wed, 31 Jan 2024 08:02:53 +0000 (08:02 +0000)
commitfe9ac7b09157e97ae2148a9610f5f1614d1d4f79
tree7861193624d9a0291dac9a52bb5d338054efe4a4
parent1039ba604aa306d5bf40f55a71797be088557aad
Merge OBJ_NAME_do_all*(3) into EVP_CIPHER_do_all(3)

This is the only OBJ_NAME API that will remain after the next major bump.
The API is misnamed and really is about EVP, so move it to an EVP manual
documenting another API doing essentially the same thing. Remove most cross
references to OBJ_NAME_*.
lib/libcrypto/man/EVP_CIPHER_do_all.3
lib/libcrypto/man/OBJ_NAME_add.3
lib/libcrypto/man/OBJ_create.3
lib/libcrypto/man/OBJ_find_sigid_algs.3
lib/libcrypto/man/OBJ_nid2obj.3