From 669c7c35f0b11d33ffab4bbd9fafa558090e6457 Mon Sep 17 00:00:00 2001 From: Xiaokang Qian Date: Mon, 10 Apr 2023 07:36:04 +0000 Subject: [PATCH] Update SEC1 link in ecp.c Old link doesn't work any more, update it to one new link to refer version 2 Signed-off-by: Xiaokang Qian --- library/ecp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ecp.c b/library/ecp.c index 08fbe86c73..c8dd7f0080 100644 --- a/library/ecp.c +++ b/library/ecp.c @@ -20,7 +20,7 @@ /* * References: * - * SEC1 http://www.secg.org/index.php?action=secg,docs_secg + * SEC1 https://www.secg.org/sec1-v2.pdf * GECC = Guide to Elliptic Curve Cryptography - Hankerson, Menezes, Vanstone * FIPS 186-3 http://csrc.nist.gov/publications/fips/fips186-3/fips_186-3.pdf * RFC 4492 for the related TLS structures and constants