mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-08 07:28:58 +01:00
- Added test coverage for X509parse
- Fixed segfault in rsa_check_privkey() and rsa_check_pubkey() and added test
This commit is contained in:
parent
7d8a100783
commit
37940d9ff6
12 changed files with 495 additions and 1 deletions
|
|
@ -24,3 +24,4 @@ add_test_suite(des)
|
|||
add_test_suite(rsa)
|
||||
add_test_suite(xtea)
|
||||
add_test_suite(dhm)
|
||||
add_test_suite(x509parse)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue