summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-07-12openpgp: New Cert::revocation_keys2 that lazily verifies sigs.justus/be-more-lazyJustus Winter
2024-07-12openpgp: Add an iterator filtering signatures before verifying them.Justus Winter
2024-07-12openpgp: Add tracing to the lazy signature evaluation module.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
2024-06-25openpgp: Implement Fingerprint::aliases.Neal H. Walfield
2024-06-25ipc: Extend the sexp parser to support most of the advanced format.Neal H. Walfield
2024-06-24ci: switch to jampot container registryDevan Carpenter
2024-06-22openpgp: Add ValidKeyAmalgamation::primary_key_binding_signatureneal/primary-key-binding-signatureNeal H. Walfield
2024-06-22openpgp: Add more constructors to KeyFlags.neal/keyflag-constructorsNeal H. Walfield
2024-06-22openpgp: Replace attest_certifications with attest_certifications2.neal/attest-certificationsNeal H. Walfield
2024-06-21openpgp: Cache signature verification results.Neal H. Walfield
2024-06-21openpgp: Improve tracing.Neal H. Walfield
2024-06-21openpgp: Fix reordering of attestation signatures.Neal H. Walfield
2024-06-21openpgp: Be more careful when backdating the creation time.Neal H. Walfield
2024-06-21openpgp: Fix reference.Neal H. Walfield
2024-06-21Downgrade anyhow.Neal H. Walfield
2024-06-19Update curve25519-dalek to 4.1.3 to address RUSTSEC-2024-0344.Justus Winter
2024-06-19openpgp: Consolidate ECDH over Cv25519 decryption.Justus Winter
2024-06-19openpgp: Port test to the higher-level PKESK::decrypt API.Justus Winter
2024-06-19openpgp: Clamp X25519 secrets before handing them to CNG.Justus Winter
2024-06-18openpgp: Consolidate ECDH over Cv25519 encryption.Justus Winter
2024-06-12doc: Add more downstream security contacts.justus/more-downstream-security-contactsJustus Winter
2024-05-31net: Update reqwest to 0.12, hyper and http to 1.Justus Winter
2024-05-30net: Remove the `pks` module.Justus Winter
2024-05-29openpgp: Preserve soft parser errors when parsing single packets.Justus Winter
2024-05-29openpgp: Allow deconstructing Unknown packets into the parse error.Justus Winter
2024-05-29openpgp: Reorder NEWS.Justus Winter
2024-05-29openpgp: Lazily verify out-of-place self-signatures.Justus Winter
2024-05-29openpgp: When sorting sigs, set the computed hash on the clone.Justus Winter
2024-05-29openpgp: Fix macro to use `$sig` instead of the captured `sig`.Justus Winter
2024-05-29openpgp: Lazily reason over certs.Justus Winter
2024-05-29openpgp: Lazily verify self-signatures in certs.Justus Winter
2024-05-29openpgp: Consider signature type when hashing 3rd party sigs.Justus Winter