diff options
author | tb <> | 2024-01-13 11:55:31 +0000 |
---|---|---|
committer | tb <> | 2024-01-13 11:55:31 +0000 |
commit | 3e40db59bc417c351940e6542d8cc88dffa655a6 (patch) | |
tree | d123a927b79b922142d67475805b96d646e0ae32 /src/lib/libcrypto/evp/pmeth_lib.c | |
parent | 0b0d2fb3ead1da1ee4092b73cbcb12a10ca570ef (diff) | |
download | openbsd-3e40db59bc417c351940e6542d8cc88dffa655a6.tar.gz openbsd-3e40db59bc417c351940e6542d8cc88dffa655a6.tar.bz2 openbsd-3e40db59bc417c351940e6542d8cc88dffa655a6.zip |
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.
Diffstat (limited to 'src/lib/libcrypto/evp/pmeth_lib.c')
0 files changed, 0 insertions, 0 deletions