From 403cfce4177cab791e29209f63f665d7170c20e3 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Fri, 6 Dec 2013 00:06:35 +0100 Subject: openssl-{connect,listen}: fix usage, reduce output The CLIENT_RANDOM is applicable to clients only, so remove it from ServerHello. Also update notes with cmake+gcrypt instructions. --- notes.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'notes.txt') diff --git a/notes.txt b/notes.txt index 68c527d..9e4d70f 100644 --- a/notes.txt +++ b/notes.txt @@ -6,12 +6,15 @@ cmake -DCMAKE_INSTALL_PREFIX=/tmp/wsroot -DENABLE_GTK3=0 -DENABLE_PORTAUDIO=0 -D # http://lists.gnupg.org/pipermail/gcrypt-devel/2013-October/002428.html) # Fix compile issue (missing fig2dev in doc, Makefile.in in tests is not # generated (Makefile/autotools of the repo too old?)) +sed '/^tests\/Makefile$/d' -i configure.ac && sed '/SUBDIRS/s/ doc tests//' -i Makefile.am && ./autogen.sh mkdir build && cd build ../configure --disable-static --disable-padlock-support --prefix=/tmp/libgcrypt/prefix make install # for libgcrypt-config test in wireshark ./configure PATH=/tmp/libgcrypt/prefix/bin:$PATH +# for cmake add: +-DGCRYPT_INCLUDE_DIR=/tmp/libgcrypt/prefix/include -DGCRYPT_LIBRARY=/tmp/libgcrypt/prefix/lib/libgcrypt.so # Build cyassl for AES-CCM testing patch -p1 < cyassl-Implement-SSLKEYLOGFILE-support-for-ClientRandom.patch -- cgit v1.2.1