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

- Botan 3.3. support (see https://github.com/rnpgp/rnp/issues/2193#issuecomment-1972877018 ) - Normal and Sanitize runners with enabled PQC support.

Some further improvements to the code. The changes to PQC and Crypto Refresh are all guarded by ifdefs. Please make sure that you are satisfied with the "General Changes" which...

Another one on the C++-transition way.Thought it would be faster...

I fetched Paul's key from DNS (@letoams) I will attach it as a file. Importing that key into Thunderbird fails. The key isn't revoked, function rnp_key_valid_till64 reports zero, which means...

## Description The following test case causes `malloc_consolidate(): unaligned fastbin chunk detected` in a single runner (Fedora 36 + Botan 3.1.1), which is not reproducible with enabled santizers or on...

## Description It seems that, in a real world, standards are not always obeyed: https://bugzilla.mozilla.org/show_bug.cgi?id=1865620 So we should consider to allow users to decrypt message even if it is encrypted...

## Description From today SHA-1 key signatures are marked as weak, we should add some CLI option to still allow it in case of user need.

## Description Historically we have separate secret and public keys and keyrings, with all the signatures and userids attached to both. However, secret key may be represented by the public...