summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-01-23openpgp: Add a method to CertBuilder to make non-exportable certs.Neal H. Walfield
2024-01-23openpgp: Fix the documentation for Key4::import_public_ed25519.Neal H. Walfield
2024-01-23openpgp: Fix the documentation for Key4::import_secret_ed25519.RyanSquared
2024-01-22openpgp: Add Parse::from_buffered_reader.Justus Winter
2024-01-22openpgp: Rename every from_buffered_reader to from_cookie_reader.Justus Winter
2024-01-22openpgp: Simplify Parse implementations by using the macro.Justus Winter
2024-01-18openpgp: Serialize TSKs without secrets with appropriate label.Justus Winter
2024-01-18openpgp: Improve test.Justus Winter
2024-01-13openpgp: Fix Key conversions.Neal H. Walfield
2024-01-12Update contribution guidelines.Neal H. Walfield
2024-01-12guide: Fix references to the sq and sqv repositories.Neal 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