You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by st...@apache.org on 2016/06/02 14:33:53 UTC

commons-crypto git commit: US Export added to README (and pom)

Repository: commons-crypto
Updated Branches:
  refs/heads/master 8f9879823 -> ff3971772


US Export added to README (and pom)


Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/ff397177
Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/ff397177
Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/ff397177

Branch: refs/heads/master
Commit: ff397177233a5e927cc2dcb41383bb626c34d56f
Parents: 8f98798
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Jun 2 15:33:47 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Jun 2 15:33:47 2016 +0100

----------------------------------------------------------------------
 README.md | 28 ++++++++++++++++++++++++++++
 pom.xml   | 29 +++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/ff397177/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index e18a215..4614214 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,34 @@ Features
 5. Portable across various operating systems (currently only Linux); Apache Commons Crypto loads the library according to your machine environment (It looks system properties, `os.name` and `os.arch`).
 6. Simple usage. Add the commons-crypto-(version).jar file to your classpath.
 
+
+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:
+
+* Commons Crypto use [Java Cryptography Extension](http://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec.html) provided by Java
+* Commons Crypto link to and use [OpenSSL](https://www.openssl.org/) ciphers
+
 Documentation
 -------------
 

http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/ff397177/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 57123c1..6bbbcdc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,35 @@ Features
 4. JNI-based implementation to achieve comparable performance to the native C++ version based on Openssl.
 5. Portable across various operating systems (currently only Linux); Apache Commons Crypto loads the library according to your machine environment (It looks system properties, `os.name` and `os.arch`).
 6. Simple usage. Add the commons-crypto-(version).jar file to your classpath.
+
+
+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 &lt;http://www.wassenaar.org/&gt; 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:
+
+* Commons Crypto use [Java Cryptography Extension](http://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec.html) provided by Java
+* Commons Crypto link to and use [OpenSSL](https://www.openssl.org/) ciphers
+
   </description>
   <version>1.0.0-SNAPSHOT</version>
   <name>Apache Commons Crypto</name>