summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2024-01-25net: Derive Clone for KeyServer.Justus Winter
2024-01-02net: Make the tempfile dependency a dev-dependency.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-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-14net: Upgrade from trust-dns-* to hickory-*.Justus Winter
2023-10-11openpgp: Add non-allocating accessors for parsed User ID components.Justus Winter
2023-09-19net: Demonstrate how to use Tor.Justus Winter
2023-09-19net: Alpha conversion: use the more appropriate URL instead of URI.Justus Winter
2023-09-19net: Port the WKD code to reqwest.Justus Winter
2023-09-19net: Port the HKP code to reqwest.Justus Winter
2023-09-19net: Drop the network policy mechanism.Justus Winter
2023-09-15Bump MSRV to 1.67.Wiktor Kwapisiewicz
2023-08-24net: Use the new crypto::ecdh::decrypt_unwrap2.Justus Winter
2023-06-15net: Use z-base-32 instead of zbase32 for a permissive licenseDylan Aïssi
2023-05-16net: Upgrade base64.Neal H. Walfield
2023-03-24net: Release 0.27.0net/v0.27.0Neal H. Walfield
2023-01-26net: Switch to OpenSSL for DNSSEC validation.Wiktor Kwapisiewicz
2023-01-11net: Release 0.26.0.net/v0.26.0Justus Winter
2023-01-05Don't select a cryptograhic backend in non-leaf crates.Justus Winter
2022-12-23Port to Rust Edition 2021.Justus Winter
2022-10-18Document MSRV in Cargo.toml.Nora Widdecke
2022-10-07net: derive Default implementation instead of hand coding itHeiko Schaefer
2022-10-07net: use Option::and_then instead of .map and .flattenHeiko Schaefer
2022-09-15net: Add support for DANE certificate retrieval.Wiktor Kwapisiewicz
2022-08-15ipc, net: Fix assert_send_and_sync's doctests.Nora Widdecke
2022-07-14net: Release 0.25.0.net/v0.25.0Justus Winter
2022-06-12net: fix WKD URL generationLars Wirzenius
2022-05-06autocrypt, net: openpgp: Rewrite all usages of `Reader::new`.Wiktor Kwapisiewicz
2022-04-22net: Assert that public types are Send + Sync.Justus Winter
2022-04-22net: Make AClient Send and SyncErik Escher
2022-03-07net: Allow checking if cert contains User ID for given domain.Wiktor Kwapisiewicz
2022-02-25ipc,net: Update rand dependency to 0.8Nora Widdecke
2022-01-12net: Fix link.Neal H. Walfield
2022-01-10pks: Fix "capability" parameter not being appended.Wiktor Kwapisiewicz
2021-12-31pks: Use appropriate Error objects instead of raw strings.Wiktor Kwapisiewicz
2021-12-31pks: Return correct acceptable hashes for the remote signer.Wiktor Kwapisiewicz
2021-12-29pks: Add support for SHA-384 hash algorithm.Wiktor Kwapisiewicz