You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2016/05/01 19:19:18 UTC

incubator-taverna-engine git commit: TAVERNA-959 Export clarifications

Repository: incubator-taverna-engine
Updated Branches:
  refs/heads/master da27084d1 -> 78d370c12


TAVERNA-959 Export clarifications


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/commit/78d370c1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/tree/78d370c1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/diff/78d370c1

Branch: refs/heads/master
Commit: 78d370c121a91e70d4bc6afb946b80b0d5e0ec8f
Parents: da27084
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sun May 1 18:19:09 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sun May 1 18:19:09 2016 +0100

----------------------------------------------------------------------
 README.md | 24 +++++++++++++++++-------
 1 file changed, 17 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/blob/78d370c1/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 16912bf..23c068a 100644
--- a/README.md
+++ b/README.md
@@ -127,10 +127,20 @@ for both object code and source code.
 
 The following provides more details on the included cryptographic software:
 
-* `taverna-credential-manager-impl` manages an encrypted keystore
-  for username/passwords and client/server SSL certificates. It
-  is designed to be used with Java Secure Socket Extension (JSSE),
-  Java Cryptography Extension (JCE) and the BouncyCastle encryption library.
-* This software (via Apache Taverna Language,
-  Apache Taverna OSGi and Apache Jena) use Apache HttpComponents
-  if accessing `https://` connections.
+* [taverna-credential-manager-impl](taverna-credential-manager-impl)
+  manages an encrypted keystore for username/passwords and
+  client/server SSL certificates. It
+  is designed to be used with
+  [Java Secure Socket Extension](https://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.html) (JSSE),
+  [Java Cryptography Extension (JCE)](http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html) and depends on the
+  [BouncyCastle](https://www.bouncycastle.org/) bcprov encryption library.
+  The [JCE Unlimited Strength Jurisdiction Policy](http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html)
+  must be installed separately to use keystore passwords with 7 or more characters.
+* Apache Taverna Engine depend on
+  [Apache Taverna Language](http://taverna.incubator.apache.org/download/language/),
+  [Apache Taverna OSGi](http://taverna.incubator.apache.org/download/osgi/) and
+  [Apache Jena](http://jena.apache.org/), which depend on
+  [Apache HttpComponents](https://hc.apache.org/) Client, which can
+  initiate encrypted `https://` connections using
+  [Java Secure Socket Extension](https://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.html)
+  (JSSE).