]> git.ipfire.org Git - thirdparty/openssl.git/commit
Rename SSL_CERT_LOOKUP.nid to pkey_nid
authorRichard Levitte <levitte@openssl.org>
Wed, 29 Oct 2025 09:12:33 +0000 (10:12 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 30 Oct 2025 18:03:25 +0000 (19:03 +0100)
commit96459b12aa094ea35c71263422d2f101ea724351
treeeaf2313bafd4602de665957ec64b29743361c939
parentaedcdc6d0f5bfb16af7d0065157af84e671159e0
Rename SSL_CERT_LOOKUP.nid to pkey_nid

Hopefully, this will help further clarify the intent of this
SSL_CERT_LOOKUP field to future developer.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29027)
ssl/ssl_cert.c
ssl/ssl_local.h
ssl/t1_lib.c
test/ssl_cert_table_internal_test.c