From 62bf41b0401631e0e5a347b5844dc26945196aed Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Thu, 12 Oct 2023 10:39:31 +0200 Subject: [PATCH] re-add (interop_section) link target --- book/source/02-highlevel.md | 1 + 1 file changed, 1 insertion(+) diff --git a/book/source/02-highlevel.md b/book/source/02-highlevel.md index bbc66eb..9d0a24b 100644 --- a/book/source/02-highlevel.md +++ b/book/source/02-highlevel.md @@ -66,6 +66,7 @@ Today, multiple implementations of OpenPGP play important roles: - The Mozilla Thunderbird email software uses [RNP](https://www.rnpgp.org/), its C++ implementation of OpenPGP. - The RPM Package Manager software includes an OpenPGP backend based on [Sequoia PGP](https://sequoia-pgp.org/), a modern OpenPGP implementation written in Rust. The Fedora operating system, Fedora Linux 38, [uses Sequoia PGP in rpm](https://sequoia-pgp.org/blog/2023/04/27/rpm-sequoia/). +(interop_section)= ### Interoperability OpenPGP was standardized in 1997 to encourage development of interoperable implementations. This has already been a success early on, but in recent years, there has been [much development of new implementations](major_implementations).