From befe0f77dd2246e437e61cefb861bf9a6d4ff82b Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Tue, 3 Dec 2013 18:36:16 +0100 Subject: cyassl patch for AES-CCM testing See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9499 --- notes.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'notes.txt') diff --git a/notes.txt b/notes.txt index 04c9e60..68c527d 100644 --- a/notes.txt +++ b/notes.txt @@ -13,6 +13,14 @@ make install # for libgcrypt-config test in wireshark ./configure PATH=/tmp/libgcrypt/prefix/bin:$PATH +# Build cyassl for AES-CCM testing +patch -p1 < cyassl-Implement-SSLKEYLOGFILE-support-for-ClientRandom.patch +autoreconf -fiv +./configure --enable-{opensslextra,dtls,ipv6,sniffer,aes{c,g}cm,camellia,md2,dsa,ecc,psk,webserver,sni} +make +examples/server/server -p 4433 +SSLKEYLOGFILE=premaster.txt examples/client/client -l AES256-SHA -p 4433 + # find which suites are not supported yet (unsupported.txt) awk -vsrc=/tmp/wireshark/epan/dissectors/packet-ssl-utils.c -F'[ {,]+' 'BEGIN{while(getline