rnp
rnp copied to clipboard
RNP: high performance C++ OpenPGP library used by Mozilla Thunderbird
## Description It appears that there are not much of OpenPGP implementations, available for the PHP language. Given that Drupal and Wordpress are quite popular as a site backend there...
As title says. Should wait till PR #1885 is resolved, as well as possible CI failures.
I'm trying to import a secret primary key generated with yubico 5 Nfc token, Stub secret key which recalls the actual one stored in the yubico. but when I try...
Fixes #1726 Using latest commit from the master branch is recommended by Google.
## Description Looks like after some update (didn't dig into this yet) GnuPG switched to text representation of the S-exps instead of previously used binary ones. We should update our...
## Description Google Test version downloaded by rnp build scripts fails to build with GCC 11 ``` [ 11%] Building CXX object src/lib/CMakeFiles/librnp-obj.dir/__/librepgp/stream-write.cpp.o In file included from /home/odsk/Ribose/rnp/build/_deps/googletest-src/googletest/src/gtest-all.cc:42: /home/odsk/Ribose/rnp/build/_deps/googletest-src/googletest/src/gtest-death-test.cc: In...
We need to test against RHEL containers, using the vanilla OpenSSL backend that comes with it.
This changeset introduces the first custom Docker container intended for RNP's CI. This Fedora 35 CI config intends to replace the existing config fedora35-ossl.yml (which is currently broken due to...
A lot of temporary directories are always left around after the tests even when all they all pass. There are a few sources of that, and this patchset addresses them...
This changeset adds the ability to disable the features marked as legacy in OpenSSL 3.0: Blowfish, CAST5 and RIPEMD160. It also adds a forgotten cmakedefine bit for ENABLE_IDEA as a...