summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
10 dayswip aead encrypted secret keyscrypto-refresh-wip-encrypted-keysJustus Winter
10 daysopenpgp: Rework the secret key material encryption interface.Justus Winter
10 daysxxx silence warningsJustus Winter
10 daysfixup! openpgp: Implement v6 key packet support.Justus Winter
10 daysfixup! openpgp: Add support for v6 signature packets.Justus Winter
2024-08-12openpgp: Implement v2 SEIPD.Justus Winter
2024-08-12openpgp: Implement v6 PKESK.Justus Winter
2024-08-12openpgp: Implement v6 SKESK.Justus Winter
2024-08-12openpgp: Implement support for the padding packet.Justus Winter
2024-08-12openpgp: Implement the v6 cleartext signature framework.Justus Winter
2024-08-12openpgp: Add support for v6 OPS packets, inline-signed messages.Justus Winter
2024-08-12openpgp: Add support for v6 signature packets.Justus Winter
2024-08-12openpgp: Implement X448 and Ed448 in the backends.Justus Winter
2024-08-12openpgp: Implement the new CFRG public key algorithms.Justus Winter
2024-08-12openpgp: Implement v6 key packet support.Justus Winter
2024-08-12openpgp: Add key derivation function.Justus Winter
2024-08-12openpgp: Update references to new subpackets.Justus Winter
2024-08-12openpgp: Deprecate the PreferredAEADAlgorithms subpacket.Justus Winter
2024-08-12openpgp: Implement the PreferredAEADCiphersuites subpacket.Justus Winter
2024-08-12openpgp: Add the SEIPDv2 feature.Justus Winter
2024-08-12openpgp: Implement SHA3.Justus Winter
2024-08-12openpgp: Implement S2K::Argon2.Justus Winter
2024-08-12openpgp: Implement v6 key IDs.Justus Winter
2024-08-12openpgp: Implement v6 fingerprints.Justus Winter
2024-08-12openpgp: Add NEWS item for the 2.0.0 release.Justus Winter
2024-08-12openpgp: Work-In-Progress implementation of RFC9580.Justus Winter
2024-08-12openpgp: Add KeyAmalgamationIter::key_handles2. XXXJustus Winter
2024-08-12guide: Remove.Justus Winter
2024-08-08Update bytes to avoid yanked version.Justus Winter
2024-08-08Update openssl to address RUSTSEC-2024-0357.Justus Winter
2024-08-03openpgp: Update references to point to RFC9580.justus/wrkJustus Winter
2024-08-03openpgp: Improve tracing.Justus Winter
2024-07-10ipc: Ask lalrpop to descend into src/, not the whole current directoryDaniel Kahn Gillmor
2024-07-10doc: update alpine contact informationEl RIDO
2024-07-10openpgp: Release 1.21.2.openpgp/v1.21.2Justus Winter
2024-07-10openpgp: Fix constructors.Justus Winter
2024-06-28Release 1.21.1.openpgp/v1.21.1Justus Winter
2024-06-28openpgp: Remove debugging remnant.Justus Winter
2024-06-26openpgp: Release 1.21.0.openpgp/v1.21.0Justus Winter
2024-06-26Update most dependencies.Justus Winter
2024-06-26openpgp: Upgrade idna to 1.Justus Winter
2024-06-26openpgp: Update memsec to 0.7.Justus Winter
2024-06-26openpgp: Fix infinite loop handling unsupported certs in raw parser.Justus Winter
2024-06-26openpgp: Qualify the top-level Error type.Justus Winter
2024-06-26openpgp: Add comments to magic constants in the ECDH algorithm.Justus Winter
2024-06-26doc: Note how to extract recipients for security vulnerabilities.Justus Winter
2024-06-25openpgp: Add KeyHandle::is_fingerprint and KeyHandle::is_keyid.Neal H. Walfield
2024-06-25openpgp: Improve KeyHandle::aliases' doc test.Neal H. Walfield
2024-06-25openpgp: Dry out KeyHandle::aliases.Neal H. Walfield
2024-06-25openpgp: Implement KeyID::aliases.Neal H. Walfield