diff options
author | tb <> | 2024-03-02 09:36:40 +0000 |
---|---|---|
committer | tb <> | 2024-03-02 09:36:40 +0000 |
commit | 90028f789c9544abf19620f07eea235fb9839e17 (patch) | |
tree | 4ff4fe72be24112582e04ad6fecfba8b02199ef8 /src/lib/libcrypto/objects/obj_dat.c | |
parent | b6c0d9d6fa776c06e92022915759048de477768a (diff) | |
download | openbsd-90028f789c9544abf19620f07eea235fb9839e17.tar.gz openbsd-90028f789c9544abf19620f07eea235fb9839e17.tar.bz2 openbsd-90028f789c9544abf19620f07eea235fb9839e17.zip |
Remove EVP_add_{cipher,digest}() from public API
Ciphers and digests are now handled in a static lookup table and no
longer by the associative array that used to underlie the OBJ_NAME API.
Adding ciphers is no longer possible. What uses this API does so for
historic reasons coming from a time where SHA-2 and some AES variants
needed to be enabled explicitly. Ports doing this (PHP and DANE code)
were fixed.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/objects/obj_dat.c')
0 files changed, 0 insertions, 0 deletions