rnp icon indicating copy to clipboard operation
rnp copied to clipboard

RNP: high performance C++ OpenPGP library used by Mozilla Thunderbird

Results 207 rnp issues
Sort by recently updated
recently updated
newest added

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.

testing

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.

testing

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...

testing

## 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...

documentation

## 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...