mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 12:45:39 +01:00
Remove unused test data file
Since "Remove component designed to test MAX_SIGNATURE_SIZE", secp521r1_prv.der is no longer used. ec_521_prv.pem can be used for the same purpose.
This commit is contained in:
parent
2e86a206f7
commit
43259ce31e
@ -869,14 +869,6 @@ ec_prv.pk8param.pem: ec_prv.pk8param.der
|
||||
$(OPENSSL) pkey -in $< -inform DER -out $@
|
||||
all_final += ec_prv.pk8param.pem
|
||||
|
||||
###
|
||||
### A generic SECP521R1 private key
|
||||
###
|
||||
|
||||
secp521r1_prv.der:
|
||||
$(OPENSSL) ecparam -genkey -name secp521r1 -noout -out secp521r1_prv.der
|
||||
all_final += secp521r1_prv.der
|
||||
|
||||
################################################################
|
||||
### Generate CSRs for X.509 write test suite
|
||||
################################################################
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user