aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFacundo Tuesca <facundo.tuesca@trailofbits.com>2024-02-20 15:57:07 +0100
committerGitHub <noreply@github.com>2024-02-20 06:57:07 -0800
commitc97808ca7716667037804a6b8709b7e9045b6629 (patch)
treef1e777031cf856d569fdcfc7a9d0549e5c515adb /docs
parent4aa0d9ad35be926a7f19e0a89bab72de606f770a (diff)
downloadpyca-cryptography-c97808ca7716667037804a6b8709b7e9045b6629.zip
pyca-cryptography-c97808ca7716667037804a6b8709b7e9045b6629.tar.gz
pyca-cryptography-c97808ca7716667037804a6b8709b7e9045b6629.tar.bz2
Add test vectors for deterministic ECDSA (RFC6979) (#10438)
Diffstat (limited to 'docs')
-rw-r--r--docs/development/test-vectors.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 35f7b7b..aeff528 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -51,6 +51,7 @@ Asymmetric ciphers
* X25519 and X448 test vectors from :rfc:`7748`.
* RSA OAEP with custom label from the `BoringSSL evp tests`_.
* Ed448 test vectors from :rfc:`8032`.
+* Deterministic ECDSA (:rfc:`6979`) from `OpenSSL's RFC 6979 test vectors`_.
Custom asymmetric vectors
@@ -1094,3 +1095,4 @@ header format (substituting the correct information):
.. _`dkg's additional OCB3 vectors`: https://gitlab.com/dkg/ocb-test-vectors
.. _`OpenSSL's OCB vectors`: https://github.com/openssl/openssl/commit/2f19ab18a29cf9c82cdd68bc8c7e5be5061b19be
.. _`badkeys`: https://github.com/vcsjones/badkeys/tree/50f1cc5f8d13bf3a2046d689f6452decb15d9c3c
+.. _`OpenSSL's RFC 6979 test vectors`: https://github.com/openssl/openssl/blob/01690a7ff36c4d18c48b301cdf375c954105a1d9/test/recipes/30-test_evp_data/evppkey_ecdsa_rfc6979.txt