summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2018-02-23buffered-reader: Add methods to get a reference to the inner reader.Neal H. Walfield
2018-02-14openpgp: Make to_hex a top-level utility function.Neal H. Walfield
2018-02-14openpgp: Use failure.Neal H. Walfield
2018-02-06openpgp: Implement Display for KeyID.Justus Winter
2018-02-06openpgp: Improve armored! macro.Justus Winter
2018-02-02openpgp: Use shorter filenames so that ecryptfs doesn't complainNeal H. Walfield
2018-01-31openpgp: Implement fmt::Display for UserID and Fingerprint.Justus Winter
2018-01-24openpgp: Add macro to support armored literals.Justus Winter
2018-01-24openpgp: Make armor::{Reader, Writer} more general.Justus Winter
2018-01-24openpgp: Improve documentation.Justus Winter
2018-01-24openpgp: Use std::io::Result in armor module.Justus Winter
2018-01-23Use the failure crate to handle errors.Justus Winter
2018-01-17openpgp: Add parsing and serialization support for SK-ESK packets.Neal H. Walfield
2018-01-17openpgp: Make Signature::hash_init an independent function.Neal H. Walfield
2018-01-17openpgp: Make packet parsing functions public.Neal H. Walfield
2018-01-15openpgp: Reify the signature subpacket area.Neal H. Walfield
2018-01-15openpgp: Add KeyID::new to convert a u64 to a KeyID.Neal H. Walfield
2018-01-14openpgp: Remove the openpgp/types moduleNeal H. Walfield
2018-01-14openpgp: Implement hashing.Neal H. Walfield
2018-01-14openpgp: Improve subpacket parsing.Neal H. Walfield
2018-01-14openpgp: Add a function to instantiate a KeyID from a hex string.Neal H. Walfield
2018-01-10openpgp: Add accessor methods to TPKs.Neal H. Walfield
2018-01-10openpgp: Add support for User Attribute packetsNeal H. Walfield
2018-01-10openpgp: Tag::to_numeric shouldn't be a static method.Neal H. Walfield
2018-01-10openpgp: Only parse v4 packets.Neal H. Walfield
2018-01-08store: New store module.Justus Winter
2018-01-08openpgp: Add 'Fingerprint::from_hex'.Justus Winter
2018-01-08openpgp: Add 'TPK::is_signed_by'.Justus Winter
2018-01-08openpgp: Turn the parser functions into static methods.Neal H. Walfield
2018-01-08openpgp: Turn the serialization functions into methods.Neal H. Walfield
2018-01-08openpgp: Move implementation details to sub-modulesNeal H. Walfield
2018-01-07openpgp: Add an interface to merge TPKs.Neal H. Walfield
2018-01-07openpgp: Improve TPK canonicalization.Neal H. Walfield
2018-01-07openpgp: In TPKs, split self-signatures and certifications.Neal H. Walfield
2018-01-07openpgp: Don't derive PartialEq for Signature.Neal H. Walfield
2018-01-07openpgp: When printing a Signature packet, include the issuerNeal H. Walfield
2018-01-07openpgp: Implement more signature subpackets.Neal H. Walfield
2018-01-07openpgp: Also parse the unhashed area in signature packets.Neal H. Walfield
2018-01-07openpgp: Support converting subpacket tags to symbolic valuesNeal H. Walfield
2018-01-07openpgp: Add first-class support for KeyIDs.Neal H. Walfield
2018-01-07openpgp: Implement Debug for Fingerprint.Neal H. Walfield
2018-01-05openpgp: Implement a builder-like interface for the packetsNeal H. Walfield
2018-01-04openpgp: Make Fingerprints comparable.Justus Winter
2018-01-04openpgp: Serialize TPKs.Justus Winter
2018-01-04openpgp: Add missing new files from last commit.Neal H. Walfield
2018-01-04openpgp: Add serialization support for more packets.Neal H. Walfield
2018-01-03openpgp: Add a function to return a packet given a path.Neal H. Walfield
2018-01-03openpgp: Add a Message iterator that also returns each packet's pathNeal H. Walfield
2018-01-03openpgp: Fix test case to iterate over all files. Add missing files.Neal H. Walfield
2018-01-02openpgp: Improve error message.Neal H. Walfield