[openssl-commits] [openssl] OpenSSL_1_0_2-stable update
Andy Polyakov
appro at openssl.org
Wed Jun 21 16:52:36 UTC 2017
The branch OpenSSL_1_0_2-stable has been updated
via 72d2ba9743bc556d034d860c1bacff458dd9b204 (commit)
from b70f61921bee87f30bfb917f7f3ec059c2773a5e (commit)
- Log -----------------------------------------------------------------
commit 72d2ba9743bc556d034d860c1bacff458dd9b204
Author: Benjamin Kaduk <bkaduk at akamai.com>
Date: Tue Jun 20 14:41:54 2017 -0500
Remove inadvertently commited test binaries
Commit 201015ee4f38e5d216a7625282c6b8a395b680b7 added some generated
files that were not part of the intended functionality; remove them.
(Only the 1.0.2 branch version of the commit was affected, probably due
to a smaller .gitignore on that branch.)
Reviewed-by: Andy Polyakov <appro at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3729)
-----------------------------------------------------------------------
Summary of changes:
crypto/include/internal/bn_conf.h | 28 ----------------------------
crypto/include/internal/dso_conf.h | 16 ----------------
doc-nits | 0
fuzz/asn1-test | Bin 36892 -> 0 bytes
fuzz/asn1parse-test | Bin 18402 -> 0 bytes
fuzz/bignum-test | Bin 19593 -> 0 bytes
fuzz/bndiv-test | Bin 20310 -> 0 bytes
fuzz/client-test | Bin 20298 -> 0 bytes
fuzz/cms-test | Bin 18846 -> 0 bytes
fuzz/conf-test | Bin 19368 -> 0 bytes
fuzz/crl-test | Bin 18816 -> 0 bytes
fuzz/ct-test | Bin 18783 -> 0 bytes
fuzz/server-test | Bin 31129 -> 0 bytes
fuzz/x509-test | Bin 18793 -> 0 bytes
14 files changed, 44 deletions(-)
delete mode 100644 crypto/include/internal/bn_conf.h
delete mode 100644 crypto/include/internal/dso_conf.h
delete mode 100644 doc-nits
delete mode 100755 fuzz/asn1-test
delete mode 100755 fuzz/asn1parse-test
delete mode 100755 fuzz/bignum-test
delete mode 100755 fuzz/bndiv-test
delete mode 100755 fuzz/client-test
delete mode 100755 fuzz/cms-test
delete mode 100755 fuzz/conf-test
delete mode 100755 fuzz/crl-test
delete mode 100755 fuzz/ct-test
delete mode 100755 fuzz/server-test
delete mode 100755 fuzz/x509-test
diff --git a/crypto/include/internal/bn_conf.h b/crypto/include/internal/bn_conf.h
deleted file mode 100644
index 34bd8b7..0000000
--- a/crypto/include/internal/bn_conf.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* WARNING: do not edit! */
-/* Generated by Makefile from crypto/include/internal/bn_conf.h.in */
-/*
- * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
- *
- * Licensed under the OpenSSL license (the "License"). You may not use
- * this file except in compliance with the License. You can obtain a copy
- * in the file LICENSE in the source distribution or at
- * https://www.openssl.org/source/license.html
- */
-
-#ifndef HEADER_BN_CONF_H
-# define HEADER_BN_CONF_H
-
-/*
- * The contents of this file are not used in the UEFI build, as
- * both 32-bit and 64-bit builds are supported from a single run
- * of the Configure script.
- */
-
-/* Should we define BN_DIV2W here? */
-
-/* Only one for the following should be defined */
-#define SIXTY_FOUR_BIT_LONG
-#undef SIXTY_FOUR_BIT
-#undef THIRTY_TWO_BIT
-
-#endif
diff --git a/crypto/include/internal/dso_conf.h b/crypto/include/internal/dso_conf.h
deleted file mode 100644
index 7a52dd1..0000000
--- a/crypto/include/internal/dso_conf.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/* WARNING: do not edit! */
-/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
-/*
- * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
- *
- * Licensed under the OpenSSL license (the "License"). You may not use
- * this file except in compliance with the License. You can obtain a copy
- * in the file LICENSE in the source distribution or at
- * https://www.openssl.org/source/license.html
- */
-
-#ifndef HEADER_DSO_CONF_H
-# define HEADER_DSO_CONF_H
-
-# define DSO_EXTENSION ".so"
-#endif
diff --git a/doc-nits b/doc-nits
deleted file mode 100644
index e69de29..0000000
diff --git a/fuzz/asn1-test b/fuzz/asn1-test
deleted file mode 100755
index 213ae9b..0000000
Binary files a/fuzz/asn1-test and /dev/null differ
diff --git a/fuzz/asn1parse-test b/fuzz/asn1parse-test
deleted file mode 100755
index 8a09d26..0000000
Binary files a/fuzz/asn1parse-test and /dev/null differ
diff --git a/fuzz/bignum-test b/fuzz/bignum-test
deleted file mode 100755
index 9fdbae9..0000000
Binary files a/fuzz/bignum-test and /dev/null differ
diff --git a/fuzz/bndiv-test b/fuzz/bndiv-test
deleted file mode 100755
index f3325e6..0000000
Binary files a/fuzz/bndiv-test and /dev/null differ
diff --git a/fuzz/client-test b/fuzz/client-test
deleted file mode 100755
index fed6d93..0000000
Binary files a/fuzz/client-test and /dev/null differ
diff --git a/fuzz/cms-test b/fuzz/cms-test
deleted file mode 100755
index a21e911..0000000
Binary files a/fuzz/cms-test and /dev/null differ
diff --git a/fuzz/conf-test b/fuzz/conf-test
deleted file mode 100755
index 99514e2..0000000
Binary files a/fuzz/conf-test and /dev/null differ
diff --git a/fuzz/crl-test b/fuzz/crl-test
deleted file mode 100755
index 857fc61..0000000
Binary files a/fuzz/crl-test and /dev/null differ
diff --git a/fuzz/ct-test b/fuzz/ct-test
deleted file mode 100755
index ee3b2e2..0000000
Binary files a/fuzz/ct-test and /dev/null differ
diff --git a/fuzz/server-test b/fuzz/server-test
deleted file mode 100755
index ee56e43..0000000
Binary files a/fuzz/server-test and /dev/null differ
diff --git a/fuzz/x509-test b/fuzz/x509-test
deleted file mode 100755
index e7c90b2..0000000
Binary files a/fuzz/x509-test and /dev/null differ
More information about the openssl-commits
mailing list