Gilles Peskine
0cbaf056fa
Add some randomly generated keys
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>
2021-02-17 14:50:17 +01:00
..
2021-01-13 14:19:43 +01:00
2021-02-17 14:50:17 +01:00
2020-08-19 10:35:41 +02:00
2020-08-19 10:35:41 +02:00
2020-08-19 10:35:41 +02:00
2020-08-19 10:35:41 +02:00
2020-08-19 10:35:41 +02:00
2021-01-22 09:43:27 +01:00
2020-08-19 10:35:41 +02:00
2017-07-06 10:34:12 +01:00
2020-08-19 10:35:41 +02:00
2020-08-19 10:35:41 +02:00
2020-08-19 10:35:41 +02:00
2021-02-17 14:50:16 +01:00
2020-08-19 10:35:41 +02:00
2021-01-06 10:25:35 +01:00
2020-08-19 10:35:41 +02:00
2020-08-19 10:35:41 +02:00
2020-08-19 10:35:41 +02:00
2020-08-19 10:35:41 +02:00
2017-07-06 10:34:12 +01:00
2020-08-19 10:35:41 +02:00
2020-04-26 20:52:04 +02:00