Heiko Schaefer
Heiko Schaefer
As we discussed, we'd like to work on two aspects of interaction between GPG Sync and OpenPGP CA (https://gitlab.com/openpgp-ca/openpgp-ca): 1. We want to implement generation of GPG Sync-style keylists in...
Apologies for re-raising a type of question that has already been brought up multiple times. I have spent some time trying to build this project, however, even reading the other...
Armor headers are currently as `BTreeMap`. See https://github.com/rpgp/rpgp/pull/311#discussion_r1518655218
Specifically: p521, bp256, bp384
Currently, there is no mechanism to conveniently use hardware cryptographic devices with rpgp. Adding one would be nice. Potential use cases include: - [OpenPGP card](https://gnupg.org/ftp/specs/OpenPGP-smart-card-application-3.4.1.pdf) devices (I've written some [client...
When computing SHA1 hashes, detecting collision attacks could serve as one layer of defense.
The `p384` crate differs from the other curves in that it enables the `ecdh` feature by default in `Cargo.toml`. This is obviously not a huge deal, but I wonder if...
This reflects a naming change in RFC 9580
In a loop like this: ``` while true; do echo "hello world" | rsop encrypt nist256.cert | rsop decrypt nist256.tsk done ``` Reading the message in the second `rsop` instance...