summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-08-23openpgp: Rename SecretKey to SecretKeyMaterial.Neal H. Walfield
2019-08-23Bump rusqlite to 0.19.Justus Winter
2019-08-22ci: Make sure the tool documentation is up-to-date.Justus Winter
2019-08-22Bump idna to 0.2.Justus Winter
2019-08-22Bump percent-encoding to 2.1.Justus Winter
2019-08-22Bump url to 2.1.Justus Winter
2019-08-22Bump syn, quote, and proc-macro2 to 1.0.Justus Winter
2019-08-22Bump rpassword to 0.4.Justus Winter
2019-08-22Update all dependencies.Justus Winter
2019-08-22core: Use 'tempfile' instead of 'tempdir'.Justus Winter
2019-08-22Bump nettle-sys to 2.0.3.Justus Winter
2019-08-22Trim dependencies of crates 'rand' and 'quickcheck'.Justus Winter
2019-08-21openpgp: Add TPK::bad_signatures().Justus Winter
2019-08-21openpgp: Add TPK::unknowns().Justus Winter
2019-08-21openpgp: Move struct TPK to the tpk module.Justus Winter
2019-08-21openpgp: Use accessors to access TPK components.Justus Winter
2019-08-21openpgp: Fix serializing unknown components.Justus Winter
2019-08-21openpgp: Typos.Jann Röder
2019-08-21openpgp: Fix warnings emitted by rustc 1.36.0.Jann Röder
2019-08-21openpgp: Improve documentation.Justus Winter
2019-08-21openpgp: Fix documentation.Justus Winter
2019-08-20openpgp: Reject keyrings in TPK::from_packet_parser.Justus Winter
2019-08-20openpgp: Make choice of AEAD algorithm explicit.Justus Winter
2019-08-20ci: Fail build on warnings.Justus Winter
2019-08-20ffi: Free resources in test.Justus Winter
2019-08-20openpgp-ffi: Fix pointer signedness.Justus Winter
2019-08-20openpgp-ffi, ffi: Honor CFLAGS in c-tests, add -Wall.Justus Winter
2019-08-20tool: Use consistent terminology in usage.Justus Winter
2019-08-20tool: Update documentation.Justus Winter
2019-08-20tool: Use Cv25519 as the default cipher suite.Justus Winter
2019-08-20tool: Fix creation of TPKs w/o encryption subkey.Justus Winter
2019-08-20openpgp-ffi: Typos.Justus Winter
2019-08-20ci: Delete files not accessed for seven days.Justus Winter
2019-08-20net: Remove unneeded port in WKD URLjuga
2019-08-20Update rust port nameJann Röder
2019-08-20Add coreutils to required packages on Mac OSJann Röder
2019-08-20rfc2822: Suppress noisy warnings from the tests.Justus Winter
2019-08-20net: Drop SKS pool in favor of keys.openpgp.org.Justus Winter
2019-08-19ffi-macros: Handle type c_void.Justus Winter
2019-08-19net: Drop the sync variant.Justus Winter
2019-08-19openpgp: Do not print to stderr.Justus Winter
2019-08-19openpgp: Drop superfluous .into().Justus Winter
2019-08-19openpgp: Rename sigtype to typ, set_sigtype to set_typ.Justus Winter
2019-08-03openpgp: Add missing file.Neal H. Walfield
2019-08-03openpgp: Move low-level TPK Parser to a separate module.Neal H. Walfield
2019-08-03openpgp: Move KeyIter to a separate module.Neal H. Walfield
2019-08-03openpgp: Consolidate TPK component bindings into a generic struct.Neal H. Walfield
2019-08-02openpgp: Upgrade to base64 version 0.10.1.Neal H. Walfield
2019-08-02openpgp: Fix test.Neal H. Walfield
2019-08-02openpgp: Import cmp, not cmp::minNeal H. Walfield