summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2018-04-10openpgp: Fix performance problem.Justus Winter
2018-04-09openpgp: Turn comments into documentation comments.Justus Winter
2018-04-04openpgp: Refactor header parsing.Justus Winter
2018-04-04openpgp: Refactor body length parsing.Justus Winter
2018-04-04openpgp: Refactor CTB parsing.Justus Winter
2018-04-04openpgp: Typo.Justus Winter
2018-03-27openpgp: Turn comment into an documentation comment.Justus Winter
2018-03-23openpgp: Remove superfluous attribute.Justus Winter
2018-03-23openpgp: Move the TPK type definition to openpgp proper.Justus Winter
2018-03-23openpgp: Move implementation of Container.Justus Winter
2018-03-23openpgp: Remove superfluous casts.Justus Winter
2018-03-23openpgp: Fix typo.Justus Winter
2018-03-23openpgp: Fix comment.Justus Winter
2018-03-21Fix typo.Neal H. Walfield
2018-03-21openpgp: New method: Message::from_packet.Neal H. Walfield
2018-03-21openpgp: Remove unused marco.Neal H. Walfield
2018-03-20openpgp,buffered-reader: Prefer access functions.Neal H. Walfield
2018-03-20openpgp: Improve debugging output and a few comments.Neal H. Walfield
2018-03-20openpgp: Fix BufferedReaderDecryptor::into_inner et al.Neal H. Walfield
2018-03-20openpgp: Simplify the relationship between depth and level.Neal H. Walfield
2018-03-16ffi: Make objects hashable.Justus Winter
2018-03-12Bump dependencies.Justus Winter
2018-03-12openpgp: Trim features of the 'num' crate.Justus Winter
2018-02-28openpgp: Add support for SEIP and MDC packets.Neal H. Walfield
2018-02-27openpgp: Add a utility function `from_hex` and use it.Neal H. Walfield
2018-02-27openpgp: Don't reinitialize the state, only the recursion levelNeal H. Walfield
2018-02-27openpgp: Use a Rust-style initializer.Neal H. Walfield
2018-02-27openpgp: When there is an error, return Err instead of None.Neal H. Walfield
2018-02-25buffered-reader: Provide a method to get the internal buffer.Neal H. Walfield
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