aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/test-vectors.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-01-18 15:19:34 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-01-18 15:19:34 -0600
commite5463ccb335149da72e455473af920b1dea453cf (patch)
treefbcdccf6c52f3577c6cfb2c6de2a6288f896c27e /docs/development/test-vectors.rst
parentbef31146c3b12443fafdd1ef1a6a3c4519c60661 (diff)
downloadcryptography-e5463ccb335149da72e455473af920b1dea453cf.tar.gz
cryptography-e5463ccb335149da72e455473af920b1dea453cf.tar.bz2
cryptography-e5463ccb335149da72e455473af920b1dea453cf.zip
consistently linky RFC in the docs (#4716)
* consistently linky RFC in the docs * oops
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r--docs/development/test-vectors.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 6d4d3d1f..df1ecfa2 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -154,7 +154,7 @@ Key exchange
Diffie-Hellman parameters and key respectively. The keys were
generated using OpenSSL following `DHKE`_ guide. When creating the
parameters we added the `-pkeyopt dh_rfc5114:2` option to use
- RFC5114 2048 bit DH parameters with 224 bit subgroup.
+ :rfc:`5114` 2048 bit DH parameters with 224 bit subgroup.
``vectors/cryptography_vectors/asymmetric/DH/dhkey_rfc5114_2.txt`` contains
all parameter in text.
``vectors/cryptography_vectors/asymmetric/DH/dhp_rfc5114_2.der``,