diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-04-09 10:51:09 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-04-09 10:51:09 -0400 |
commit | 43774546263812c965ec3040632f36d43889084d (patch) | |
tree | 52288005f3e1711b9c08dfc5b23c66e64233dcff /docs/development/test-vectors.rst | |
parent | 7e6afe8be14807c75fcc934a89aab8f1d94c52c4 (diff) | |
download | cryptography-43774546263812c965ec3040632f36d43889084d.tar.gz cryptography-43774546263812c965ec3040632f36d43889084d.tar.bz2 cryptography-43774546263812c965ec3040632f36d43889084d.zip |
Use HTTPS for a link in our docs (#2869)
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r-- | docs/development/test-vectors.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 016073e8..61717cfc 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -456,5 +456,5 @@ header format (substituting the correct information): .. _`root data`: https://hg.mozilla.org/projects/nss/file/25b2922cc564/security/nss/lib/ckfw/builtins/certdata.txt#l2053 .. _`asymmetric/public/PKCS1/dsa.pub.pem`: https://github.com/ruby/ruby/blob/4ccb387f3bc436a08fc6d72c4931994f5de95110/test/openssl/test_pkey_dsa.rb#L53 .. _`Mozilla bug`: https://bugzilla.mozilla.org/show_bug.cgi?id=233586 -.. _`Russian CA`: http://e-trust.gosuslugi.ru/MainCA +.. _`Russian CA`: https://e-trust.gosuslugi.ru/MainCA .. _`test/evptests.txt`: https://github.com/openssl/openssl/blob/2d0b44126763f989a4cbffbffe9d0c7518158bb7/test/evptests.txt |