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 Looks like this basic & important feature was discussed and planned to be implemented long time ago (like here https://github.com/rnpgp/rnp/issues/323) but is not implemented yet. ## Steps to...

enhancement
cli

As noted in #1257 RNP's default signature verification semantics appear to require every signature in a sequence of signatures to validate in order for the functions to return a success....

## Description OpenSSL 3.0 moved some of the digests/symmetric ciphers to the 'legacy' crypto provider, which is not loaded by default. We should be ready to disable those digests/symmetric ciphers...

This is to make it possible to differentiate between 0.16.0 and current master. A specific case where this is needed is the CI problems with ruby-rnp test suite in the...

## Description rnp_tests.test_rnpcfg_get_expiration sometimes fails in CI for reasons unrelated to the particular pull request. This looks like the test itself is unreliable. ## Steps to Reproduce This happens from...

testing
continuous integration

Here are the results from the latest runs after CI speed improvements in #1582 . Most of the time spent now is in the "Build and Test" stage. I've taken...

continuous integration

## Description Currently it fails to build. ## Steps to Reproduce 1. Disable the rejection hardcoded in the build system. 2. `cmake -DCRYPTO_BACKEND=openssl -DENABLE_SM2=On . && make && ctest` ##...

## Description The configured CI jobs (Github Actions) fail in many ways on 0.16.0 release itself, which makes it difficult to build a next patch release on top of it....

This is just to get CI runs for now.

This is what should be merged into stable release branch to resolve https://github.com/rnpgp/rnp/issues/1872