summaryrefslogtreecommitdiffstats
path: root/net/src/wkd.rs
AgeCommit message (Expand)Author
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-06-12net: fix WKD URL generationLars Wirzenius
2022-03-07net: Allow checking if cert contains User ID for given domain.Wiktor Kwapisiewicz
2021-11-29Drop unnecessary lifetime annotations.Nora Widdecke
2021-11-29Remove unnecessary borrows.Nora Widdecke
2021-10-28net, openpgp: Fix private documentation.Nora Widdecke
2021-10-11net: Correct link.Nora Widdecke
2021-09-30Drop pointless @_ match pattern bindingsLars Wirzenius
2021-09-30Avoid naming field setting it from variable of the same nameLars Wirzenius
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-04-09Lint: Remove redundant clone().Nora Widdecke
2021-04-09Lint: Use is_empty().Nora Widdecke
2021-03-31net: Protect against redirection loops in WKD requests.Wiktor Kwapisiewicz
2021-03-31net: Follow redirects when using WKD lookup.Wiktor Kwapisiewicz
2021-01-21net: Release 0.23.0.net/v0.23.0Justus Winter
2020-11-28net: do not implement openpgp::serialize traits for KeyRingAzul
2020-11-27openpgp: Add Cert::merge_public and Cert::merge_public_and_secret.Justus Winter
2020-11-12openpgp: Make crypto::Hash::digest fallible.Justus Winter
2020-10-23update net to futures=0.2amesgen
2020-10-14Use 'Examples' for the examples section.Justus Winter
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-03-16net: Drop domain prefix from WKD paths.Justus Winter
2020-03-11net: Create WKD policy file.Justus Winter
2020-03-09Switch from failure to anyhow.Justus Winter
2020-03-03openpgp: Only impl Serialize for objects that are normally exported.Neal H. Walfield
2020-02-26openpgp: Don't unnecessarily use ComponentAmalgamation::bundle.Neal H. Walfield
2020-02-26openpgp: Add a prelude file to import things related to certificatesNeal H. Walfield
2020-02-06openpgp: Rename ComponentBinding to ComponentBundle, etc.Justus Winter
2020-01-20openpgp: Rename ComponentIter::components to bindings.Neal H. Walfield
2020-01-20openpgp: Use the new framework for Cert::userid.Justus Winter
2020-01-07Fix broken links in the documentation.Justus Winter
2019-12-20net: Use openpgp crypto API for SHA1 hashIgor Matuszewski
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-06openpgp: Replace RFC 2822 parser with a de factor parserNeal H. Walfield
2019-10-27Fix more spelling errors caught by codespellDaniel Kahn Gillmor
2019-09-10net: Make function private.Justus Winter
2019-09-10net: Improve error handling.Justus Winter
2019-09-09net: Introduce enum wkd::Variant.Justus Winter
2019-09-09net: Update existing TPKs in a WKD.Justus Winter
2019-09-09net: Strip local signatures when creating WKD.Justus Winter
2019-09-09net: Rework WKD building, insert one TPK at a time.Justus Winter
2019-09-09net: Do not diddle with the permissions.Justus Winter
2019-09-09net: Remove progress reporting on stdout.Justus Winter
2019-09-09net: Add wkd::generate function.juga
2019-08-20net: Remove unneeded port in WKD URLjuga
2019-08-19net: Drop the sync variant.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-06-19net: Replace or remove commentsjuga