You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@milagro.apache.org by ki...@apache.org on 2019/08/30 14:15:44 UTC

[incubator-milagro-dta] branch initial-dta updated (60ad1eb -> e6f4f90)

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

kittohoward pushed a change to branch initial-dta
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-dta.git.


    from 60ad1eb  fix readme title
     new 1f15872  updates README.md
     add 205db17  Merge pull request #7 from apache/initial-dta
     add fa1fda7  update README build instructions
     add 098cdbc  Merge pull request #9 from apache/update-readme
     add 3fcd667  update headers in crypto code
     add 9dac107  update headers in defaultservice
     add f4bfc8d  Merge pull request #10 from apache/update-headers
     add 7d7782a  add code to cmake to enable shared build
     add fec31eb  Merge pull request #12 from apache/update-cmake
     add 85818f7  remove protobuf instructions from readme and change open API port
     add 19a33ba  Add public IPFS health warining
     add 00bab31  merged install instructions
     add c96599c  fixes duplicated first paragraph in Readme
     add 6a57b92  update the build instructions
     add 4ca57f4  update the installation instructions
     add df95801  Merge pull request #13 from apache/update_readme
     add 6584174  fix README
     add 9386940  Merge pull request #14 from apache/fix-readme
     add dbe2bb6  merge
     add 36e5555  add missing files
     add ffcf1d3  add missing port
     add a4ed2b0  Merge pull request #15 from apache/update_open-api
     add c8b0ba4  set default cors allow to * (#16)
     add 628db62  Bugfix btcopen api (#17)
     add df9838b  Add order/secret request validation
     add b9f8544  Merge pull request #18 from apache/beneficary-dupbug
     add 9ec03c0  Fix Invalid method sig
     add 770dce1  Merge pull request #19 from apache/bugfix
     add eb2790d  Update copyright in LICENSE (#20)
     new e6f4f90  merge install instructions and change title

The 2 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:
 .gitignore                                         |   2 +-
 DISCLAIMER                                         |  10 +
 LICENSE                                            |   4 +-
 README.md                                          | 151 +++++++--
 go.mod                                             |   2 +-
 go.sum                                             |  53 +---
 libs/crypto/libpqnist/CMakeLists.txt               |  13 +-
 libs/crypto/libpqnist/examples/run_aescbc.c        |  19 ++
 libs/crypto/libpqnist/examples/run_aesgcm.c        |  19 ++
 libs/crypto/libpqnist/examples/run_encap_decap.c   |  19 ++
 libs/crypto/libpqnist/examples/run_pqnist.c        |  19 ++
 libs/crypto/libpqnist/examples/run_sign_verify.c   |  19 ++
 .../libpqnist/examples/run_sign_verify_bad.c       |  19 ++
 libs/crypto/libpqnist/examples/run_sike.c          |  19 ++
 libs/crypto/libpqnist/include/pqnist/pqnist.h      |  19 ++
 libs/crypto/libpqnist/src/pqnist.c                 |  19 ++
 libs/crypto/libpqnist/test/smoke/test_aescbc.c     |  19 ++
 libs/crypto/libpqnist/test/smoke/test_aesgcm.c     |  19 ++
 .../crypto/libpqnist/test/smoke/test_encap_decap.c |  19 ++
 libs/crypto/libpqnist/test/smoke/test_pqnist.c     |  19 ++
 .../crypto/libpqnist/test/smoke/test_sign_verify.c |  19 ++
 libs/crypto/libpqnist/test/unit/test_aes_decrypt.c |  19 ++
 libs/crypto/libpqnist/test/unit/test_aes_encrypt.c |  19 ++
 libs/crypto/pqnist_test.go                         |  17 +
 open-api.yaml                                      |   4 +-
 pkg/bitcoinplugin/open-api.yaml                    | 341 +--------------------
 pkg/bitcoinplugin/service.go                       |  25 +-
 pkg/config/default.go                              |   2 +-
 pkg/defaultservice/fulfill.go                      |  17 +
 pkg/defaultservice/identity.go                     |  17 +
 pkg/defaultservice/order.go                        |  28 ++
 pkg/defaultservice/plugable.go                     |  18 ++
 .../{safeguardsecret-api.yaml => open-api.yaml}    |   1 +
 33 files changed, 596 insertions(+), 413 deletions(-)
 create mode 100644 DISCLAIMER
 rename pkg/safeguardsecret/{safeguardsecret-api.yaml => open-api.yaml} (99%)


[incubator-milagro-dta] 01/02: updates README.md

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

kittohoward pushed a commit to branch initial-dta
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-dta.git

commit 1f158720463a8ae830aa0e3439704aacfa9e479d
Author: howardkitto <ki...@gmail.com>
AuthorDate: Wed Aug 28 08:09:32 2019 +0100

    updates README.md
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 1f6f0c3..fe5fcd2 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Milagro D-TA provides a basic set of services for creating identities for actors
 2. **SafeGuardSecret** Encrypts a string and decrypts it again
 
 ## Instalation
-To see Milagro D-TA in action clone this repo and run the build script. This has currently been tested on Ubuntu (we'll make a Mac version shortly. Windows? You're on your own...)
+To see Milagro D-TA in action clone this repo and run the build script. This has currently been tested on Ubuntu 18.04 (we'll make a Mac version shortly. Windows? You're on your own...)
 
 ```
 git clone https://github.com/apache/incubator-milagro-dta.git
@@ -34,7 +34,7 @@ docker build -t mydta .
 ```
 
 ## Running Test
-
+To run an end-to-end test
 ```
 ./cmd/servicetester/fulltest.sh
 ```


[incubator-milagro-dta] 02/02: merge install instructions and change title

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

kittohoward pushed a commit to branch initial-dta
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-dta.git

commit e6f4f9010920f04d91a35d0fc7b06b7f7de6de63
Merge: 1f15872 eb2790d
Author: howardkitto <ki...@gmail.com>
AuthorDate: Fri Aug 30 15:15:30 2019 +0100

    merge install instructions and change title

 .gitignore                                         |   2 +-
 DISCLAIMER                                         |  10 +
 LICENSE                                            |   4 +-
 README.md                                          | 153 +++++++--
 go.mod                                             |   2 +-
 go.sum                                             |  53 +---
 libs/crypto/libpqnist/CMakeLists.txt               |  13 +-
 libs/crypto/libpqnist/examples/run_aescbc.c        |  19 ++
 libs/crypto/libpqnist/examples/run_aesgcm.c        |  19 ++
 libs/crypto/libpqnist/examples/run_encap_decap.c   |  19 ++
 libs/crypto/libpqnist/examples/run_pqnist.c        |  19 ++
 libs/crypto/libpqnist/examples/run_sign_verify.c   |  19 ++
 .../libpqnist/examples/run_sign_verify_bad.c       |  19 ++
 libs/crypto/libpqnist/examples/run_sike.c          |  19 ++
 libs/crypto/libpqnist/include/pqnist/pqnist.h      |  19 ++
 libs/crypto/libpqnist/src/pqnist.c                 |  19 ++
 libs/crypto/libpqnist/test/smoke/test_aescbc.c     |  19 ++
 libs/crypto/libpqnist/test/smoke/test_aesgcm.c     |  19 ++
 .../crypto/libpqnist/test/smoke/test_encap_decap.c |  19 ++
 libs/crypto/libpqnist/test/smoke/test_pqnist.c     |  19 ++
 .../crypto/libpqnist/test/smoke/test_sign_verify.c |  19 ++
 libs/crypto/libpqnist/test/unit/test_aes_decrypt.c |  19 ++
 libs/crypto/libpqnist/test/unit/test_aes_encrypt.c |  19 ++
 libs/crypto/pqnist_test.go                         |  17 +
 open-api.yaml                                      |   4 +-
 pkg/bitcoinplugin/open-api.yaml                    | 341 +--------------------
 pkg/bitcoinplugin/service.go                       |  25 +-
 pkg/config/default.go                              |   2 +-
 pkg/defaultservice/fulfill.go                      |  17 +
 pkg/defaultservice/identity.go                     |  17 +
 pkg/defaultservice/order.go                        |  28 ++
 pkg/defaultservice/plugable.go                     |  18 ++
 .../{safeguardsecret-api.yaml => open-api.yaml}    |   1 +
 33 files changed, 597 insertions(+), 414 deletions(-)

diff --cc README.md
index fe5fcd2,0ac6c41..e4c85c0
--- a/README.md
+++ b/README.md
@@@ -1,4 -1,23 +1,23 @@@
- # Milagro Distributed Trust Authority
+ <!--
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+ 
+     http://www.apache.org/licenses/LICENSE-2.0
+ 
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     under the License.
+ -->
+ 
 -# Milagro-Custody-DTA
++# Milagro Diustributed Trust Authority
  ---
  [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)