Turn assert in X509v3_addr_canonize() into an error check.
authortb <tb@openbsd.org>
Fri, 24 Dec 2021 01:56:08 +0000 (01:56 +0000)
committertb <tb@openbsd.org>
Fri, 24 Dec 2021 01:56:08 +0000 (01:56 +0000)
commitaa99f8fe96644abcfeb2c3ee7d049a2186a4aa09
tree53420a4eab79165597b17b337f350d7a6be13777
parent4980697086c83244819ff083f648ce915f8dbdd4
Turn assert in X509v3_addr_canonize() into an error check.

All internal callers check the return value and future external
callers will be happy not to hit an assert from the library.

ok jsing
lib/libcrypto/x509/x509_addr.c