mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
improve document
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
974be516dc
commit
baf7ba44c4
|
|
@ -1,8 +1,7 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
"""Generate server9-bad-saltlen.crt
|
"""Generate server9-bad-saltlen.crt
|
||||||
|
|
||||||
`server9-bad-saltlen.crt (announcing saltlen = 0xDE, signed with another len)`. It can not generate
|
Generate a certificate signed with RSA-PSS, with an incorrect salt length.
|
||||||
with normal command. This script is to generate the file.
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Copyright The Mbed TLS Contributors
|
# Copyright The Mbed TLS Contributors
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue