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 2018/01/12 18:32:33 UTC

[1/2] incubator-taverna-server git commit: README: Updated copyright year

Repository: incubator-taverna-server
Updated Branches:
  refs/heads/master 9338b0b13 -> 810f8e31c


README: Updated copyright year


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/commit/49aed24c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/tree/49aed24c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/diff/49aed24c

Branch: refs/heads/master
Commit: 49aed24c7e60487cd77fcb74421e78f5f50387ea
Parents: 9338b0b
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Jan 12 16:33:28 2018 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Jan 12 16:33:28 2018 +0000

----------------------------------------------------------------------
 README.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/49aed24c/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 1f47356..0476ca9 100644
--- a/README.md
+++ b/README.md
@@ -24,9 +24,8 @@ workflows.
 
 ## License
 
-(c) 2007-2014 University of Manchester
-
-(c) 2014-2017 Apache Software Foundation
+* (c) 2007-2014 University of Manchester
+* (c) 2014-2018 Apache Software Foundation
 
 This product includes software developed at The [Apache Software
 Foundation](http://www.apache.org/).


[2/2] incubator-taverna-server git commit: TAVERNA-1031: Export restrictions for Taverna Server

Posted by st...@apache.org.
TAVERNA-1031: Export restrictions for Taverna Server


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/commit/810f8e31
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/tree/810f8e31
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/diff/810f8e31

Branch: refs/heads/master
Commit: 810f8e31c49ae2d6e7c6f8cf674d334913ceea50
Parents: 49aed24
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Jan 12 18:28:54 2018 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Jan 12 18:28:54 2018 +0000

----------------------------------------------------------------------
 README.md | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 55 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/810f8e31/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 0476ca9..64a0752 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@
 # Apache Taverna Server (incubating)
 
 REST/WSDL web service for executing
-[Apache Taverna](http://taverna.incubator.apache.org/) (incubating)
+[Apache Taverna](https://taverna.incubator.apache.org/) (incubating)
 workflows.
 
 
@@ -42,7 +42,7 @@ details about embedded third-party libraries and source code.
 # Contribute
 
 Please subscribe to and contact the
-[dev@taverna](http://taverna.incubator.apache.org/community/lists#dev) mailing list
+[dev@taverna](https://taverna.incubator.apache.org/community/lists#dev) mailing list
 for any questions, suggestions and discussions about
 Apache Taverna.
 
@@ -335,3 +335,56 @@ appear at within Tomcat (e.g., if you want it to be deployed at
 Taverna Server should then become available at
 the equivalent of http://localhost:8080/taverna-server/
 
+
+# Export restrictions
+
+This distribution includes cryptographic software.
+The country in which you currently reside may have restrictions 
+on the import, possession, use, and/or re-export to another country,
+of encryption software. BEFORE using any encryption software,
+please check your country's laws, regulations and policies
+concerning the import, possession, or use, and re-export of
+encryption software, to see if this is permitted.
+See <http://www.wassenaar.org/> for more information.
+
+The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS),
+has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1,
+which includes information security software using or performing
+cryptographic functions with asymmetric algorithms.
+The form and manner of this Apache Software Foundation distribution makes
+it eligible for export under the License Exception
+ENC Technology Software Unrestricted (TSU) exception
+(see the BIS Export Administration Regulations, Section 740.13)
+for both object code and source code.
+
+The following provides more details on the included cryptographic software:
+
+* Taverna Server's `CertificateChainFetcher` uses 
+  [Java Secure Socket Extension](https://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.html)
+  (JSS) to pre-fetch certificates of SSL-secured web services accessed by Taverna workflows.
+* Taverna Server's support for propagating username/password credentials in
+  `SecurityContextFactory` relies on 
+  [BouncyCastle](https://www.bouncycastle.org/) bcprov encryption library and
+  [Java Cryptography Extension](http://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec.html)
+  (JCE) to generate a keystore for Taverna Command-line tool.
+  The [JCE Unlimited Strength Jurisdiction Policy](http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html)
+  may need to be installed separately.
+* Taverna Server may interact with the credential manager support in
+  [Apache Taverna Command-line Tool](https://taverna.incubator.apache.org/download/commandline/)
+  to provide a keystore of client credentials and trusted certificates for SSL-secured web services.
+* After building, the 
+  `taverna-server-webapp/target/taverna-server.war` will include 
+  dependencies that are covered
+  by export restrictions, including:  
+  [BouncyCastle](https://www.bouncycastle.org/) bcprov encryption library,
+  [Apache HttpComponents](https://hc.apache.org/) Core and Client,
+  [Apache Derby](http://db.apache.org/derby/),
+  [Jetty](http://www.eclipse.org/jetty/),
+  [Apache WSS4J](https://ws.apache.org/wss4j/),
+  [Apache XML Security for Java](https://santuario.apache.org/javaindex.html),
+  [Open SAML Java](https://shibboleth.net/products/opensaml-java.html),
+  [Apache Taverna Language](https://taverna.incubator.apache.org/download/language/),
+  [Apache Taverna OSGi](https://taverna.incubator.apache.org/download/osgi/),
+  [Apache Taverna Engine](https://taverna.incubator.apache.org/download/engine/), 
+  [Apache Taverna Common Activities](https://taverna.incubator.apache.org/download/common-activities/),
+  and [Apache Taverna Command-line Tool](https://taverna.incubator.apache.org/download/commandline/).