aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/vectors/asymmetric/DSA/FIPS_186-2/Readme.txt
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2014-03-02 13:18:05 +0000
committerAlex Stapleton <alexs@prol.etari.at>2014-03-02 13:41:35 +0000
commit18dc5f59127e273a835c68814a3c5a3d56ff8ba7 (patch)
tree689b4ed4cd98f453f05736233befb31ac154b34b /tests/hazmat/primitives/vectors/asymmetric/DSA/FIPS_186-2/Readme.txt
parent254e8c2607cdf9fee27d4d900ed66b087ddd51b4 (diff)
downloadcryptography-18dc5f59127e273a835c68814a3c5a3d56ff8ba7.tar.gz
cryptography-18dc5f59127e273a835c68814a3c5a3d56ff8ba7.tar.bz2
cryptography-18dc5f59127e273a835c68814a3c5a3d56ff8ba7.zip
Add NIST FIPS 186-2 DSA test vectors
http://csrc.nist.gov/groups/STM/cavp/documents/dss/186-2dsatestvectors.zip
Diffstat (limited to 'tests/hazmat/primitives/vectors/asymmetric/DSA/FIPS_186-2/Readme.txt')
-rw-r--r--tests/hazmat/primitives/vectors/asymmetric/DSA/FIPS_186-2/Readme.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/hazmat/primitives/vectors/asymmetric/DSA/FIPS_186-2/Readme.txt b/tests/hazmat/primitives/vectors/asymmetric/DSA/FIPS_186-2/Readme.txt
new file mode 100644
index 00000000..5838d9fd
--- /dev/null
+++ b/tests/hazmat/primitives/vectors/asymmetric/DSA/FIPS_186-2/Readme.txt
@@ -0,0 +1,13 @@
+Example test files for FIPS 186-2 DSA
+
+1. The files with extension '.rsp' are response files in the proper format for CAVS validation.
+
+2. The file PQGGen.txt contains values for DSA domain parameter generation with intermediate results for generating the
+prime p according to Appendix 2, section 2.2 "Generation of Primes."
+
+3. The file SigGen.txt contains values for DSA signature generation with the
+following additional values needed to calculate r and s as in Section 5:
+ a. 'x' -- The private key.
+
+ b. 'k' -- A randomly-generated parameter, unique for each message, used to
+ compute r and s. See Section 4 and Appendix 3 for more information on k. \ No newline at end of file