mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-17 23:59:55 +00:00
data_files: add EC public key file for secp256r1 in RFC 5480 and DER format
Signed-off-by: Valerio Setti <[email protected]>
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
|
$(OPENSSL) ec -pubin -in $< -out $@ -conv_form compressed
|
||||||
all_final += ec_256_pub.comp.pem
|
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
|
ec_384_pub.comp.pem: ec_384_pub.pem
|
||||||
$(OPENSSL) ec -pubin -in $< -out $@ -conv_form compressed
|
$(OPENSSL) ec -pubin -in $< -out $@ -conv_form compressed
|
||||||
all_final += ec_384_pub.comp.pem
|
all_final += ec_384_pub.comp.pem
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user