aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-02-02 22:54:50 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-02-02 22:54:50 -0600
commita626edb1722bb9d22435c632900585b4a9648a4f (patch)
treee1c2860b8d0efd21932af91613220ef7a6aa7e9f /docs/hazmat
parent5e9d1c0600d0d86f51a8d16dabe339a133188c7e (diff)
parent5e785b73cc885d7dd85972c246432d50ec70af1d (diff)
downloadcryptography-a626edb1722bb9d22435c632900585b4a9648a4f.tar.gz
cryptography-a626edb1722bb9d22435c632900585b4a9648a4f.tar.bz2
cryptography-a626edb1722bb9d22435c632900585b4a9648a4f.zip
Merge pull request #2709 from alex/coda-goes-https
As always, recommend cryptoing while you crypto
Diffstat (limited to 'docs/hazmat')
-rw-r--r--docs/hazmat/primitives/constant-time.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/constant-time.rst b/docs/hazmat/primitives/constant-time.rst
index 1394b6b3..1c1d544f 100644
--- a/docs/hazmat/primitives/constant-time.rst
+++ b/docs/hazmat/primitives/constant-time.rst
@@ -40,4 +40,4 @@ about the timing attacks on KeyCzar and Java's ``MessageDigest.isEqual()``.
``bytes``.
-.. _`Coda Hale's blog post`: http://codahale.com/a-lesson-in-timing-attacks/
+.. _`Coda Hale's blog post`: https://codahale.com/a-lesson-in-timing-attacks/