mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-06-05 21:15:09 +00:00
data_files: add EC public key file for secp256r1 in RFC 5480 and DER format
Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
@@ -1752,6 +1752,10 @@ ec_256_pub.comp.pem: ec_256_pub.pem
|
||||
$(OPENSSL) ec -pubin -in $< -out $@ -conv_form compressed
|
||||
all_final += ec_256_pub.comp.pem
|
||||
|
||||
ec_256_pub.der: ec_256_prv.sec1.der
|
||||
$(OPENSSL) ec -in $< -outform DER -pubout -out $@
|
||||
all_final += ec_256_pub.der
|
||||
|
||||
ec_384_pub.comp.pem: ec_384_pub.pem
|
||||
$(OPENSSL) ec -pubin -in $< -out $@ -conv_form compressed
|
||||
all_final += ec_384_pub.comp.pem
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user