summaryrefslogtreecommitdiffstats
path: root/openpgp/src/subpacket.rs
AgeCommit message (Expand)Author
2018-09-13openpgp: Move the subpacket module to packet::signature.Justus Winter
2018-09-06openpgp: Split Signature into Signature and a mutable builder.Justus Winter
2018-09-06openpgp: Use getters to access Signatures.Justus Winter
2018-09-06openpgp: Do not implement Default for Key.Justus Winter
2018-09-03openpgp: Rename MPIs to Signature.Justus Winter
2018-09-03openpgp: Expose packet structs in the packet module.Justus Winter
2018-08-30openpgp: Canonicalize times.Justus Winter
2018-08-27openpgp: Add method to clear a SubpacketArea.Justus Winter
2018-08-27openpgp: Make our packets implement Eq and Hash.Justus Winter
2018-08-24openpgp: Add iterator over subpackets.Justus Winter
2018-08-24openpgp: Rename iteration over raw subpackets accordingly.Justus Winter
2018-08-24openpgp: Make PacketParser's next() and recurse() return two tuples.Justus Winter
2018-08-24openpgp: Make struct Signature opaque, add getters and setters.Justus Winter
2018-08-24openpgp: Make struct Key opaque, add getters and setters.Justus Winter
2018-08-15openpgp: Implement the Intended Recipient Fingerprint subpacket.Justus Winter
2018-07-20openpgp: Correctly handle zero expiration time.Justus Winter
2018-07-20openpgp: add key generationKai Michaelis
2018-07-09openpgp: Add a type for expressing key server preferences.Justus Winter
2018-07-09openpgp: Add and use a type specifying reasons for revocations.Justus Winter
2018-07-09openpgp: Use struct-like values for subpackets.Justus Winter
2018-07-06openpgp: Add predicates checking whether a key / signature is alive.Justus Winter
2018-07-05openpgp: Introduce and use struct Features.Justus Winter
2018-07-05openpgp: Use struct KeyFlags in SubpacketValue.Justus Winter
2018-07-05openpgp: Use vectors of symbolic values for algorithm preferences.Justus Winter
2018-07-05openpgp: Use broken-down time in SubpacketValue.Justus Winter
2018-07-04openpgp: Use broken-down time as key creation time.Justus Winter
2018-07-04openpgp: Add and use a module for time and duration conversion.Justus Winter
2018-07-02openpgp: Simplify KeyFlags handling.Justus Winter
2018-07-02openpgp: Create a special Option-like type for PacketParser.Neal H. Walfield
2018-06-29openpgp: Make SubpacketArea::lookup public.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: Typo.Justus Winter
2018-06-29openpgp: Typo.Justus Winter
2018-06-29openpgp: Implement deleting, adding, and replacing subpackets.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-25openpgp: Move the subpacket module to the crate root.Justus Winter