You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2018/03/20 23:16:52 UTC

httpcomponents-core git commit: [HTTPCORE-519] Failing tests on Fedora 28 due to weak encryption algorithms in test keystore.

Repository: httpcomponents-core
Updated Branches:
  refs/heads/4.4.x 0d30dd28e -> 67aad2c94


[HTTPCORE-519] Failing tests on Fedora 28 due to weak encryption
algorithms in test keystore.

Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/67aad2c9
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/67aad2c9
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/67aad2c9

Branch: refs/heads/4.4.x
Commit: 67aad2c949333d38ae9a6b799bb86fb002bcff77
Parents: 0d30dd2
Author: Gary Gregory <ga...@gmail.com>
Authored: Tue Mar 20 17:16:48 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Tue Mar 20 17:16:48 2018 -0600

----------------------------------------------------------------------
 RELEASE_NOTES.txt                                |   3 +++
 .../src/test/resources/test-DSA-1024.keystore    | Bin 0 -> 1344 bytes
 httpcore-nio/src/test/resources/test.keystore    | Bin 1378 -> 2181 bytes
 3 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/67aad2c9/RELEASE_NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 362542d..55ac350 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -24,6 +24,9 @@ Changelog
 * HTTPCORE-517: Allow SecurityManager to stop socket connections.
   Contributed by Gary Gregory <ggregory at apache.org> and Paul Thompson <pathompson at atlassian dot com>
 
+* HTTPCORE-519: Failing tests on Fedora 28 due to weak encryption algorithms in test keystore.
+  Contributed by Gary Gregory <ggregory at apache.org> and Michael Simacek <msimacek at redhat dot com>
+
   
 Release 4.4.9
 -------------------

http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/67aad2c9/httpcore-nio/src/test/resources/test-DSA-1024.keystore
----------------------------------------------------------------------
diff --git a/httpcore-nio/src/test/resources/test-DSA-1024.keystore b/httpcore-nio/src/test/resources/test-DSA-1024.keystore
new file mode 100644
index 0000000..917f83e
Binary files /dev/null and b/httpcore-nio/src/test/resources/test-DSA-1024.keystore differ

http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/67aad2c9/httpcore-nio/src/test/resources/test.keystore
----------------------------------------------------------------------
diff --git a/httpcore-nio/src/test/resources/test.keystore b/httpcore-nio/src/test/resources/test.keystore
index 97a862b..8234a3d 100644
Binary files a/httpcore-nio/src/test/resources/test.keystore and b/httpcore-nio/src/test/resources/test.keystore differ