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

Rich Salz rsalz at openssl.org
Fri Jun 9 16:55:56 UTC 2017


The branch OpenSSL_1_0_2-stable has been updated
       via  8270415d4ab6e3978cdd604d416c4f1f86289c4a (commit)
      from  aaa6cd4e2d10e33a0389b3c927eb5b78f08c8b99 (commit)


- Log -----------------------------------------------------------------
commit 8270415d4ab6e3978cdd604d416c4f1f86289c4a
Author: Jonathan Protzenko <protz at microsoft.com>
Date:   Wed May 17 09:09:01 2017 -0700

    Fix speed command for alternation of ciphers and digests.
    
    CLA: trivial
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/3487)
    
    (cherry picked from commit 9ae4e664da0692f27bfe0d1a34db29ed815203c8)

-----------------------------------------------------------------------

Summary of changes:
 apps/speed.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/speed.c b/apps/speed.c
index 6cd1021..5c0996b 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -725,6 +725,7 @@ int MAIN(int argc, char **argv)
                 BIO_printf(bio_err, "no EVP given\n");
                 goto end;
             }
+            evp_md = NULL;
             evp_cipher = EVP_get_cipherbyname(*argv);
             if (!evp_cipher) {
                 evp_md = EVP_get_digestbyname(*argv);


More information about the openssl-commits mailing list