1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Merge pull request #5827 from wernerlewis/time_utc

Use ASN1 UTC tags for dates before 2000
This commit is contained in:
Dave Rodgman
2022-06-08 13:54:19 +01:00
committed by GitHub
4 changed files with 72 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
Bugfix
* Encode X.509 dates before 1/1/2000 as UTCTime rather than
GeneralizedTime. Fixes #5465.