mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-10-29 03:47:30 +00:00
Lengths below 128 Bytes must be encoded as a single 'XX' byte in DER, but two tests in the X.509 CRT parsing suite used the BER but non-DER encoding '81 XX' (the first byte 10000001 indicating that the length is to follow (high bit) and has length 1 byte (low bit)). |
||
|---|---|---|
| .. | ||
| .jenkins | ||
| data_files | ||
| git-scripts | ||
| scripts | ||
| suites | ||
| .gitignore | ||
| CMakeLists.txt | ||
| compat.sh | ||
| Descriptions.txt | ||
| Makefile | ||
| ssl-opt.sh | ||