summaryrefslogtreecommitdiffstats
path: root/net/src
AgeCommit message (Expand)Author
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-26openpgp: Implement From<Fingerprint> for KeyID.Justus Winter
2019-11-15net: Bail out if the received keyid does not match.Tobias Mueller
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-10-25rfc2822,openpgp: Move rfc2822 crate to be a private mod in openpgpNeal H. Walfield
2019-09-27linting: Clear up bare trait object warningsDaniel Silverstone
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-22Bump percent-encoding to 2.1.Justus Winter
2019-08-20net: Remove unneeded port in WKD URLjuga
2019-08-20net: Drop SKS pool in favor of keys.openpgp.org.Justus Winter
2019-08-19net: Drop the sync variant.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-06-19net: Replace or remove commentsjuga
2019-06-10net: Drop unused parameter.Justus Winter
2019-05-28net: Add wkd module implementing a WKD clientjuga
2019-05-15core, store, tool: Use realm instead of domain.Justus Winter
2019-05-10openpgp: Add a new parsing mode to the Armor ReaderNeal H. Walfield
2019-05-03ipc: New crate.Justus Winter
2019-02-27net: If no protocol is given, assume hkps.Justus Winter
2019-02-27net: Typo.Justus Winter
2019-02-07net: Make Error::MalformedUri print expected protocol prefixes.Tobias Mueller
2018-12-14openpgp: Introduce trait Parse.Justus Winter
2018-11-24Rename the openpgp crate to sequoia-openpgp.Justus Winter
2018-11-19Bump version of 'rand'.Justus Winter
2018-11-14Avoid identity slicing.Justus Winter
2018-10-30openpgp: Implement Serialize for TPK and TSK.Justus Winter
2018-10-25net: Improve IPC interface.Justus Winter
2018-10-17net: Compare cookies in constant time.Justus Winter
2018-10-17net: Refactor cookie comparison.Justus Winter
2018-08-13openpgp: Rework armor kind handling.Justus Winter
2018-07-24openpgp: Support setting ASCII-armor's headersNeal H. Walfield
2018-07-10net, ffi: Bump native-tls and hyper-tls.Justus Winter
2018-06-20Warn about public functions without documentation, add missing docs.Justus Winter
2018-06-06net, store: Bump rand to "0.5" and adapt code accordingly.Justus Winter
2018-06-05net: Bump hyper to "0.12", hyper-tls to "0.2".Justus Winter
2018-03-23openpgp: Move the TPK type definition to openpgp proper.Justus Winter
2018-03-04net: Use the url crate for URL manipulation.Justus Winter
2018-02-21net: New connect function overriding the IPC policy.Justus Winter
2018-02-16net: Add an asynchronous interface.Justus Winter
2018-01-25net: Serialize the Context and send it to server.Justus Winter
2018-01-25net: Attach Context to Descriptor.Justus Winter