Garbage collect check_defer()
authortb <tb@openbsd.org>
Sat, 13 Jan 2024 11:55:31 +0000 (11:55 +0000)
committertb <tb@openbsd.org>
Sat, 13 Jan 2024 11:55:31 +0000 (11:55 +0000)
commitf5d53f8df28c0c7a3544ddc48dc6036f1a3a79c2
tree1b367a2ab7c40f5a108ce2b5f8c2ba6442612f6d
parent226c7d4c9d34aca16df787f3f3cbbef66c5024c9
Garbage collect check_defer()

This was a mechanism to ensure that OBJ_cleanup() doesn't remove the
ASN1_OBJECT associated with a custom cipher or digest (that was added
with EVP_add_{cipher,digest}(), while the latter is still referenced
in the OBJ_NAME table.

It had the effect that OBJ_cleanup() wasn't actually called ever from
OPENSSL_cleanup() (it is only called if you load the OID conf module).

Oh, and of course it was once part of the public API. I fixed that two
years ago, almost exactly to the day. Still mentioned in OBJ_create.3.
lib/libcrypto/evp/names.c
lib/libcrypto/objects/obj_dat.c