commit | ff8bf988b90be5c1bf8942574006b0d3cc5d77a4 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Tue Mar 29 10:44:23 2022 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Mar 30 12:18:16 2022 +0200 |
tree | a6691e69aa5c288b5bd6840be2c67c065a53f434 | |
parent | aaacc7e8ad90acf1c82cfe32e8be81aeee3c2731 [diff] |
MINOR: ssl: simplify the certificate extensions array Simplify the "cert_exts" array which is used for the selection of the parsing function depending on the extension. It now uses a pointer to an array element instead of an index, which is simplier for the declaration of the array. This way also allows to have multiple extension using the same type.