rnp
rnp copied to clipboard
RNP: high performance C++ OpenPGP library used by Mozilla Thunderbird
Due to false positives. See #1329.
RNP reports that it cannot decrypt if no Key ID of the Public-Key Encrypted Session Key Packets matches a known private key. It would be great if it instead could...
## Description It seems to be used only in tests and is not exposed/used anywhere in the CLI.
Per @ni4 in https://github.com/rnpgp/rnp/issues/1836#issuecomment-1140977439 > add tests/CI runners (or make sure that these cases are already covered) to cover cases with disabled Twofish and Brainpool curves with Botan backend.
Per @ni4 in https://github.com/rnpgp/rnp/issues/1836#issuecomment-1140977439 > add tests/CI runners (or make sure that these cases are already covered) to cover cases with disabled Twofish and Brainpool curves with Botan backend.
Per @ni4 in https://github.com/rnpgp/rnp/issues/1836#issuecomment-1140977439 > add tests to cover cases with SM2 signatures, SM2 public-key encrypted packets and SM4 symmetrically-encrypted data (as a separate issue for clarity) The context of...
## Description Musl behaviour could differ from libstdc at some cases, so we should run tests against it as well. See the https://github.com/rnpgp/rnp/pull/1830#issuecomment-1120208929
## Description Many FFI functions receive arguments in JSON format and/or return results in JSON. Like `rnp_generate_key_json()` `rnp_signature_packet_to_json()` and others having `*_json` in their name. The format of these input/output...
## Description While using stdin or env variable placeholder (like `-` or `env:HOME`), rnp stores exactly this value in literal data packet. More logical and expected by the user would...