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 20:05:38 UTC

incubator-taverna-common-activities git commit: TAVERNA-959: more Export Restrictions

Repository: incubator-taverna-common-activities
Updated Branches:
  refs/heads/master 335831a12 -> 8e6553fd4


TAVERNA-959: more Export Restrictions


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/commit/8e6553fd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/8e6553fd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/8e6553fd

Branch: refs/heads/master
Commit: 8e6553fd43cf6e01a75d73adf73bd99c2418494e
Parents: 335831a
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sun May 1 19:05:21 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sun May 1 19:05:21 2016 +0100

----------------------------------------------------------------------
 README.md | 29 ++++++++++++++++++++---------
 1 file changed, 20 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/8e6553fd/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index d77d70b..f139215 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ the actual workflow execution.
 
 (c) 2007-2014 University of Manchester
 
-(c) 2014-2015 Apache Software Foundation
+(c) 2014-2016 Apache Software Foundation
 
 This product includes software developed at The
 [Apache Software Foundation](http://www.apache.org/).
@@ -131,12 +131,23 @@ for both object code and source code.
 
 The following provides more details on the included cryptographic software:
 
-* `taverna-rest-activity` uses Apache HttpComponents SSL support if
-  accessing `https://` connections.
-* `taverna-wsdl-generic` and `taverna-wsdl-activity` uses 
-  Java Secure Socket Extension (JSSE),
-  Apache WSS4J and  Apache XML Security for Java if accessing
-  secure SOAP Web Services.
-* This software relies on Apache Taverna Engine's Credential Manager for
+* [taverna-rest-activity](taverna-rest-activity)
+  depend on
+  [Apache HttpComponents](https://hc.apache.org/) Client,
+  which can be configured to initiate
+  `https://` connections.
+* [taverna-wsdl-generic](taverna-wsdl-generic)
+  and [taverna-wsdl-activity](taverna-wsdl-activity) uses
+  [Java Secure Socket Extension](https://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.html)
+  (JSSE) and depend on
+  [Apache WSS4J](https://ws.apache.org/wss4j/),
+  [Apache XML Security for Java](https://santuario.apache.org/javaindex.html)
+  and [Open SAML Java](https://shibboleth.net/products/opensaml-java.html))
+  for accessing secure SOAP Web Services.
+* Apache Taverna Common Activities depends on the
+  [Apache Taverna Engine](http://taverna.incubator.apache.org/download/engine/)
+  Credential Manager API for
   management of username/password and client/server SSL certificates.
-
+* [taverna-interaction-activity](taverna-interaction-activity) depend on
+  [Jetty](http://www.eclipse.org/jetty/),
+  which includes UnixCrypt.java for one way cryptography.