[openssl-commits] [openssl] OpenSSL_1_0_1-stable update

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


The branch OpenSSL_1_0_1-stable has been updated
       via  583f4bf7e8e83e503046b7e5a1e01b48e64bce54 (commit)
       via  ff2c19efdbd6108acf9bff1c53adba8c2d3aa001 (commit)
      from  e961c7a201817cefd628a023a104c4ee8a216e13 (commit)


- Log -----------------------------------------------------------------
commit 583f4bf7e8e83e503046b7e5a1e01b48e64bce54
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 ff2c19efdbd6108acf9bff1c53adba8c2d3aa001
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 14a3689..4839625 100644
--- a/crypto/bn/bn_exp.c
+++ b/crypto/bn/bn_exp.c
@@ -590,7 +590,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 985356d..9786b26 100644
--- a/ssl/t1_enc.c
+++ b/ssl/t1_enc.c
@@ -1137,7 +1137,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