CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/05/21 22:54:14
Modified files:
regress/lib/libcrypto/asn1: asn1time.c
Log message:
asn1: merge invalid generalized time tests into invalid time tests
Previously, invalid generalized time tests were split into a separate
set of test vectors and a flag was used when calling the test function to
indicate they should be tested as generalized only.
This simplifies the code a bit, and makes converting to the new test
framework easier.
ok jsing