mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-11-19 16:25:44 +00:00
To make use of the X.509 name comparison function based on raw ASN.1 data that was introduced in the previous commit, this commit adds an ASN.1 buffer field `issuer_raw_no_hdr` to `mbedtls_x509_crl` which delimits the raw contents of the CRLs `Issuer` field. The previous field `issuer_raw` isn't suitable for that because it includes the ASN.1 header. |
||
|---|---|---|
| .. | ||
| mbedtls | ||
| tinycrypt | ||
| .gitignore | ||
| CMakeLists.txt | ||