summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-05-07openpgp: Add a Default implementation for CipherSuiteNeal H. Walfield
2019-05-07openpgp: Rename TPKBuilder::default to TPKBuilder::newNeal H. Walfield
2019-05-07TypoNeal H. Walfield
2019-05-07openpgp-ffi: Add a function to convert a Status to a stringNeal H. Walfield
2019-05-07openpgp-ffi: Add functions to extract the various parts of a User IDNeal H. Walfield
2019-05-07openpgp: Add email address normalizationNeal H. Walfield
2019-05-07openpgp: Fix commentNeal H. Walfield
2019-05-03Update Cargo.lock.Justus Winter
2019-05-03openpgp: Account for every octet in the size calculation.Justus Winter
2019-05-03openpgp: Improve test to also SerializeInto.Justus Winter
2019-05-03openpgp: Implement SerializeInto for TPK, TSK.Justus Winter
2019-05-03openpgp: Implement and use trait NetLength.Justus Winter
2019-05-03openpgp: Optimize generic_serialize_into.Justus Winter
2019-05-03openpgp: Move TPK/TSK serialization code to mod serialize.Justus Winter
2019-05-03ipc: New crate.Justus Winter
2019-05-03openpgp: Improve base64 decodingNeal H. Walfield
2019-05-03openpgp: Use assert_eq! instead of assert! when asserting equalityNeal H. Walfield
2019-05-03openpgp: More efficiently identify valid ASCII-armorNeal H. Walfield
2019-05-03buffered-reader: Add convenience functions to drop some dataNeal H. Walfield
2019-04-30openpgp: Avoid monomorphization of serializaton functions.Justus Winter
2019-04-30rfc2822: Improve documentationNeal H. Walfield
2019-04-30rfc2822: Improve commentsNeal H. Walfield
2019-04-29rfc2822: Use quickcheck. Fix edge cases.Neal H. Walfield
2019-04-29openpgp: New TSK type.Justus Winter
2019-04-29openpgp: Rewrite code to avoid the TSK type.Justus Winter
2019-04-29openpgp-ffi: Introduce a new Packet type.Justus Winter
2019-04-29openpgp-ffi: Move packet prototypes to a new file.Justus Winter
2019-04-26ffi-macros: Implement wrapping of references.Justus Winter
2019-04-26ffi-macros: Fix the RefRaw trait.Justus Winter
2019-04-26openpgp: Add interface to bind, certify, and revoke.Justus Winter
2019-04-26openpgp: Add some missing items to packet::prelude.Justus Winter
2019-04-26openpgp: Remove TPK::filter_into_tsk().Justus Winter
2019-04-25openpgp: Add TPKBuilder::add_user_attribute().Justus Winter
2019-04-25openpgp: Change TPKBuilder::add_userid() to take an UserId.Justus Winter
2019-04-25openpgp: Generalize signature::Builder::sign_user_attribute_binding.Justus Winter
2019-04-25openpgp: Implement From<Cow<'a, str>> for UserID.Justus Winter
2019-04-25openpgp: Improve map of the frame.Justus Winter
2019-04-24openpgp: Improve test.Justus Winter
2019-04-24openpgp: Fix roundtripping of packets with unknown MPIs.Justus Winter
2019-04-24tool: Fix dumping of unknown MPIs.Justus Winter
2019-04-24tool: Drop superfluous newline.Justus Winter
2019-04-24Document the fact that we need Rust 1.32 by now.Justus Winter
2019-04-24openpgp: Make {PublicKey,Curve}::bits() return Option<usize>.Justus Winter
2019-04-24openpgp: Implement creation and serialization of Autocrypt headers.Justus Winter
2019-04-24openpgp: Make {PublicKey,Curve}::bits() return key lengths.Justus Winter
2019-04-12Release 0.6.0.v0.6.0Justus Winter
2019-04-12buffered-reader, rfc2822: Use docs.rs for the documentation.Justus Winter
2019-04-12Add Cargo.lock to the repository.Justus Winter
2019-04-12tool: Pretty-print MPIs using the hex dumper.Justus Winter
2019-04-12openpgp: Do not emit trailing whitespace.Justus Winter