diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-12-28 18:40:05 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-12-28 18:40:05 -0600 |
commit | 411ca8ede84d7dda74f90304b237b8e059dc539f (patch) | |
tree | d256148e18db79e1e0c47ee3c1083bb66cf805be | |
parent | 42e0c790c5150bec47add345065929ca7df8e6ff (diff) | |
parent | d1349d3c229810491f6078aad4621461da235bea (diff) | |
download | cryptography-411ca8ede84d7dda74f90304b237b8e059dc539f.tar.gz cryptography-411ca8ede84d7dda74f90304b237b8e059dc539f.tar.bz2 cryptography-411ca8ede84d7dda74f90304b237b8e059dc539f.zip |
Merge pull request #2601 from alex/get-your-crypto-with-crypto
Port a few cr.yp.to links to be HTTPS
-rw-r--r-- | docs/faq.rst | 2 | ||||
-rw-r--r-- | docs/hazmat/primitives/asymmetric/ec.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/faq.rst b/docs/faq.rst index 0b7bdce4..10c8656b 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -14,5 +14,5 @@ to NaCl. If you prefer NaCl's design, we highly recommend `PyNaCl`_. -.. _`NaCl`: http://nacl.cr.yp.to/ +.. _`NaCl`: https://nacl.cr.yp.to/ .. _`PyNaCl`: https://pynacl.readthedocs.org diff --git a/docs/hazmat/primitives/asymmetric/ec.rst b/docs/hazmat/primitives/asymmetric/ec.rst index c1619dd0..8e3a3659 100644 --- a/docs/hazmat/primitives/asymmetric/ec.rst +++ b/docs/hazmat/primitives/asymmetric/ec.rst @@ -504,7 +504,7 @@ Key Interfaces .. _`some concern`: https://crypto.stackexchange.com/questions/10263/should-we-trust-the-nist-recommended-ecc-parameters .. _`less than 224 bits`: http://www.ecrypt.eu.org/ecrypt2/documents/D.SPA.20.pdf .. _`elliptic curve diffie-hellman is faster than diffie-hellman`: http://digitalcommons.unl.edu/cgi/viewcontent.cgi?article=1100&context=cseconfwork -.. _`minimize the number of security concerns for elliptic-curve cryptography`: http://cr.yp.to/ecdh/curve25519-20060209.pdf +.. _`minimize the number of security concerns for elliptic-curve cryptography`: https://cr.yp.to/ecdh/curve25519-20060209.pdf .. _`SafeCurves`: http://safecurves.cr.yp.to/ .. _`ECDSA`: https://en.wikipedia.org/wiki/ECDSA .. _`EdDSA`: https://en.wikipedia.org/wiki/EdDSA |