From c3b58c0c475efb57e0b6d5423a1ff446576ceb5d Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Sun, 15 Sep 2013 10:50:55 +0200 Subject: Extend gen-cipher-test description --- notes.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'notes.txt') diff --git a/notes.txt b/notes.txt index b081e69..046a0a5 100644 --- a/notes.txt +++ b/notes.txt @@ -93,7 +93,9 @@ Missing support: - cipher suites 49195-49202 are taken from RFC 5289 - ECC with SHA256/384 and AES GCM - +# Generate RSA stuff +openssl genrsa -out server.pem +openssl req -new -x509 -key server.pem -out server.crt -days 3650 -subj "/CN=*.local.al.lekensteyn.nl" # Generate dsa params, privkey and signed pubkey openssl dsaparam 1024 -out dsaparam.pem openssl gendsa dsaparam.pem -out dsa.pem -- cgit v1.2.1