improve document

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu 2023-10-24 15:44:00 +08:00
parent 974be516dc
commit baf7ba44c4

View file

@ -1,8 +1,7 @@
#!/usr/bin/env python3
"""Generate server9-bad-saltlen.crt
`server9-bad-saltlen.crt (announcing saltlen = 0xDE, signed with another len)`. It can not generate
with normal command. This script is to generate the file.
Generate a certificate signed with RSA-PSS, with an incorrect salt length.
"""
# Copyright The Mbed TLS Contributors