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 While Windows 2019 with VS 2019 is still available, sooner or later Github would deprecate it as well. See the details here: https://github.com/actions/virtual-environments/issues/4856

## Description This option may be useful when debugging certain key/signature issues, when userid/keyid/other confidential information should not be revealed.

## Description It just generates single 1024/1536 DSA/ElGamal keypair however it is the longest running test, so usually overall rnp_tests suite time depends on it. As instrumented most time is...

## Description Currently only CFB algorithms are supported, however sooner or later we'll need to support AEAD as well.

## Description While this is certainly needed, there is no good way to report signature or encryption as weak for now, or to disable certain hashes and ciphers (like MD5,...

discussion
high-prio

We should support M1 running of RNP. This will be a need for TB as well. Ping @dewyatt @ni4 Here's a document that describes installation of Homebrew on M1: https://github.com/mikelxc/Workarounds-for-ARM-mac

enhancement

## Description Curently we have following in a top-level CMakeLists.txt: ``` if (NOT CMAKE_CXX_COMPILER_ID MATCHES "Clang") message(FATAL_ERROR "Sanitizers have only been tested with the clang compiler.") endif() ``` However, sanitizers...

## Description RNP reports `rnp/src/librepgp/stream-key.cpp:1117 No secret key data` during attempt to import of the secret key with revoked subkeys. Probably GnuPG deletes the secret key data if subkey is...

## Description As from discussion at https://github.com/rnpgp/rnp/pull/1109#issuecomment-624612517 we should `{}` - initialize all struct fields to avoid possible further initialization errors.

## Description Currently we support AEAD only for data encryption, but should suppport secret key encryption/decryption as well.