First pass over x509_addr_validate_path()
authortb <tb@openbsd.org>
Tue, 4 Jan 2022 19:56:53 +0000 (19:56 +0000)
committertb <tb@openbsd.org>
Tue, 4 Jan 2022 19:56:53 +0000 (19:56 +0000)
commitb7d4d78f343847c157a47f2f552255ba262b8309
tree7ceadd9704f65db0fcada60d68cf48c95c556afc
parent29d838e02ae9ce88dae3eeb0007ddda4ff0b2d68
First pass over x509_addr_validate_path()

Replace reaching into the structs with IPAddressFamily accessors
and add a few comments that explain what the code is actually doing.

ok inoguchi jsing
lib/libcrypto/x509/x509_addr.c