summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2018-07-04openpgp: Hide the `writer::Stackable` trait.Justus Winter
2018-07-04openpgp: Fix EdDSA corner case.Justus Winter
2018-07-02openpgp: Remove gratuitious mut.Neal H. Walfield
2018-07-02openpgp: Simplify KeyFlags handling.Justus Winter
2018-07-02openpgp: Implement detached signature generation in the Signer.Justus Winter
2018-07-02openpgp: Fix error handling.Justus Winter
2018-07-02openpgp: Improve documentation, add example.Justus Winter
2018-07-02openpgp: Create a special Option-like type for PacketParser.Neal H. Walfield
2018-06-29openpgp: Actually compute signatures in the streaming signer.Justus Winter
2018-06-29openpgp: Derive Eq for Fingerprint.Justus Winter
2018-06-29openpgp: Make SubpacketArea::lookup public.Justus Winter
2018-06-29openpgp: Implement signing.Justus Winter
2018-06-29openpgp: Move the definition of `struct Signature`.Justus Winter
2018-06-29openpgp: Add setters for subpackets.Justus Winter
2018-06-29openpgp: Add a owned version of KeyFlags.Justus Winter
2018-06-29openpgp: Implement Default and PartialEq for Keyflags.Justus Winter
2018-06-29openpgp: Make subpacket debug output prettier.Justus Winter
2018-06-29openpgp: Add and use a function converting from Value to Tag.Justus Winter
2018-06-29openpgp: Typo.Justus Winter
2018-06-29openpgp: Fix serializing embedded signatures.Justus Winter
2018-06-29openpgp: Make iterating over maps of broken packages more robust.Justus Winter
2018-06-29openpgp: Typo.Justus Winter
2018-06-29openpgp: Typo.Justus Winter
2018-06-29openpgp: Implement deleting, adding, and replacing subpackets.Justus Winter
2018-06-28openpgp: Implement Serialize for Subpacket{,Value}.Justus Winter
2018-06-28openpgp: Add constructor and length method for Subpacket{,Value}s.Justus Winter
2018-06-28openpgp: Add accessors for subpacket::NotationData.Justus Winter
2018-06-28openpgp: Refactor length parsing and add serializing.Justus Winter
2018-06-28openpgp: Typo.Justus Winter
2018-06-28openpgp: Improve error handling.Justus Winter
2018-06-28openpgp: Add `MPIs::Unknown` for parameters of unknown algorithms.Justus Winter
2018-06-28openpgp: Parse MPIs of ElGamal signatures.Justus Winter
2018-06-28openpgp: Typo.Justus Winter
2018-06-27openpgp: Add an interface to filter unvalidated TPKs.Neal H. Walfield
2018-06-27openpgp: Add some convenience constructors to TPKParser.Neal H. Walfield
2018-06-27openpgp: Make footer detection more robust.Justus Winter
2018-06-27openpgp: Tune TPK-abbreviation acrobatics.Justus Winter
2018-06-27openpgp: Make armored header detection more robust.Justus Winter
2018-06-27openpgp: Make reading the CRC more robust.Justus Winter
2018-06-25openpgp: Drop superfluous identity-conversion.Justus Winter
2018-06-25openpgp: Do not make the ecdh module public.Justus Winter
2018-06-25openpgp: Fix off-by-one error in the armor detection.Justus Winter
2018-06-25openpgp: Drop the alias for Kind::SecretKey.Justus Winter
2018-06-25openpgp: Move the subpacket module to the crate root.Justus Winter
2018-06-25openpgp: Generalize `hash_file`.Justus Winter
2018-06-25openpgp: Add support for parsing Autocrypt headers.Neal H. Walfield
2018-06-20openpgp: Make KeyID parsing more robust by accepting fingerprints.Justus Winter
2018-06-20openpgp: Ignore garbage in front of armored data.Justus Winter
2018-06-20openpgp: Rename functions to make their intention clear.Justus Winter
2018-06-20openpgp: Simplify and fix function.Justus Winter