summaryrefslogtreecommitdiffstats
path: root/examples
AgeCommit message (Expand)Author
2020-02-26openpgp: Rework KeyAmalgamation to preserve the key's role.Neal H. Walfield
2020-02-26openpgp: Add a prelude file to import things related to certificatesNeal H. Walfield
2020-02-20openpgp: Add the bundle method to the Amalgamation trait.Neal H. Walfield
2020-02-06openpgp: Rename methods 'set_policy' to 'with_policy'.Justus Winter
2020-02-06openpgp: Rename ComponentBinding to ComponentBundle, etc.Justus Winter
2020-01-31openpgp: Add a policy object.Neal H. Walfield
2020-01-20openpgp: Rename ComponentAmalgamation::component_binding.Justus Winter
2020-01-20openpgp: Rename {Key,Component}Amalgamation::component.Justus Winter
2020-01-20openpgp: Use the new framework for Cert::userid.Justus Winter
2020-01-18openpgp: Use Cert::keys instead of Cert::subkeys.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-09-18openpgp: Rename selfsigs to self_signatures.Neal H. Walfield
2019-09-18openpgp: Make Parse::from_bytes polymorphic over AsRef<[u8]>.Justus Winter
2019-09-18store: Rename store::Store to Mapping.Justus Winter
2019-08-23openpgp: Rename SubkeyBinding to KeyBinding.Neal H. Walfield
2019-07-15Prepare for Rust 2018.Justus Winter
2019-05-15core, store, tool: Use realm instead of domain.Justus Winter
2019-02-19openpgp: Return &[Signature] from TPK accessors.Justus Winter
2019-02-06openpgp: Remove the armored! macro.Justus Winter
2018-12-14openpgp: Introduce trait Parse.Justus Winter
2018-11-24Rename the openpgp crate to sequoia-openpgp.Justus Winter
2018-07-09Fix links in examplesWiktor Kwapisiewicz
2018-06-13openpgp: Rename Message to PacketPileNeal H. Walfield
2018-03-23openpgp: Move the TPK type definition to openpgp proper.Justus Winter
2018-02-06openpgp: Improve armored! macro.Justus Winter
2018-01-31Add the code from the guide as examples.Justus Winter
2017-12-14ffi: Move the examples.Justus Winter
2017-12-08Rework the context.Justus Winter
2017-12-06Add 'domain' to the context.Justus Winter
2017-12-01Create context objects.Justus Winter
2017-11-23Add a foreign function interface.Justus Winter