Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B236C200AF5 for ; Thu, 2 Jun 2016 16:33:55 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AFDA7160A3F; Thu, 2 Jun 2016 14:33:55 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0252B16098A for ; Thu, 2 Jun 2016 16:33:54 +0200 (CEST) Received: (qmail 85599 invoked by uid 500); 2 Jun 2016 14:33:54 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 85590 invoked by uid 99); 2 Jun 2016 14:33:54 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jun 2016 14:33:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D86D3DFE65; Thu, 2 Jun 2016 14:33:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: stain@apache.org To: commits@commons.apache.org Message-Id: <80d72188f6534bc9bf3edb460449eb23@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: commons-crypto git commit: US Export added to README (and pom) Date: Thu, 2 Jun 2016 14:33:53 +0000 (UTC) archived-at: Thu, 02 Jun 2016 14:33:55 -0000 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 Authored: Thu Jun 2 15:33:47 2016 +0100 Committer: Stian Soiland-Reyes 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 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 <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 + 1.0.0-SNAPSHOT Apache Commons Crypto