diff options
author | tb <> | 2024-01-04 20:15:01 +0000 |
---|---|---|
committer | tb <> | 2024-01-04 20:15:01 +0000 |
commit | 502f566fc93b8d6fe73e06627ab3d122dc4e004f (patch) | |
tree | b0383b73257f49398ca85b5c85a82410abd2b824 /src/lib/libcrypto/evp/p_lib.c | |
parent | 9b0d7f74716797d98c976afcf9e6f70430df0931 (diff) | |
download | openbsd-502f566fc93b8d6fe73e06627ab3d122dc4e004f.tar.gz openbsd-502f566fc93b8d6fe73e06627ab3d122dc4e004f.tar.bz2 openbsd-502f566fc93b8d6fe73e06627ab3d122dc4e004f.zip |
Disable EVP_PKEY_meth_* extensibility
This removes the global pkey_app_methods stack that was never cleaned up
and makes EVP_PKEY_meth_add0() always fail and push an error on the stack.
EVP_PKEY_meth_find() can now walk the list of PKEY_METHODs forward and
things become a bit cleaner. It's still all way more complicated than it
needs to be...
ok jsing
Diffstat (limited to 'src/lib/libcrypto/evp/p_lib.c')
0 files changed, 0 insertions, 0 deletions