From c5e3ed537c5efa50f902e675dc1b98c7bcc215c6 Mon Sep 17 00:00:00 2001 From: Ivan Ristic Date: Tue, 15 Jul 2014 11:11:26 +0100 Subject: [PATCH] Update docs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a5f050..b47ec20 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,6 @@ To build the tool: $ export GOPATH=$(pwd) $ go build openssl-ccs-cve-2014-0224.go -Tested with go 1.2.2. +Tested with go 1.2.2 and 1.3. The src/my-tls contains the patched version of the crypto/tls package.