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 Currently packet dumper doesn't display details for encrypted packet and their contents. This should be fixed.

low-prio

## Description Tests on GitHub Actions take a long while to complete, despite individual tests not taking too long. This could be due to the sheer number of tests. Investigate...

enhancement
continuous integration

Partially addresses #1281. Other possible weak algorithms (symmetric encryption, public key, etc) should be added later. This PR adds new API function `rnp_is_weak_hash()` and prevents CLI from creating new keys,...

Similar to centos8-ossl, we should add a modular BACKEND matrix value for these platforms.

enhancement
continuous integration

Both workflows contain multiple identical steps. We should move the "BACKEND" specification as the GHA workflow `matrix` value.

enhancement

We have been seeing LeakSanitizer failures happening rather frequent on "centos7 / centos7 tests stable" but additional re-runs will pass. Example here: https://github.com/rnpgp/rnp/runs/4162209677?check_suite_focus=true ``` 33/239 Test #26: rnp_tests.test_cli_rnp_keyfile ................................................***Failed 35.08...

bug

From @antonsviridenko: > I think we can build installer binary, maybe using NSIS, and it will install files into C:\Program Files\rnp\ or some other place, like it is traditionally done...

enhancement

This workflow works in two ways: - once version tag is pushed to the repository (named like v1.2.3), it triggers, checks out code which corresponds to the tag, and calls...