summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2020-03-24wip zero copy transformergorgeous-zero-copy-transformerJustus Winter
2020-03-24wip implement BufferedReaderJustus Winter
2020-03-24openpgp: Use larger default buffer size in DetachedVerifier.Justus Winter
2020-03-24openpgp: Add convenience function hex::dump.Justus Winter
2020-03-23openpgp: Avoid copying data around in Decryptor's buffer.Justus Winter
2020-03-23openpgp: Avoid copying data around in the Transformer's buffer.Justus Winter
2020-03-20openpgp: Take a reference instead of ownership.Neal H. Walfield
2020-03-20openpgp: Drop Container::body_mut().Justus Winter
2020-03-20openpgp: Rework PacketParser::buffer_unread_content.Justus Winter
2020-03-20openpgp: Add test demonstrating partial reads of literal packets.Justus Winter
2020-03-20openpgp: Remove `to_hex` in KeyHandle, KeyID and Fingerprint.Wiktor Kwapisiewicz
2020-03-20openpgp: Allow formatting KeyHandle with x and X.Wiktor Kwapisiewicz
2020-03-20openpgp: Update documentation.Justus Winter
2020-03-19openpgp: Fix typo.Nora Widdecke
2020-03-19openpgp: Add test.Nora Widdecke
2020-03-19openpgp: Use the signing key's issuer and issuer_fingerprint by default.Nora Widdecke
2020-03-19openpgp: Put issuer and issuer_fingerprint subpackets in unhashed area.Nora Widdecke
2020-03-18openpgp: Fix documentation.Justus Winter
2020-03-18openpgp: Use the hex::Dumper in the tests.Justus Winter
2020-03-18openpgp: Move ASCII dumping code to the library.Justus Winter
2020-03-18openpgp: Allow formatting KeyID with X and xWiktor Kwapisiewicz
2020-03-18openpgp: Allow formatting Fingerprint with X and xWiktor Kwapisiewicz
2020-03-18openpgp: Change cert::Builder::set_creation_time to take an Option.Neal H. Walfield
2020-03-18openpgp: Add a conversion from Timestamp to Option<SystemTime>.Neal H. Walfield
2020-03-16openpgp: Fix examples.Justus Winter
2020-03-16openpgp: Remove superfluous parenthesis.Justus Winter
2020-03-16openpgp: Avoid array-into-iter warning.Justus Winter
2020-03-13openpgp: Decouple PacketPile and Container.Justus Winter
2020-03-13openpgp: Avoid casts.Justus Winter
2020-03-13openpgp: Add a Null Policy.Neal H. Walfield
2020-03-11openpgp: Remove superfluous mut.Justus Winter
2020-03-11openpgp: Improve notation data documentation.Justus Winter
2020-03-11openpgp: Only build the padding example if compression is enabled.Justus Winter
2020-03-10openpgp: Typo.Justus Winter
2020-03-10openpgp: Qualify trait objects using 'dyn'.Justus Winter
2020-03-10openpgp: Pick the fastest SHA2 sum based on the architecture.Justus Winter
2020-03-10openpgp: Sort signature subpackets before signing.Justus Winter
2020-03-10openpgp: Sort fingerprints to the front in Signature::get_issuers.Justus Winter
2020-03-10openpgp: Fix keygrip computation.Justus Winter
2020-03-10openpgp: Appease superfluous check in nettle wrapper.Justus Winter
2020-03-09Switch from failure to anyhow.Justus Winter
2020-03-09openpgp: Update nettle to 7.0.0.Justus Winter
2020-03-09openpgp: Decouple our error type from nettle's.Justus Winter
2020-03-09Reduce use of explicit failure::Fallible.Justus Winter
2020-03-09openpgp: Define openpgp::Error using thiserror.Justus Winter
2020-03-09openpgp: Relax unicode-normalization dependency.Daniel Kahn Gillmor
2020-03-06openpgp: Make ValidCert::primary_key infallible.Neal H. Walfield
2020-03-05openpgp: Make it easy to set the expiration time for subkeys.Neal H. Walfield
2020-03-04Release 0.15.0.v0.15.0Justus Winter
2020-03-03openpgp: Only impl Serialize for objects that are normally exported.Neal H. Walfield