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

## Description In MSYS runner, test `test_sym_encryption__rnp_aead()` failed with the following log. This could just a random glitch or some rarely happening issue: ``` 2024-09-23T09:57:35.1420046Z D:/a/rnp/rnp/build/src/rnp/rnp.exe rnp.exe --homedir D:\a\_temp\msys64\tmp\rnpctmpuvroe659\.rnp --pass-fd...

Apparently the version of libRNP that is supplied on ubuntu 22.04 (which is 0.15.2) doesn't include key certification yet. I could not find in the code a way to prevent...

## Description For now we have only `rnp_version()` functions which would allow to retrieve rnp version, however this could be desired to do via the defines to be used by...

## Description There are some keys in a wild which use DSA 4096 bits (example: https://bugzilla.mozilla.org/show_bug.cgi?id=1903976), and those are supported/validated correctly by GnuPG. We should consider supporting them as well,...

In our project we considering the implementation of [draft-ietf-openpgp-persistent-symmetric-keys](https://datatracker.ietf.org/doc/draft-ietf-openpgp-persistent-symmetric-keys/) in RNP. Currently the draft mainly addresses the re-encryption (and authentication) of existing messages with symmetric keys that are part of...

In our project we are considering the implementation of [draft-ietf-openpgp-replacementkey](https://datatracker.ietf.org/doc/draft-ietf-openpgp-replacementkey/). I would like to hear from the RNP maintainers whether the implementation of this draft would be relevant to RNP...

## Description Not all library users would require this functionality, so they would have a chance to make their installation smaller and with less dependencies.