summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-02-07Release 0.14.0.v0.14.0Justus Winter
2020-02-07Bump base64 to 0.11.Justus Winter
2020-02-07Pin dependencies to keep our MSRV stable.Justus Winter
2020-02-07openpgp: Conclude this patch series.Justus Winter
2020-02-07openpgp: Add trait cert::Preferences.Justus Winter
2020-02-07openpgp: Implement Amalgamation for ValidPrimaryKeyAmalgamation.Justus Winter
2020-02-07openpgp: Expose ValidPrimaryKeyAmalgamation.Justus Winter
2020-02-07openpgp: Add and use Amalgamation::map.Justus Winter
2020-02-07openpgp: Add reference.Justus Winter
2020-02-07openpgp: Add Amalgamation::revocation_key.Justus Winter
2020-02-07openpgp: Move ValidKeyAmalgamation::key_expiration_time.Justus Winter
2020-02-07openpgp: Move key flags methods to trait Amalgamation.Justus Winter
2020-02-07openpgp: Rename CertBuilder::set_expiration.Justus Winter
2020-02-07openpgp: Rename Cert::set_expiry to set_expiration_time.Justus Winter
2020-02-07openpgp: Fix documentation.Justus Winter
2020-02-07openpgp: Add test.Neal H. Walfield
2020-02-06autocrypt: New crate.Justus Winter
2020-02-06openpgp: Fix name of setter.Justus Winter
2020-02-06openpgp: Use CertBuilder::general_purpose in tests.Justus Winter
2020-02-06sqv: Rename flag --trace to --verbose.Justus Winter
2020-02-06sqv: Print fingerprints and keyids without whitespace.Justus Winter
2020-02-06openpgp: Implement KeyHandle::to_hex.Justus Winter
2020-02-06openpgp: Drop explicit implementation of ToString.Justus Winter
2020-02-06openpgp: Rename methods 'set_policy' to 'with_policy'.Justus Winter
2020-02-06openpgp, openpgp-ffi, ipc: Add missing dyn.Justus Winter
2020-02-06openpgp: Expose all component-related types in cert::components.Justus Winter
2020-02-06openpgp: Rename ComponentBinding to ComponentBundle, etc.Justus Winter
2020-02-05openpgp: Avoid rendering toplevel `Cert` as re-export.Justus Winter
2020-02-05openpgp: Fix handling of unknown components during canonicalization.Justus Winter
2020-02-05openpgp: Make Cert::into_packets() and to_vec() agree on sig order.Justus Winter
2020-02-05sq: Inspect user attributes, unknown components and bad sigs.Justus Winter
2020-02-05openpgp: Dump certificate if they do not match.Justus Winter
2020-02-05openpgp: Fix converting certs into packets.Justus Winter
2020-02-05openpgp: Keep components without binding signatures.Justus Winter
2020-02-05openpgp: Duplicate signatures if we used our reordering heuristic.Justus Winter
2020-02-05openpgp: Enforce that armor writers are finalized in debug mode.Justus Winter
2020-02-05python: Fix handling of armored writers.Justus Winter
2020-02-05sq: Fix handling of armored writers.Justus Winter
2020-02-05openpgp-ffi: Provide pgp_armor_writer_finalize.Justus Winter
2020-02-05openpgp-ffi: Specialize armor writers.Justus Winter
2020-02-05openpgp: Mark writer clean after writing the epilogue.Justus Winter
2020-02-05openpgp: Improve use of armor writer in tests and examples.Justus Winter
2020-02-05openpgp: Fix serialization of armored certificates.Justus Winter
2020-02-02openpgp: Add a test that revocations can be revoked.Neal H. Walfield
2020-02-01openpgp: Add a test for policy objects.Neal H. Walfield
2020-01-31openpgp: Add a policy object.Neal H. Walfield
2020-01-29openpgp-ffi: Add a general reader interface.Justus Winter
2020-01-29openpgp-ffi: Add a general writer interface.Justus Winter
2020-01-29buffered-reader: Use the new as_boxed method.Justus Winter
2020-01-29buffered-reader: Make Dup polymorphic.Justus Winter