You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2019/06/17 16:02:40 UTC

[ignite] branch ignite-11932 created (now 5bffa0a)

This is an automated email from the ASF dual-hosted git repository.

dpavlov pushed a change to branch ignite-11932
in repository https://gitbox.apache.org/repos/asf/ignite.git.


      at 5bffa0a  IGNITE-11932: initial export matrix update draft Follow ASF crypto process, declare encryption software usages

This branch includes the following new commits:

     new 5bffa0a  IGNITE-11932: initial export matrix update draft Follow ASF crypto process, declare encryption software usages

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[ignite] 01/01: IGNITE-11932: initial export matrix update draft Follow ASF crypto process, declare encryption software usages

Posted by dp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dpavlov pushed a commit to branch ignite-11932
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit 5bffa0a1dfaead62c42dd1926e7ad78f5f2fb8b6
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Mon Jun 17 19:02:11 2019 +0300

    IGNITE-11932: initial export matrix update draft
    Follow ASF crypto process, declare encryption software usages
---
 eccn_update.xml | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)

diff --git a/eccn_update.xml b/eccn_update.xml
new file mode 100644
index 0000000..a77052f
--- /dev/null
+++ b/eccn_update.xml
@@ -0,0 +1,56 @@
+<!-- this file should be moved to
+https://svn.apache.org/repos/asf/infrastructure/site/trunk/content/licenses/exports/index.page/eccnmatrix.xml
+
+No need to merge it to Apache Ignite code base.
+-->
+<Project href="http://ignite.apache.org/">
+    <Name>Apache Ignite Project</Name>
+    <Contact>
+        <Name>Denis Magda</Name>
+    </Contact>
+    <Product>
+        <Name>Apache Ignite</Name>
+        <Version>
+            <Names>development</Names>
+            <ECCN>5D002</ECCN>
+            <ControlledSource href="https://gitbox.apache.org/repos/asf/ignite.git">
+                <Manufacturer>ASF</Manufacturer>
+                <Why>Designed to use with built-in Java Cryptography Architecture (JCA)</Why>
+            </ControlledSource>
+            <ControlledSource href="https://www.oracle.com/technetwork/java/javase/downloads/index.html">
+                <Manufacturer>Oracle</Manufacturer>
+                <Why>Designed to use with built-in Java encryption libraries (JCE)</Why>
+            </ControlledSource>
+            <ControlledSource href="http://www.openssl.org/source/">
+                <Manufacturer>The OpenSSL Project</Manufacturer>
+                <Why>Designed to use General Purpose cryptography library included with OpenSSL</Why>
+            </ControlledSource>
+            <ControlledSource href="http://www.openssl.org/source/">
+                <Manufacturer>The OpenSSL Project</Manufacturer>
+                <Why>Designed to use General Purpose cryptography library included with OpenSSL</Why>
+            </ControlledSource>
+            <ControlledSource href="https://dotnet.microsoft.com/download">
+                <Manufacturer>Microsoft</Manufacturer>
+                <Why>Designed to use .NET Framework Cryptography Model</Why>
+            </ControlledSource>
+            <!-- TODO include .NET Core -->
+            <!-- TODO which url to use here -->
+            <!-- https://github.com/dotnet/corefx
+            (controlled by)
+.NET Foundation
+title=Designed to use .NET Framework Cryptography Model
+href=https://dotnetfoundation.org/projects-->
+
+            <ControlledSource href="http://www.jcraft.com/jsch/">
+                <Manufacturer>JCraft, Inc.</Manufacturer>
+                <Why>Provides encryption SSH library</Why>
+            </ControlledSource>
+            <!-- TODO: Confirm that REST-HTTP module can use HTTPS itself, or remove -->
+            <ControlledSource href="http://eclipse.org/jetty">
+                <Manufacturer>The Eclipse Foundation</Manufacturer>
+                <Why>HTTPS support in Jetty (uses SSL)</Why>
+            </ControlledSource>
+        </Version>
+        <!-- TODO Declare some older version -->
+    </Product>
+</Project>
\ No newline at end of file