mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 20:38:15 +00:00
Improve leap year test names in x509parse.data
This commit is contained in:
parent
106637fc2d
commit
47e7b56fb6
1 changed files with 3 additions and 3 deletions
|
@ -1670,15 +1670,15 @@ X509 Get time (UTC invalid character in sec)
|
|||
depends_on:MBEDTLS_X509_USE_C
|
||||
x509_get_time:MBEDTLS_ASN1_UTC_TIME:"0011302359n0Z":MBEDTLS_ERR_X509_INVALID_DATE:0:0:0:0:0:0
|
||||
|
||||
X509 Get time (Generalized Time invalid leap year multiple of 4 and 100)
|
||||
X509 Get time (Generalized Time, year multiple of 100 but not 400 is not a leap year)
|
||||
depends_on:MBEDTLS_X509_USE_C
|
||||
x509_get_time:MBEDTLS_ASN1_GENERALIZED_TIME:"19000229000000Z":MBEDTLS_ERR_X509_INVALID_DATE:0:0:0:0:0:0
|
||||
|
||||
X509 Get time (Generalized Time year multiple of 4 and not multiple of 100)
|
||||
X509 Get time (Generalized Time, year multiple of 4 but not 100 is a leap year)
|
||||
depends_on:MBEDTLS_X509_USE_C
|
||||
x509_get_time:MBEDTLS_ASN1_GENERALIZED_TIME:"19920229000000Z":0:1992:2:29:0:0:0
|
||||
|
||||
X509 Get time (Generalized Time year multiple of 400)
|
||||
X509 Get time (Generalized Time, year multiple of 400 is a leap year)
|
||||
depends_on:MBEDTLS_X509_USE_C
|
||||
x509_get_time:MBEDTLS_ASN1_GENERALIZED_TIME:"20000229000000Z":0:2000:2:29:0:0:0
|
||||
|
||||
|
|
Loading…
Reference in a new issue