diff options
author | tb <> | 2023-04-16 08:30:21 +0000 |
---|---|---|
committer | tb <> | 2023-04-16 08:30:21 +0000 |
commit | bf613b30d54cf44f466a8bbcadeac93dbe63512f (patch) | |
tree | 1a6f82b024ec538bd602323e462b30de63a97335 /src/lib/libcrypto/ts | |
parent | 5155e77c7b0c5d2688974520972a5bae814d3d03 (diff) | |
download | openbsd-bf613b30d54cf44f466a8bbcadeac93dbe63512f.tar.gz openbsd-bf613b30d54cf44f466a8bbcadeac93dbe63512f.tar.bz2 openbsd-bf613b30d54cf44f466a8bbcadeac93dbe63512f.zip |
Prepare addition of X509_STORE_CTX_get1_{certs,crls}(3)
X509_STORE_get1_{certs,crls}(3) was added to the OpenSSL 1.1 API with the
usual care. At some point later it was noticed that they didn't deal with
an X509_STORE at all, but rather with an X509_STORE_CTX, so were misnamed.
The fact that X509_STORE_CTX and X509_STORE have their roles reversed when
compared to other FOO vs FOO_CTX in this API may or may not be related.
Anyway, the X509_STORE versions will be demoted to compat defines and the
X509_STORE_CTX will be added to match OpenSSL 1.1 API more closely. This
was pointed out by schwarze a long time ago and missed in a few bumps.
Hopefully we'll manage to do it this time around.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/ts')
0 files changed, 0 insertions, 0 deletions