CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2021/12/23 19:23:44

Modified files:
        lib/libcrypto/x509: x509_asid.c 

Log message:
Turn asserts in ASIdentifierChoice_canonize() into error checks

The first assert ensures 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

Reply via email to