summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2019-05-14openpgp: Clean up test data handling.Justus Winter
2019-05-14openpgp: Add a filesystem-like framework for test data.Justus Winter
2019-05-14openpgp, openpgp-ffi: Normalize TPK::revoked()Neal H. Walfield
2019-05-13openpgp: Include all the test data.Justus Winter
2019-05-13openpgp: New module containing the test data.Justus Winter
2019-05-13openpgp: Fix worst-case estimate of compressed data size.Justus Winter
2019-05-13openpgp: Typo.Justus Winter
2019-05-11openpgp: Allow trust packets in TPKsNeal H. Walfield
2019-05-11openpgp: Include the packet's position in the TPKValidator errorNeal H. Walfield
2019-05-11openpgp: Include the path in the MessageValidator errorNeal H. Walfield
2019-05-11openpgp: Make error message more accurateNeal H. Walfield
2019-05-11openpgp: Make {is,possible}_{message,keyring,tpk} return a ResultNeal H. Walfield
2019-05-10Release 0.7.0.v0.7.0Justus Winter
2019-05-10openpgp: Add a notation data interface.Justus Winter
2019-05-10openpgp: Add constructor for NotationData.Justus Winter
2019-05-10openpgp: Implement {Into,From}Iterator for SubpacketArea.Justus Winter
2019-05-10openpgp: New type for the flags of notation data subpackets.Justus Winter
2019-05-10openpgp: Fix documentation.Justus Winter
2019-05-10openpgp: Add a new parsing mode to the Armor ReaderNeal H. Walfield
2019-05-10openpgp: Add some context to errorsNeal H. Walfield
2019-05-09openpgp: Fix formatting.Justus Winter
2019-05-09openpgp: Fix documentation.Justus Winter
2019-05-09openpgp: Typo.Justus Winter
2019-05-09openpgp: Communicate message structure from the decryptor.Justus Winter
2019-05-08openpgp: Typo.Justus Winter
2019-05-08openpgp: Add a conversion from &[u8] to UserIDNeal H. Walfield
2019-05-08openpgp: Remove unused import.Justus Winter
2019-05-07openpgp: Remove {Subkey,UserID}Binding::new().Justus Winter
2019-05-07openpgp, net: Improve panic messages.Justus Winter
2019-05-07openpgp: Add a method to TPKBuilder to create a general-purpose keyNeal H. Walfield
2019-05-07openpgp: Add a Default implementation for CipherSuiteNeal H. Walfield
2019-05-07openpgp: Rename TPKBuilder::default to TPKBuilder::newNeal H. Walfield
2019-05-07openpgp: Add email address normalizationNeal H. Walfield
2019-05-07openpgp: Fix commentNeal H. Walfield
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-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-04-30openpgp: Avoid monomorphization of serializaton functions.Justus Winter
2019-04-29openpgp: New TSK type.Justus Winter
2019-04-29openpgp: Rewrite code to avoid the TSK type.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