0cbaf056fa
RSA-1536: ``` openssl genrsa 1536 2>/dev/null | openssl rsa -outform DER -pubout |hexlify ``` then formatted manually. ECC except Montgomery: ``` function e { openssl genpkey -algorithm ec -pkeyopt ec_paramgen_curve:$1 -text |perl -0777 -pe 's/.*\npriv:([\n 0-9a-f:]*)pub:([\n 0-9a-f:]*).*/"$1","$2"/s or die; y/\n ://d; s/,/,\n /;' |xsel -b; } ``` Curve448: ``` openssl genpkey -algorithm x448 ``` then formatted manually. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com> |
||
---|---|---|
.. | ||
asymmetric_key_data.py | ||
c_build_helper.py | ||
crypto_knowledge.py | ||
macro_collector.py | ||
test_case.py |