summaryrefslogtreecommitdiffstats
path: root/net/tests
AgeCommit message (Expand)Author
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-04-02openpgp: Drop Fingerprint::from_hex in favor of FromStr.Justus Winter
2020-04-02openpgp: Drop KeyID::from_hex in favor of FromStr.Justus Winter
2019-12-19net: Fix bare trait objectIgor Matuszewski
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-09-06Bump quickcheck to 0.9, rand to 0.7.Justus Winter
2019-08-19net: Drop the sync variant.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-05-15core, store, tool: Use realm instead of domain.Justus Winter
2019-05-07openpgp, net: Improve panic messages.Justus Winter
2018-12-14openpgp: Introduce trait Parse.Justus Winter
2018-11-24net: Avoid using deprecated location of OsRng.v0.1.0Justus Winter
2018-11-24Rename the openpgp crate to sequoia-openpgp.Justus Winter
2018-08-13openpgp: Rework armor kind handling.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-01-30net: New test.Justus Winter