Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pipeline improvements (hyperledger-archives#25)
* initial commit to get help debugging Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * Fixed to use detached Signed-off-by: Michael Lodder <redmike7@gmail.com> * PoC of pack and unpack with JWEs working Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * added additional pack and unpack tests Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * updated tests Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * tests running with command layer added Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * fixed types in APIs Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * finished unpack api Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * removed microledger work from branch Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * "removed forward functionality for this PR" Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * fixed compilation warnings Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * remove route table functionality - moving to separate PR Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * aligning code current HIPE descriptions Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * added tests Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * checkpoint commit not compiling Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * checkin commit - compiles but needs testing Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * checkin compiling but test fail Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * checkin commit Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * checkin commit cargo test not building Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * rustfmt code; fixed first test; needs further updates to unpack return data Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * changed dependencies to fix warnings Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * refactor additional texts Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * fix rebase mistakes - all tests passing Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * added vscode to gitignore Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * added python wrapper Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * refactors to align HIPE in progress Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * refactors to align HIPE in progress Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * intermediate checkin commit Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * checkin commit - not building Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * fixed cargo files - not building Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * refactored API layer Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * checkin commit refactor in progress and not building Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * checkin commit Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * checkin commit - building Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * fixed tests - all passing Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * HIPE alignment refactor in progress Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * checkin commit Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * checkin commit command layer work Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * checkin command layer WIP Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * added detached with aad functons Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * refactored encrypt_plaintext and decrypt_ciphertext to use detached functionality now Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * needs c headers and tests - but compiles code upto API layer Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * build properly - pack_message test throws segfault Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * fixed seg fault issue first test passing Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * added additional tests Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * added high level tests for pack_message Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * added additional tests Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * initial commit to get help debugging Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * Fixed to use detached Signed-off-by: Michael Lodder <redmike7@gmail.com> * PoC of pack and unpack with JWEs working Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * added additional pack and unpack tests Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * updated tests Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * tests running with command layer added Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * fixed types in APIs Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * finished unpack api Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * "removed forward functionality for this PR" Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * fixed compilation warnings Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * remove route table functionality - moving to separate PR Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * aligning code current HIPE descriptions Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * added tests Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * checkpoint commit not compiling Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * checkin commit - compiles but needs testing Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * checkin compiling but test fail Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * checkin commit Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * checkin commit cargo test not building Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * rustfmt code; fixed first test; needs further updates to unpack return data Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * changed dependencies to fix warnings Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * refactor additional texts Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * fix rebase mistakes - all tests passing Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * added vscode to gitignore Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * added python wrapper Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * refactors to align HIPE in progress Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * refactors to align HIPE in progress Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * intermediate checkin commit Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * checkin commit - not building Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * fixed cargo files - not building Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * refactored API layer Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * checkin commit refactor in progress and not building Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * checkin commit Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * checkin commit - building Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * fixed tests - all passing Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * HIPE alignment refactor in progress Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * checkin commit Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * checkin commit command layer work Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * checkin command layer WIP Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * added detached with aad functons Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * refactored encrypt_plaintext and decrypt_ciphertext to use detached functionality now Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * needs c headers and tests - but compiles code upto API layer Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * build properly - pack_message test throws segfault Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * fixed seg fault issue first test passing Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * added additional tests Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * added high level tests for pack_message Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * added additional tests Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * added python pack message api Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * added python wrapper tests (WIP) Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * start sdk architecture overview doc Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * changed from message pack encoding to base64 encoding Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * updated cargo.lock Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * Sync rebase and origin history Signed-off-by: Sergey Minaev <sergey.minaev@dsr-corporation.com> * refactored encoding to support both message_pack and base64 Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * added deprecate message to API Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * non-building checkin commit need to fix zeroize trait for chacha key Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * fixed changes that were started for zeroize - key_mem happens in sodiumoxide Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * change nonce to iv for pack/unpack Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * changed to reflect ietf implementation Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * added basicmessage message family format to tests Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * fix to use null opt_c_str macro Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * fix base64 changes Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * fixed encode and decode tests Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * jovfer code review comment updates Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * removed sdk architecture docs - they're available on a separate branch PR Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * push python wrapper updates Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * fix header to use u32 instead of u64 Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * remove python wrapper - move to separate PR Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * remove "C" from API layer Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * update cargo.lock Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * added recipient_key value to unpack return val Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * updated comments to show proper format Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * Slightly reorganize pack command layer. Signed-off-by: Sergey Minaev <sergey.minaev@dsr-corporation.com> * Minor cleanup. Signed-off-by: Sergey Minaev <sergey.minaev@dsr-corporation.com> * Fix merge issues. Signed-off-by: Sergey Minaev <sergey.minaev@dsr-corporation.com> * Cleanup route.rs. Signed-off-by: Sergey Minaev <sergey.minaev@dsr-corporation.com> * Fix integration tests for pack/unpack Signed-off-by: Sergey Minaev <sergey.minaev@dsr-corporation.com> * Clean-up API description Signed-off-by: Sergey Minaev <sergey.minaev@dsr-corporation.com> * Move pack/unpack into crypto module for python wrapper. Signed-off-by: Sergey Minaev <sergey.minaev@dsr-company.com> * Add missed experimental for new API. Signed-off-by: Sergey Minaev <sergey.minaev@dsr-corporation.com> * filter payment addresses based on configured payment method Signed-off-by: Douglas Wightman <douglas.wightman@evernym.com> * fix indentation Signed-off-by: Douglas Wightman <douglas.wightman@evernym.com> * IS-1160 following the pattern of authCrypt Signed-off-by: matt raffel <matt.raffel@evernym.com> * IS-1160 removed commented out line Signed-off-by: matt raffel <matt.raffel@evernym.com> * updated readme Signed-off-by: matt raffel <matt.raffel@evernym.com> * add log statement when address isn't compatible Signed-off-by: Douglas Wightman <douglas.wightman@evernym.com> * finishes tests Signed-off-by: matt raffel <matt.raffel@evernym.com> * added more tests Signed-off-by: matt raffel <matt.raffel@evernym.com> * added a few more tests, renamed misnamed tests Signed-off-by: matt raffel <matt.raffel@evernym.com> * fixes agency push notification for a cred offer Signed-off-by: Ryan Marsh <ryan.marsh44@gmail.com> * update python wrapper Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * Add pack and unpack message wrappers. Unit tests. Signed-off-by: Tomislav Markovski <tmarkovski@gmail.com> * Updated NodeJS wrapper to support Pack/Unpack functions Signed-off-by: artem.ivanov <artem.ivanov@dsr-company.com> * added additional tests Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * Updated objective-c wrapper to support Pack/Unpack functions Signed-off-by: artem.ivanov <artem.ivanov@dsr-company.com> * added additional pack and unpack tests Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * making changes based on feedback from comments Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * more updates based on comments Signed-off-by: Kyle Den Hartog <kdenhar@gmail.com> * Code refactoring and fixed some mistakes related to Pack/Unpack function in Java. Signed-off-by: artem.ivanov <artem.ivanov@dsr-company.com> * Little update of documentation Signed-off-by: artem.ivanov <artem.ivanov@dsr-company.com> * Python wrapper fixes. Added key validation to pack function Signed-off-by: artem.ivanov <artem.ivanov@dsr-company.com> * Changed type of returning value for python unpack_message function Signed-off-by: artem.ivanov <artem.ivanov@dsr-company.com> * defines indy version in Jenkins file and removes from other places, and add set_default_logger functionality to ios and android wrappers Signed-off-by: Ryan Marsh <ryan.marsh44@gmail.com> * changes indyTag var name to tag Signed-off-by: Ryan Marsh <ryan.marsh44@gmail.com> * adds def to tag var Signed-off-by: Ryan Marsh <ryan.marsh44@gmail.com> * quieted android dockerfile output and took out progress fn from iosBuild.sh Signed-off-by: Ryan Marsh <ryan.marsh44@gmail.com> * add uid to buildAndroidDocker Signed-off-by: Ryan Marsh <ryan.marsh44@gmail.com> * silent android sdk install Signed-off-by: Ryan Marsh <ryan.marsh44@gmail.com> * next try to silence output Signed-off-by: Ryan Marsh <ryan.marsh44@gmail.com> * fixes indy tags in Jenkins file Signed-off-by: Ryan Marsh <ryan.marsh44@gmail.com> * fixed libindy version in androidBuild.sh Signed-off-by: Ryan Marsh <ryan.marsh44@gmail.com> * fixes libnullpay wget Signed-off-by: Ryan Marsh <ryan.marsh44@gmail.com> * separates libindy build from libindy retrieval in mac build scripts Signed-off-by: Ryan Marsh <ryan.marsh44@gmail.com> * ios uses insecure flag to retrieve libsovtoken Signed-off-by: Ryan Marsh <ryan.marsh44@gmail.com> * mac.03...retrieve removes unused vars Signed-off-by: Ryan Marsh <ryan.marsh44@gmail.com> * changes permissions for mac.03.01.retrieve... Signed-off-by: Ryan Marsh <ryan.marsh44@gmail.com> * reverted back to mac.03.libindy.build.sh && removed retrieve libindy.sh Signed-off-by: Ryan Marsh <ryan.marsh44@gmail.com> * fixex call to mac.05 Signed-off-by: Ryan Marsh <ryan.marsh44@gmail.com> * enforces environment vars to be set for shared.functions.sh to be called Signed-off-by: Ryan Marsh <ryan.marsh44@gmail.com> * sets var when checking for env var inside of shared.functions.sh Signed-off-by: Ryan Marsh <ryan.marsh44@gmail.com> * pass default rust version to mac.01 Signed-off-by: Ryan Marsh <ryan.marsh44@gmail.com>
- Loading branch information