summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse
AgeCommit message (Expand)Author
2019-09-27linting: Clear up bare trait object warningsDaniel Silverstone
2019-09-27openpgp: Clean up deprecated range syntaxDaniel Silverstone
2019-09-18openpgp: Change TPK::primary to return the key and not the bindingNeal H. Walfield
2019-09-18openpgp: Combine Signature4::signature_alive and its _at variant.Neal H. Walfield
2019-09-18openpgp: Combine Signature4::key_alive and its _at variant.Neal H. Walfield
2019-09-18openpgp: Make Parse::from_bytes polymorphic over AsRef<[u8]>.Justus Winter
2019-09-17openpgp: Change TPK::primary_key_signature to take a time.Neal H. Walfield
2019-09-17openpgp: Make packet::Common::children private.Justus Winter
2019-09-17openpgp: Make packet::Common::body private.Justus Winter
2019-09-17openpgp: Add a timestamp arg to ComponentBinding::binding_signatureNeal H. Walfield
2019-09-11openpgp: Move packet::BodyLength to packet::header.Justus Winter
2019-09-11openpgp: Move the ctb module to the header module.Justus Winter
2019-09-10openpgp: Remove aliases from the toplevel, move to packet::header.Justus Winter
2019-09-10openpgp: Make CTBCommon's tag field private.Justus Winter
2019-09-10openpgp: Implement TryFrom<&'a Signature> for OnePassSig3.Justus Winter
2019-09-10openpgp: Make fields of packet::Header private.Justus Winter
2019-09-10openpgp: Do not explicitly store the length.Justus Winter
2019-09-10openpgp: Make fields of parse::map::Field private.Justus Winter
2019-09-10openpgp: Do not expose parse::map::Iter.Justus Winter
2019-09-10openpgp: Make 'LiteralWriter::new's arguments optional.Justus Winter
2019-08-27openpgp: Limit size of non-data packets.Justus Winter
2019-08-23openpgp: Use marker types to denote a Key's type.Neal H. Walfield
2019-08-23openpgp: Use a KeyBinding to store the primary key binding in a TPKNeal H. Walfield
2019-08-23openpgp: Rename SubkeyBinding to KeyBinding.Neal H. Walfield
2019-08-23openpgp: Rename SecretKey to SecretKeyMaterial.Neal H. Walfield
2019-08-21openpgp: Fix documentation.Justus Winter
2019-08-19openpgp: Rename sigtype to typ, set_sigtype to set_typ.Justus Winter
2019-07-15Make more variables immutable.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-07-02openpgp: Use the hash abstraction for hashing.Justus Winter
2019-07-02openpgp: Introduce an abstraction for hash contexts.Justus Winter
2019-07-02openpgp: Make the crypto::hash module public, remove re-export.Justus Winter
2019-06-28openpgp: Rework protection of mpis::SecretKey.Justus Winter
2019-06-28openpgp: Move MPI::decode_point() to crypto::mpis.Justus Winter
2019-06-28openpgp: Make struct MPI opaque.Justus Winter
2019-06-27openpgp: Rework secret key handling.Justus Winter
2019-06-26openpgp: Fix warnings.Justus Winter
2019-06-11openpgp: Convert signature s-expressions to mpis::Signature.Justus Winter
2019-06-08openpgp: Turn key parse errors into soft errors.Justus Winter
2019-06-08openpgp: Make the reader mode configurable in Dearmor.Justus Winter
2019-06-08openpgp: Export Dearmor.Justus Winter
2019-06-06openpgp: New type representing s-expressions.Justus Winter
2019-06-01openpgp: Fix Key4 parsing.Justus Winter
2019-06-01openpgp: Simplify tests.Justus Winter
2019-06-01openpgp: Expose functions to parse MPIs.Justus Winter
2019-05-22openpgp: Remove Signature::parse_naked().Justus Winter
2019-05-22openpgp: Trait Serialize/Parse cleanup.Justus Winter
2019-05-22openpgp: Rework SKESK5 parsing to not depend on the packet size.Justus Winter
2019-05-22openpgp: Implement Parse for AED.Justus Winter
2019-05-21openpgp: Deduplicate code.Justus Winter