Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #366 from tendermint/signatory-0-15-yubihsm-0-28-c…
Browse files Browse the repository at this point in the history
…hacha20poly1305-crate

Upgrade signatory -> 0.15; yubihsm -> 0.28; use chacha20poly1305 crate
  • Loading branch information
tarcieri authored Oct 21, 2019
2 parents 54b15ea + d240bc9 commit 443d19e
Show file tree
Hide file tree
Showing 17 changed files with 611 additions and 255 deletions.
13 changes: 5 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,11 @@ jobs:
rustc --version
cargo --version
cargo test --all-features -- --test-threads 1
# TODO(tarcieri): upgrade cargo-audit and/or yubihsm-rs
# Audit is failing on RUSTSEC-2016-0004 and cargo-audit is too old to
# support the --ignore option
#- run:
# name: audit
# command: |
# cargo audit --version
# cargo audit
- run:
name: audit
command: |
cargo audit --version
cargo audit
- run:
name: validate against test harness
command: |
Expand Down
Loading

0 comments on commit 443d19e

Please sign in to comment.