Skip to content

Commit

Permalink
Add rsop (rpgp)
Browse files Browse the repository at this point in the history
  • Loading branch information
larabr committed Sep 4, 2024
1 parent 51ce900 commit d45f579
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
12 changes: 11 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,14 @@ RUN cargo build --release

ENV RNP_SOP=${RNP_SOP_DIR}/target/release/rnp-sop

WORKDIR /
WORKDIR /

# Install rsop

ARG RSOP_VERSION="0.3.7"

RUN apt install -y libpcsclite-dev

RUN cargo install rsop --version ${RSOP_VERSION}

ENV RSOP=/root/.cargo/bin/rsop
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,12 @@ SOP implementations using RNP as the backend

https://gitlab.com/sequoia-pgp/rnp-sop

https://github.com/rnpgp/rnp
https://github.com/rnpgp/rnp

### rsop

SOP implementations using rpgp (via rpgpie) as the backend

https://codeberg.org/heiko/rsop

https://github.com/rpgp/rpgp

0 comments on commit d45f579

Please sign in to comment.