]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Rework extraction of pairs from Subject Alternate Name
authorNick Porter <nick@portercomputing.co.uk>
Fri, 3 Jan 2025 18:15:35 +0000 (18:15 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Fri, 3 Jan 2025 18:15:35 +0000 (18:15 +0000)
commit97c54aeb3c6f1cee4a9c482630eb4b94efbc4e66
tree2f09d44685053bcdb0c698f6b2f377e9c042e548
parentd864ca7c176c0c1ab8b0fda6cdacb5edea774f40
Rework extraction of pairs from Subject Alternate Name

Some valid certificates have been seen where X509_get_ext_by_NID() fails
to find the SAN extension even though it is present.

The extension is then found when walking the list of extensions.
src/lib/tls/pairs.c