From: Eugene Crosser Date: Sun, 8 Dec 2013 21:38:44 +0000 (+0400) Subject: replace README_CR with svg pic X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=commitdiff_plain;h=11e1a6dd5adcac83d689f164caaf35ee927e1337 replace README_CR with svg pic --- diff --git a/Makefile.am b/Makefile.am index 934ed22..056f2eb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,7 @@ test_crypto_LDADD = libpcsc_cr.la test_chalresp_LDADD = libpcsc_cr.la test_base64_LDADD = libpcsc_cr.la -EXTRA_DIST = autogen.sh README.md README_CR +EXTRA_DIST = autogen.sh README.md auth-data-structure.svg TESTS = test_auth test_serial test_crypto test_chalresp test_base64 XFAIL_TESTS = test_chalresp diff --git a/README_CR b/README_CR deleted file mode 100644 index 96e24f5..0000000 --- a/README_CR +++ /dev/null @@ -1,25 +0,0 @@ -Adapted from Yubico's white paper on full disk encryption: - -user record: - userid - seqno - encrypted blob: - data: - shared-secret - payload - sha1( - shared-secret - payload - ) - key: - hmac-sha1: - data: - sha1( - userid - password - seqno - ) - key: - shared-secret - -