summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-01-12openpgp: Use ahash instead of xxhash.neal/partial-body-hashNeal H. Walfield
2024-01-12openpgp: Wrap bare email addresses in angle brackets.Neal H. Walfield
2024-01-12openpgp: Simplify validating third-party revocations.Neal H. Walfield
2024-01-12openpgp: Simplify validating third-party certifications.Neal H. Walfield
2024-01-12openpgp: Simplify working with third-party certifications.Neal H. Walfield
2024-01-02net: Make the tempfile dependency a dev-dependency.Justus Winter
2024-01-02openpgp: Require the rand crate only for tests and RustCrypto.Justus Winter
2024-01-02openpgp: Use the dep: syntax to avoid creating features.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