Skip to content

Commit

Permalink
Merge pull request #7469 from xkqian/2.28/bignumber_update_comments
Browse files Browse the repository at this point in the history
Backport 2.28: Update links of references in bignum code
  • Loading branch information
tom-cosgrove-arm authored Apr 26, 2023
2 parents b5b0649 + 0e5a27b commit 503f487
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library/ecdh.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/*
* References:
*
* SEC1 http://www.secg.org/index.php?action=secg,docs_secg
* SEC1 https://www.secg.org/sec1-v2.pdf
* RFC 4492
*/

Expand Down
2 changes: 1 addition & 1 deletion library/ecdsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/*
* References:
*
* SEC1 http://www.secg.org/index.php?action=secg,docs_secg
* SEC1 https://www.secg.org/sec1-v2.pdf
*/

#include "common.h"
Expand Down
6 changes: 4 additions & 2 deletions library/ecp.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@
/*
* 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
* - https://www.rfc-editor.org/rfc/rfc4492
* RFC 7748 for the Curve448 and Curve25519 curve definitions
* - https://www.rfc-editor.org/rfc/rfc7748
*
* [Curve25519] http://cr.yp.to/ecdh/curve25519-20060209.pdf
* [Curve25519] https://cr.yp.to/ecdh/curve25519-20060209.pdf
*
* [2] CORON, Jean-S'ebastien. Resistance against differential power analysis
* for elliptic curve cryptosystems. In : Cryptographic Hardware and
Expand Down

0 comments on commit 503f487

Please sign in to comment.