summaryrefslogtreecommitdiffstats
path: root/net/src/lib.rs
AgeCommit message (Expand)Author
2020-04-20openpgp: Add armor::Writer::with_headers.Justus Winter
2020-04-02openpgp: Drop KeyID::from_hex in favor of FromStr.Justus Winter
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-20openpgp: Remove `to_hex` in KeyHandle, KeyID and Fingerprint.Wiktor Kwapisiewicz
2020-03-09Switch from failure to anyhow.Justus Winter
2020-03-09net: Define net::Error using thiserror.Justus Winter
2020-02-05openpgp: Improve use of armor writer in tests and examples.Justus Winter
2020-01-23net: Avoid unnecessary indirection.Neal H. Walfield
2020-01-21openpgp: Change KeyIter to return KeyAmalgamations.Neal H. Walfield
2020-01-06openpgp: Pass a timestamp to the KeyIter instead of each filter.Neal H. Walfield
2019-12-20net: Use openpgp crypto API for SHA1 hashIgor Matuszewski
2019-12-20openpgp: Simplify key iteration interface.Neal H. Walfield
2019-12-19openpgp: Change KeyIter to return a struct instead of a tuple.Neal H. Walfield
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-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-08-22Bump percent-encoding to 2.1.Justus Winter
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-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-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-11-24Rename the openpgp crate to sequoia-openpgp.Justus Winter
2018-10-17net: Compare cookies in constant time.Justus Winter
2018-06-20Warn about public functions without documentation, add missing docs.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-16net: Add an asynchronous interface.Justus Winter
2018-01-23Use the failure crate to handle errors.Justus Winter
2018-01-15ffi,net: Update last users of KeyId to use KeyID.Justus Winter
2018-01-14openpgp: Remove the openpgp/types moduleNeal H. Walfield
2018-01-08net: Add a module for IPC support.Justus Winter
2018-01-04net: Fix sending keys to servers.Justus Winter
2018-01-03core,net: Avoid 'unwrap()' in examples.Justus Winter
2017-12-19Make the Result types public.Justus Winter
2017-12-14Add network policy.Justus Winter
2017-12-13Split up Sequoia.Justus Winter