summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2019-03-14openpgp: Replace TPK::select_keys with an iterator.Neal H. Walfield
2019-03-14openpgp: Implement BitAnd and BitOr for KeyFlagsNeal H. Walfield
2019-03-13openpgp: Fix typo, rename parsed field names.Justus Winter
2019-03-13Bump nettle to 5.0.Justus Winter
2019-03-08openpgp: Always emit a direct-key signature when creating TPKs.Justus Winter
2019-03-08openpgp: Copy signature subkeys when adding a userid.Justus Winter
2019-03-04openpgp: Collect Signature Subpacket statistics.Justus Winter
2019-03-04openpgp: Only print signature stats if we saw some.Justus Winter
2019-03-04openpgp: Formatting.Justus Winter
2019-03-01buffered-reader: Drop BufferedReader prefix.Justus Winter
2019-02-27openpgp: add functions to manipulate TSKsKai Michaelis
2019-02-26openpgp: Add Fingerprint::to_icaoKai Michaelis
2019-02-22openpgp: Robustness fix.Justus Winter
2019-02-22openpgp: Gracefully handle unsupported hash algorithms.Justus Winter
2019-02-22openpgp: Gracefully handle unsupported hash algorithms.Justus Winter
2019-02-22openpgp: Improve test.Justus Winter
2019-02-21Release 0.4.1.v0.4.1Justus Winter
2019-02-20openpgp: allow self-sig less keys to have subkeysKai Michaelis
2019-02-20openpgp: Collect statistics over user attribute subpackets.Justus Winter
2019-02-20openpgp: Support user attribute subpackets.Justus Winter
2019-02-20openpgp: Improve statistics.Justus Winter
2019-02-20openpgp: Parse more than one file.Justus Winter
2019-02-20openpgp: Update build instructions.Justus Winter
2019-02-19Release 0.4.0.v0.4.0Justus Winter
2019-02-19openpgp: Return &[Signature] from TPK accessors.Justus Winter
2019-02-19openpgp: Add missing accessors.Justus Winter
2019-02-18openpgp: Compute Keygrips.Justus Winter
2019-02-18openpgp: Implement From<Vec<u8>> for MPI.Justus Winter
2019-02-18openpgp: Improve documentation.Justus Winter
2019-02-18openpgp: Move Serialize::to_vec to SerializeInto::to_vec.Justus Winter
2019-02-18openpgp: New traits SerializeInto and SerializeKeyInto.Justus Winter
2019-02-18openpgp: Return error instead of panicking.Justus Winter
2019-02-17openpgp: Implement Serialize for Fingerprint.Justus Winter
2019-02-17openpgp: Move the serialization traits.Justus Winter
2019-02-17openpgp: Support CAST5.Justus Winter
2019-02-17openpgp: Support Autocrypt V1.1.Justus Winter
2019-02-17openpgp: Implement From<Packets> for PacketPile.Justus Winter
2019-02-17openpgp: Implement From<Vec<Packets>> for PacketPile.Justus Winter
2019-02-15openpgp: fix TPKBuilder comments, add test for all suitesKai Michaelis
2019-02-15openpgp: comment Key::generate_*Kai Michaelis
2019-02-15openpgp: add NIST ECDH test casesKai Michaelis
2019-02-15openpgp: extend TPKBuilder to handle NIST ECsKai Michaelis
2019-02-15openpgp: split Key::generate into generate_rsa and generate_eccKai Michaelis
2019-02-15openpgp: implement ECDH for NIST P-{256,384,521}Kai Michaelis
2019-02-13openpgp: add MPI::new_weierstrass().Kai Michaelis
2019-02-13openpgp: use nettle 4.0Kai Michaelis
2019-02-13openpgp: Improve handling of soft parsing errors.Justus Winter
2019-02-13openpgp: Drop superfluous assignment.Justus Winter
2019-02-13openpgp: Use unqualified variants.Justus Winter
2019-02-13openpgp: Do not expose functions used for testing.Justus Winter