From 4ccaf0e2752cfc7d6cb8df8c43c726cbc894639d Mon Sep 17 00:00:00 2001 From: James Kasten Date: Thu, 28 Jun 2012 22:29:17 -0400 Subject: [PATCH] Modified README to reflect Makefile changes --- server-ca/sni_challenge/README | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/server-ca/sni_challenge/README b/server-ca/sni_challenge/README index 77de042d7..3664bd2e3 100644 --- a/server-ca/sni_challenge/README +++ b/server-ca/sni_challenge/README @@ -1,4 +1,3 @@ -Open make.sh and change second command to point to your include/pythonX.X implementation. -Run make.sh +Run Make -Run: make a call to verify_challenge(address, r, nonce). Nonce and r must match up to original challenge values. Example code is given in main(). \ No newline at end of file +To verify challenge: make a call to verify_challenge(address, r, nonce). Nonce and r must match up to original challenge values. Example code is given in main().