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

shaojunwang pushed a change to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-teaclave-java-tee-sdk.git


    from 585ad89  Add publication information
     new 52c5b75  Set pccs_url for remote attestation Add log for ut cases
     new e99b7ce  Add apache maven deploy configure for archetype and 
bouncycastle-native
     new 982913e  Add gpg signature plugin and license check for maven
     new be38379  Add License file and Disclaimer file for JavaEnclave
     new d559e0a  Fix docker build issue about sgx sdk version and psw/dcap 
version
     new 051c761  Update JavaEnclave's license declaration
     new a23870f  Add NOTICE file for JavaEnclave

The 7 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.


Summary of changes:
 DISCLAIMER-WIP                                     |  20 +
 LICENSE                                            | 219 +++++++++++
 NOTICE                                             |   5 +
 archetype/pom.xml                                  | 111 ++++++
 coverage/run.sh                                    |   4 +
 licenses/LICENSE-bouncycastle.txt                  |  22 ++
 licenses/LICENSE-graal.txt                         | 426 +++++++++++++++++++++
 licenses/LICENSE-sgx-sdk.txt                       |  30 ++
 sdk/pom.xml                                        |  63 ++-
 .../teaclave/javasdk/test/host/TestEnclaveAES.java |   8 +
 .../javasdk/test/host/TestEnclaveConcurrency.java  |   8 +
 .../javasdk/test/host/TestEnclaveException.java    |   8 +
 .../javasdk/test/host/TestEnclaveInfo.java         |   8 +
 .../javasdk/test/host/TestEnclaveInfoMXBean.java   |   8 +
 .../javasdk/test/host/TestEnclaveMetricTrace.java  |   8 +
 .../teaclave/javasdk/test/host/TestEnclaveRSA.java |   8 +
 .../javasdk/test/host/TestEnclaveReflection.java   |   8 +
 .../teaclave/javasdk/test/host/TestEnclaveSHA.java |   8 +
 .../javasdk/test/host/TestEnclaveServiceGC.java    |   8 +
 .../teaclave/javasdk/test/host/TestHelloWorld.java |   8 +
 .../teaclave/javasdk/test/host/TestMain.java       |   8 +-
 .../javasdk/test/host/TestRemoteAttestation.java   |   8 +
 .../teaclave/javasdk/test/host/TestSMEnclave.java  |   8 +
 test/run.sh                                        |   6 +
 third-party-libs/bouncycastle-native/pom.xml       | 113 +++++-
 tools/cicd/dockerfile_base                         |   5 +-
 tools/cicd/teesdk/build_tee_sdk.sh                 |   2 +-
 27 files changed, 1124 insertions(+), 14 deletions(-)
 create mode 100644 DISCLAIMER-WIP
 create mode 100644 LICENSE
 create mode 100644 NOTICE
 create mode 100644 licenses/LICENSE-bouncycastle.txt
 create mode 100644 licenses/LICENSE-graal.txt
 create mode 100644 licenses/LICENSE-sgx-sdk.txt


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to