summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/pmeth_lib.c
diff options
context:
space:
mode:
authortb <>2024-01-13 11:55:31 +0000
committertb <>2024-01-13 11:55:31 +0000
commit3e40db59bc417c351940e6542d8cc88dffa655a6 (patch)
treed123a927b79b922142d67475805b96d646e0ae32 /src/lib/libcrypto/evp/pmeth_lib.c
parent0b0d2fb3ead1da1ee4092b73cbcb12a10ca570ef (diff)
downloadopenbsd-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