diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-02-18 14:46:06 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-02-18 14:46:06 -0600 |
commit | 21bb2480b97d44982eb3f80ef908d152c5d2630a (patch) | |
tree | a575f76c1f74dbb1eed19040fb1971999c306735 /docs/hazmat/primitives/asymmetric | |
parent | 04cd2efcf0db628b76643f7e59e2e80da1e7d441 (diff) | |
parent | 111aff2f75cb56122716dbeda44c40620f1fb346 (diff) | |
download | cryptography-21bb2480b97d44982eb3f80ef908d152c5d2630a.tar.gz cryptography-21bb2480b97d44982eb3f80ef908d152c5d2630a.tar.bz2 cryptography-21bb2480b97d44982eb3f80ef908d152c5d2630a.zip |
Merge pull request #1672 from alex/https-all-the-things
Use HTTPS for a few URLs in the docs that support it
Diffstat (limited to 'docs/hazmat/primitives/asymmetric')
-rw-r--r-- | docs/hazmat/primitives/asymmetric/ec.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/asymmetric/ec.rst b/docs/hazmat/primitives/asymmetric/ec.rst index f55247c3..8b9a584b 100644 --- a/docs/hazmat/primitives/asymmetric/ec.rst +++ b/docs/hazmat/primitives/asymmetric/ec.rst @@ -370,7 +370,7 @@ Key Interfaces .. _`FIPS 186-4`: http://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pdf .. _`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/documents/D.SPA.20.pdf -.. _`64x lower computational cost than DH`: http://www.nsa.gov/business/programs/elliptic_curve.shtml +.. _`64x lower computational cost than DH`: https://www.nsa.gov/business/programs/elliptic_curve.shtml .. _`minimize the number of security concerns for elliptic-curve cryptography`: http://cr.yp.to/ecdh/curve25519-20060209.pdf .. _`SafeCurves`: http://safecurves.cr.yp.to/ .. _`ECDSA`: https://en.wikipedia.org/wiki/ECDSA |