CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/23 19:12:31
Modified files:
lib/libcrypto/x509: x509_asid.c
Log message:
Turn asserts in ASIdentifierChoice_canonize() into error checks
The first assert ensure that a stack that was just sorted in a stronger
sense is sorted in a weak sense and the second assert ensures that
the result of the canonization procedure is canonical. All callers check
for error, so these asserts don't do anything useful.
ok jsing
