summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet
AgeCommit message (Expand)Author
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 some context to errorsNeal H. Walfield
2019-05-08openpgp: Typo.Justus Winter
2019-05-08openpgp: Add a conversion from &[u8] to UserIDNeal H. Walfield
2019-05-07openpgp: Add email address normalizationNeal H. Walfield
2019-04-30openpgp: Avoid monomorphization of serializaton functions.Justus Winter
2019-04-26openpgp: Add some missing items to packet::prelude.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-12openpgp: Parse User IDs.Neal H. Walfield
2019-04-09openpgp: Improve documentation for Signature::verify*.Justus Winter
2019-04-04openpgp: Fix bounds on SED and SEIP packets in Header::valid().Justus Winter
2019-04-04openpgp: Signature::get_issuer should only use the issuer subpacketNeal H. Walfield
2019-04-04openpgp: Extend packet/prelude.rsNeal H. Walfield
2019-04-04openpgp: Avoid key.fingerprint.to_keyid()Neal H. Walfield
2019-04-02openpgp: Support the Trust packet.Justus Winter
2019-04-02openpgp: Mark unreachable match arms.Justus Winter
2019-04-01openpgp: Tighten bounds on literal data packets.Justus Winter
2019-04-01openpgp: Tighten the bound on marker packets.Justus Winter
2019-04-01openpgp: Improve formatting.Justus Winter
2019-04-01openpgp: Tighten limits on valid headers.Neal H. Walfield
2019-04-01openpgp: Make arbitrary user attribute packets less arbitrary.Neal H. Walfield
2019-04-01openpgp: Change the User Attribute constructor to accept subpacketsNeal H. Walfield
2019-04-01openpgp: Add serialization support for user attribute subpacketsNeal H. Walfield
2019-04-01openpgp: Support the marker packet.Justus Winter
2019-03-28openpgp: Consistently abbreviate symmetric algorithm.Justus Winter
2019-03-28openpgp: Rename methods related to symmetric algorithms.Justus Winter
2019-03-27openpgp: Move fingerprint calculation.Justus Winter
2019-03-26openpgp: Add enum Key.Justus Winter
2019-03-26openpgp: Add enum PKESK.Justus Winter
2019-03-26openpgp: Add enum SEIP.Justus Winter
2019-03-26openpgp: Add enum OnePassSig.Justus Winter
2019-03-26openpgp: Add enum Signature.Justus Winter
2019-03-26openpgp: Add enum AED.Justus Winter
2019-03-26openpgp: Introduce explicit packet versions, move enum SKESK.Justus Winter
2019-03-26openpgp: Add openpgp::packet::prelude.Justus Winter
2019-03-26openpgp: Move Header::plausible to the header module, improve itNeal H. Walfield
2019-03-26openpgp: Add a new predicate: whether a Packet can start a messageNeal H. Walfield
2019-03-26openpgp: Move Header to its own moduleNeal H. Walfield
2019-03-22openpgp, core: Return old value in setters.Justus Winter
2019-03-21openpgp: Rename `UserID::userid()` to `value()`.Justus Winter
2019-03-21openpgp: Remove UserID::new() and the mutators.Justus Winter
2019-03-21openpgp: Rename UserAttribute's accessors.Justus Winter
2019-03-21openpgp: Simplify User{ID,Attribute}::arbitrary().Justus Winter
2019-03-21openpgp: Drop nonsensical constructor.Justus Winter
2019-03-14openpgp: Improve documentationNeal H. Walfield