From 33b3b3eb4a02a6f8b0e0ce5a7ca9a29372b59ac0 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 16 Apr 2019 20:01:59 -0400 Subject: Crypto Docs Get Cryptography (#4850) --- docs/hazmat/primitives/asymmetric/ec.rst | 2 +- docs/hazmat/primitives/asymmetric/serialization.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/hazmat/primitives/asymmetric') diff --git a/docs/hazmat/primitives/asymmetric/ec.rst b/docs/hazmat/primitives/asymmetric/ec.rst index 0035e5b0..3025f334 100644 --- a/docs/hazmat/primitives/asymmetric/ec.rst +++ b/docs/hazmat/primitives/asymmetric/ec.rst @@ -954,4 +954,4 @@ Elliptic Curve Object Identifiers .. _`ECDSA`: https://en.wikipedia.org/wiki/ECDSA .. _`EdDSA`: https://en.wikipedia.org/wiki/EdDSA .. _`forward secrecy`: https://en.wikipedia.org/wiki/Forward_secrecy -.. _`SEC 1 v2.0`: http://www.secg.org/sec1-v2.pdf +.. _`SEC 1 v2.0`: https://www.secg.org/sec1-v2.pdf diff --git a/docs/hazmat/primitives/asymmetric/serialization.rst b/docs/hazmat/primitives/asymmetric/serialization.rst index 84867efb..7c1fc82e 100644 --- a/docs/hazmat/primitives/asymmetric/serialization.rst +++ b/docs/hazmat/primitives/asymmetric/serialization.rst @@ -644,4 +644,4 @@ Serialization Encryption Types .. _`PKCS3`: https://www.teletrust.de/fileadmin/files/oid/oid_pkcs-3v1-4.pdf -.. _`SEC 1 v2.0`: http://www.secg.org/sec1-v2.pdf +.. _`SEC 1 v2.0`: https://www.secg.org/sec1-v2.pdf -- cgit v1.2.3