diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2017-02-27 22:25:37 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-02-27 19:25:37 -0800 |
commit | 64f1f429bb1cfa1270eab4ad6b1bf0da750244ec (patch) | |
tree | 2c1fd53030139899a432f74a47d42cbd65896051 /docs/development | |
parent | 500047b1c3cbfbd8f4ad6f52865ed98cd59fecb3 (diff) | |
download | cryptography-64f1f429bb1cfa1270eab4ad6b1bf0da750244ec.tar.gz cryptography-64f1f429bb1cfa1270eab4ad6b1bf0da750244ec.tar.bz2 cryptography-64f1f429bb1cfa1270eab4ad6b1bf0da750244ec.zip |
Update NIST urls in docs (#3418)
Diffstat (limited to 'docs/development')
-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 812df28a..15fe2d2e 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -473,7 +473,7 @@ header format (substituting the correct information): .. _`NESSIE IDEA vectors`: https://www.cosic.esat.kuleuven.be/nessie/testvectors/bc/idea/Idea-128-64.verified.test-vectors .. _`NESSIE`: https://en.wikipedia.org/wiki/NESSIE .. _`Ed25519 website`: https://ed25519.cr.yp.to/software.html -.. _`NIST SP-800-38B`: http://csrc.nist.gov/publications/nistpubs/800-38B/Updated_CMAC_Examples.pdf +.. _`NIST SP-800-38B`: http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-38b.pdf .. _`NIST PKI Testing`: http://csrc.nist.gov/groups/ST/crypto_apps_infra/pki/pkitesting.html .. _`testx509.pem`: https://github.com/openssl/openssl/blob/master/test/testx509.pem .. _`DigiCert Global Root G3`: http://cacerts.digicert.com/DigiCertGlobalRootG3.crt |