summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-12-24fix lines deleted by mistakecapitol/document-flakyness-in-mutate_eq_discriminatesAlexander Kjäll
2023-12-24We had a testfailure in sequoia on s390x in Debian, and this reproduces the e...Alexander Kjäll
2023-12-21openpgp: Make VerificationError implement std::error::ErrorRyanSquared
2023-12-05openpgp: Preserve more information when cloning packet::Unknown.Justus Winter
2023-12-05openpgp: Do not return stringy errors.Justus Winter
2023-12-05Remove -Dwarnings from cargo configuration.Justus Winter
2023-12-05openpgp: Reject "v5" Signatures Packets.Justus Winter
2023-12-05openpgp: Reject "v5" AEAD Encrypted Data Packets.Justus Winter
2023-12-05openpgp-policy: Update my code signing cert.Justus Winter
2023-11-24net: Depend on sequoia-openpgp 1.17 for ecdh::decrypt_unwrap2.Justus Winter
2023-11-24net: Release 0.28.0net/v0.28.0Neal H. Walfield
2023-11-24Update Cargo.lockNeal H. Walfield
2023-11-23net: Improve the errors returned from wkd::get.Justus Winter
2023-11-23net: Improve the errors returned from dane::get.Justus Winter
2023-11-23net: Improve enum Error, mark as non-exhaustive, fix terminology.Justus Winter
2023-11-22net: Map all DNS resolver errors to Error::NotFound with context.Justus Winter
2023-11-22net: Fix wkd::get to return a Vec<Result<Cert>>.Justus Winter
2023-11-22net: Add KeyServer::get example.Justus Winter
2023-11-22net: Fix KeyServer::{get,search}.Justus Winter
2023-11-22net: Add examples for DANE.Justus Winter
2023-11-22net: Fix dane::get to return cert canonicalization errors.Justus Winter
2023-11-22net: Make dane::get_raw private.Justus Winter
2023-11-16net: Re-export the reqwest crate.Justus Winter
2023-11-16net: Implement DANE record generation.Justus Winter
2023-11-15net: Deduplicate code.Justus Winter
2023-11-15openpgp: Implement downcasting of Key types aliasing with packets.Justus Winter
2023-11-15openpgp: Add Key<P, R> conversion for mutable references.Justus Winter
2023-11-15ipc: Track the offset of records in a Keybox file.Justus Winter
2023-11-14sequoia-ipc uses openpgp::crypto::ecdh::decrypt_unwrap2 that was introduced i...Alexander Kjäll
2023-11-14net: Upgrade from trust-dns-* to hickory-*.Justus Winter
2023-11-14openpgp: Improve tracing.Justus Winter
2023-11-14openpgp: Add new test.Justus Winter
2023-11-14openpgp: Impl TryFrom<&Signature> for OnePassSig.Justus Winter
2023-11-03openpgp: Remove redundant call.Justus Winter
2023-11-03doc: Fix typos.Justus Winter
2023-11-02ci: Use the rust-stable image for the rust-stable job.Justus Winter
2023-10-27ipc: Release 0.31.0ipc/v0.31.0Neal H. Walfield
2023-10-27ipc: Upgrade socket2Neal H. Walfield
2023-10-27ipc: Upgrade dirsNeal H. Walfield
2023-10-27ipc: Upgrade ctorNeal H. Walfield
2023-10-27ipc: Upgrade clapNeal H. Walfield
2023-10-27ipc: Upgrade capnpNeal H. Walfield
2023-10-27Update Cargo.lock.Neal H. Walfield
2023-10-27ci: Don't run CI when updating mainNeal H. Walfield
2023-10-27ci: Remove outdated rule.Neal H. Walfield
2023-10-26openpgp: Release 1.17.0openpgp/v1.17.0Neal H. Walfield
2023-10-26openpgp: Depend on buffered-reader 1.3.0 or laterNeal H. Walfield
2023-10-26buffered-reader: Release 1.3.0buffered-reader/v1.3.0Neal H. Walfield
2023-10-26openpgp: Upgrade rpasswordNeal H. Walfield
2023-10-26openpgp: Upgrade lalrpopPeter Michael Green