[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Matt Caswell matt at openssl.org
Sat Dec 19 20:42:21 UTC 2015


The branch OpenSSL_1_0_2-stable has been updated
       via  f6cadeeeede13239127a2b58970124f4c1f3c217 (commit)
       via  dd045d17e711d5988eaac983eadf75e0ea04842d (commit)
      from  93a17f79b925e2d76bd38b3d0c3b199302c0ecfc (commit)


- Log -----------------------------------------------------------------
commit f6cadeeeede13239127a2b58970124f4c1f3c217
Author: Matt Caswell <matt at openssl.org>
Date:   Sat Dec 19 14:42:06 2015 +0000

    Fix more URLs mangled by reformat
    
    Fix some more URLs mangled by indent in the reformat. These ones don't exist
    in master so we have a separate commit. Based on a patch supplied by Arnaud
    Lacombe <al at aerilon.ca>
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>

commit dd045d17e711d5988eaac983eadf75e0ea04842d
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 +-
 crypto/ec/ectest.c         | 2 +-
 demos/tunala/tunala.c      | 2 +-
 ssl/t1_enc.c               | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/crypto/bn/bn_exp.c b/crypto/bn/bn_exp.c
index 98db765..6d30d1e 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 05887a9..719fa61 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/crypto/ec/ectest.c b/crypto/ec/ectest.c
index fede530..efab0b0 100644
--- a/crypto/ec/ectest.c
+++ b/crypto/ec/ectest.c
@@ -1591,7 +1591,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;
diff --git a/demos/tunala/tunala.c b/demos/tunala/tunala.c
index 11a7c5b..3ceea02 100644
--- a/demos/tunala/tunala.c
+++ b/demos/tunala/tunala.c
@@ -1154,7 +1154,7 @@ static int tunala_item_io(tunala_selector_t * selector, tunala_item_t * item)
     /*
      * This function name is attributed to the term donated by David Schwartz
      * on openssl-dev, message-ID:
-     * <NCBBLIEPOCbmasEKBEAKEEDGLIAA.davids at webmaster.com>. :-)
+     * <NCBBLIEPOCNJOAEKBEAKEEDGLIAA.davids at webmaster.com>. :-)
      */
     if (!state_machine_churn(&item->sm))
         /*
diff --git a/ssl/t1_enc.c b/ssl/t1_enc.c
index f46544b..514fcb3 100644
--- a/ssl/t1_enc.c
+++ b/ssl/t1_enc.c
@@ -1155,7 +1155,7 @@ int tls1_generate_master_secret(SSL *s, unsigned char *out, unsigned char *p,
         so = s->s3->server_opaque_prf_input;
         /*
          * must be same as col (see
-         * draft-resc-00.txts-opaque-prf-input-00.txt, section 3.1)
+         * draft-rescorla-tls-opaque-prf-input-00.txt, section 3.1)
          */
         sol = s->s3->client_opaque_prf_input_len;
     }


More information about the openssl-commits mailing list