Rename arguments of X509_STORE_CTX_init()
authortb <tb@openbsd.org>
Sun, 14 May 2023 20:20:40 +0000 (20:20 +0000)
committertb <tb@openbsd.org>
Sun, 14 May 2023 20:20:40 +0000 (20:20 +0000)
commit4f401870a3262534738c0f05a07e4830542afe31
treebbe86ecb5a727f8f8457bed7e1564acf1d6c4376
parent958ded8abeba88abfb1869eea4dd2ca6565b0a41
Rename arguments of X509_STORE_CTX_init()

It is higly confusing to call the list of untrusted certs chain, when
you're later going to call X509_STORE_CTX_get0_chain() to get a completely
unrelated chain by the verifier. Other X509_STORE_CTX APIs call this list
of certs 'untrusted', so go with that. At the same time, rename the x509
into leaf, which is more explicit.

suggested by/ok jsing
lib/libcrypto/x509/x509_vfy.c