[openssl-commits] [openssl] master update
Matt Caswell
matt at openssl.org
Sat Dec 19 20:42:11 UTC 2015
The branch master has been updated
via 79caf5d32366df29f3a6f7371df27963d3943eaa (commit)
from 7a64489f9eb9bf4964de2dc2df248453ee3cc84e (commit)
- Log -----------------------------------------------------------------
commit 79caf5d32366df29f3a6f7371df27963d3943eaa
Author: Matt Caswell <matt at openssl.org>
Date: Sat Dec 19 14:38:17 2015 +0000
Fix URLs mangled by reformat
Some URLs in the source code ended up getting mangled by indent. This fixes
it. Based on a patch supplied by Arnaud Lacombe <al at aerilon.ca>
Reviewed-by: Richard Levitte <levitte at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
crypto/bn/bn_exp.c | 2 +-
crypto/camellia/camellia.c | 2 +-
test/ectest.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/crypto/bn/bn_exp.c b/crypto/bn/bn_exp.c
index e252593..e0db6c7 100644
--- a/crypto/bn/bn_exp.c
+++ b/crypto/bn/bn_exp.c
@@ -650,7 +650,7 @@ static int MOD_EXP_CTIME_COPY_FROM_PREBUF(BIGNUM *b, int top,
* precomputation memory layout to limit data-dependency to a minimum to
* protect secret exponents (cf. the hyper-threading timing attacks pointed
* out by Colin Percival,
- * http://www.daemong-consideredperthreading-considered-harmful/)
+ * http://www.daemonology.net/hyperthreading-considered-harmful/)
*/
int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p,
const BIGNUM *m, BN_CTX *ctx,
diff --git a/crypto/camellia/camellia.c b/crypto/camellia/camellia.c
index cfbe9c6..5d0a3ce 100644
--- a/crypto/camellia/camellia.c
+++ b/crypto/camellia/camellia.c
@@ -67,7 +67,7 @@
/*
* Algorithm Specification
- * http://info.isl.llia/specicrypt/eng/camellia/specifications.html
+ * http://info.isl.ntt.co.jp/crypt/eng/camellia/specifications.html
*/
/*
diff --git a/test/ectest.c b/test/ectest.c
index c8893f9..c6f1d7e 100644
--- a/test/ectest.c
+++ b/test/ectest.c
@@ -1412,7 +1412,7 @@ struct nistp_test_params {
int degree;
/*
* Qx, Qy and D are taken from
- * http://csrcdocut.gov/groups/ST/toolkit/documents/Examples/ECDSA_Prime.pdf
+ * http://csrc.nist.gov/groups/ST/toolkit/documents/Examples/ECDSA_Prime.pdf
* Otherwise, values are standard curve parameters from FIPS 180-3
*/
const char *p, *a, *b, *Qx, *Qy, *Gx, *Gy, *order, *d;
More information about the openssl-commits
mailing list