summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2019-08-22Bump rpassword to 0.4.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-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
2019-07-30openpgp: Optimize TPK validator.Neal H. Walfield
2019-07-19openpgp: Add features 'vendored' and 'vendored-nettle'.Justus Winter
2019-07-18openpgp: Typo.Justus Winter
2019-07-18openpgp: Move the TPK's fingerprint to the front.Justus Winter
2019-07-18openpgp: Fix exporting armored TPKs.Justus Winter
2019-07-18openpgp: Implement SerializeInto for the armor Encoder.Justus Winter
2019-07-18openpgp: Move the header generation to a new method.Justus Winter
2019-07-18openpgp: Avoid allocating a constant string.Justus Winter
2019-07-18openpgp: Move tpk::armor::Encoder to serialize, add constructor.Justus Winter
2019-07-17openpgp: Implement exporting as a serialization variant.Justus Winter
2019-07-17openpgp: Improve tracing in the TPK canonicalization.Justus Winter
2019-07-17openpgp: Fix error handling.Justus Winter
2019-07-17openpgp: Improve documentation.Justus Winter
2019-07-17openpgp: Improve documentation.Justus Winter
2019-07-16openpgp: Encrypt unencrypted secret keys in memory.Justus Winter
2019-07-16openpgp: Rework unencrypted secret key handling.Justus Winter
2019-07-15openpgp: Implement AsMut<[u8]> for SessionKey.Justus Winter
2019-07-15Make more variables immutable.Justus Winter
2019-07-15Switch to Rust 2018.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-07-08Release 0.9.0.v0.9.0Justus Winter
2019-07-08openpgp: Add a function that normalizes signatures.Justus Winter
2019-07-08openpgp: Fix std::hash::Hash for Signature4.Justus Winter
2019-07-05openpgp: Make CipherSuite::Cv25519 the default cipher suite.Justus Winter
2019-07-05openpgp: Ignore unhashed subpackets when comparing signatures.Justus Winter
2019-07-05openpgp: Rework PartialEq for Signature4.Justus Winter
2019-07-05openpgp: Fix PartialEq for SubpacketArea.Justus Winter