rnpgp / rnp

RNP: high performance C++ OpenPGP library used by Mozilla Thunderbird

Home Page:https://www.rnpgp.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RNP

macOS Build Status Ubuntu Build Status CentOS 7 Build Status Windows Native Build Status Windows MSys2 Build Status Nix Build Status FreeBSD Build Status

Coverity Scan Build Status Code coverage

Introduction

RNP is a set of OpenPGP (RFC4880) tools that works on Linux, macOS, Windows and *BSD built with C++.

librnp is the library used by RNP for all OpenPGP functions, useful for developers to build against, different from GPGME.

Supported Platforms

Currently supported platforms:

  • Fedora

  • RHEL/CentOS

  • Ubuntu

  • NixOS / Nix

  • Gentoo

  • FreeBSD

  • MacOS

  • Windows

  • Debian

  • openSUSE Leap, openSUSE Tumbleweed

  • SLES

Versioning

RNP follows the semantic versioning syntax.

Checking versions

The output of rnp --version contains the git hash of the version the binary was built from, which value is generated when cmake runs. Consequently, a release tarball generated with make dist will contain this hash version.

Historic information

The first version of rnp started at 0.8.0 to indicate its development completeness (or lack thereof).

RNP originated as an attempt to modernize the NetPGP codebase originally created by Alistair Crooks of NetBSD in 2016. RNP has been heavily rewritten, and carries minimal if any code from the original codebase.

About

RNP: high performance C++ OpenPGP library used by Mozilla Thunderbird

https://www.rnpgp.org

License:Other


Languages

Language:C++ 77.3%Language:C 10.9%Language:Python 7.2%Language:CMake 3.0%Language:Shell 1.6%Language:Nix 0.0%Language:Ruby 0.0%