mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-18 10:22:05 +01:00
Update ecosystem diagram
This commit is contained in:
parent
6ac019a420
commit
616820fe0f
4 changed files with 15 additions and 1 deletions
|
@ -47,6 +47,13 @@ The diagram below shows, how the different projects relate to one another.
|
||||||
* `pgpainless-cert-d` - PGPainless-based implementation of `pgp-cert-d-java`
|
* `pgpainless-cert-d` - PGPainless-based implementation of `pgp-cert-d-java`
|
||||||
* `pgpainless-cert-d-cli` - CLI frontend for `pgpainless-cert-d`
|
* `pgpainless-cert-d-cli` - CLI frontend for `pgpainless-cert-d`
|
||||||
|
|
||||||
|
* {{ '[PGPainless-WOT](https://{}/pgpainless/pgpainless-wot)'.format(repo_host) }}
|
||||||
|
Implementation of the [OpenPGP Web of Trust specification](https://sequoia-pgp.gitlab.io/sequoia-wot/) using PGPainless.
|
||||||
|
* `pgpainless-wot` - Parse OpenPGP keyrings into a generic `Network` object
|
||||||
|
* `wot-dijkstra` - Perform queries to find paths inside a `Network` object
|
||||||
|
* `pgpainless-wot-cli` - CLI frontend for `pgpainless-wot` and `wot-dijkstra`
|
||||||
|
* `wot-test-suite` - Test vectors ported from [Sequoia-PGPs WoT implementation](https://gitlab.com/sequoia-pgp/sequoia-wot/-/tree/main/tests/data)
|
||||||
|
|
||||||
* {{ '[PGPeasy](https://{}/pgpainless/pgpeasy)'.format(repo_host) }}
|
* {{ '[PGPeasy](https://{}/pgpainless/pgpeasy)'.format(repo_host) }}
|
||||||
Prototypical, comprehensive OpenPGP CLI application
|
Prototypical, comprehensive OpenPGP CLI application
|
||||||
* `pgpeasy` - CLI application
|
* `pgpeasy` - CLI application
|
|
@ -27,6 +27,13 @@ flowchart LR
|
||||||
subgraph VKS-JAVA
|
subgraph VKS-JAVA
|
||||||
vks-java-cli-->vks-java
|
vks-java-cli-->vks-java
|
||||||
end
|
end
|
||||||
|
subgraph PGPAINLESS-WOT
|
||||||
|
wot-test-suite-->pgpainless-wot
|
||||||
|
pgpainless-wot-->wot-dijkstra
|
||||||
|
pgpainless-wot-cli-->pgpainless-wot
|
||||||
|
pgpainless-wot-->pgpainless-core
|
||||||
|
pgpainless-wot-cli-->pgpainless-cert-d
|
||||||
|
end
|
||||||
subgraph PGPEASY
|
subgraph PGPEASY
|
||||||
pgpeasy-->pgpainless-cli
|
pgpeasy-->pgpainless-cli
|
||||||
pgpeasy-->wkd-java-cli
|
pgpeasy-->wkd-java-cli
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 110 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 41 KiB |
Loading…
Reference in a new issue