summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-03-18openpgp-ffi: Add pgp_cert_builder_set_creation_time.Neal H. Walfield
2020-03-18openpgp: Change cert::Builder::set_creation_time to take an Option.Neal H. Walfield
2020-03-18openpgp: Add a conversion from Timestamp to Option<SystemTime>.Neal H. Walfield
2020-03-16openpgp: Fix examples.Justus Winter
2020-03-16tool: Improve documentation.Justus Winter
2020-03-16net: Drop domain prefix from WKD paths.Justus Winter
2020-03-16ci: Also test the core components with latest stable rust.Justus Winter
2020-03-16openpgp: Remove superfluous parenthesis.Justus Winter
2020-03-16openpgp: Avoid array-into-iter warning.Justus Winter
2020-03-13openpgp: Decouple PacketPile and Container.Justus Winter
2020-03-13openpgp-ffi, ffi: Prevent capturing of c-tests's output.Justus Winter
2020-03-13ci: Also build on Debian Bullseye.Justus Winter
2020-03-13ffi, openpgp-ffi: Properly use LDLIBS to link against Sequoia.Justus Winter
2020-03-13openpgp: Avoid casts.Justus Winter
2020-03-13openpgp: Add a Null Policy.Neal H. Walfield
2020-03-13openpgp: Change pgp_writer_stack_message to take a reference.Neal H. Walfield
2020-03-13openpgp-ffi: Add missing argument to pgp_cert_primary_user_id.Neal H. Walfield
2020-03-11openpgp-ffi: Avoid undefined behavior.Justus Winter
2020-03-11openpgp: Remove superfluous mut.Justus Winter
2020-03-11openpgp: Improve notation data documentation.Justus Winter
2020-03-11net: Create WKD policy file.Justus Winter
2020-03-11openpgp: Only build the padding example if compression is enabled.Justus Winter
2020-03-10openpgp: Typo.Justus Winter
2020-03-10openpgp: Qualify trait objects using 'dyn'.Justus Winter
2020-03-10openpgp: Pick the fastest SHA2 sum based on the architecture.Justus Winter
2020-03-10openpgp: Sort signature subpackets before signing.Justus Winter
2020-03-10openpgp: Sort fingerprints to the front in Signature::get_issuers.Justus Winter
2020-03-10openpgp: Fix keygrip computation.Justus Winter
2020-03-10openpgp: Appease superfluous check in nettle wrapper.Justus Winter
2020-03-09Switch from failure to anyhow.Justus Winter
2020-03-09openpgp: Update nettle to 7.0.0.Justus Winter
2020-03-09openpgp: Decouple our error type from nettle's.Justus Winter
2020-03-09Reduce use of explicit failure::Fallible.Justus Winter
2020-03-09store: Define store::Error using thiserror.Justus Winter
2020-03-09net: Define net::Error using thiserror.Justus Winter
2020-03-09ipc: Define ipc's Errors using thiserror.Justus Winter
2020-03-09core: Define core::Error using thiserror.Justus Winter
2020-03-09openpgp: Define openpgp::Error using thiserror.Justus Winter
2020-03-09openpgp: Relax unicode-normalization dependency.Daniel Kahn Gillmor
2020-03-06sq,sqv: Further relax dependency on colored.Daniel Kahn Gillmor
2020-03-06openpgp: Make ValidCert::primary_key infallible.Neal H. Walfield
2020-03-05openpgp: Make it easy to set the expiration time for subkeys.Neal H. Walfield
2020-03-04Release 0.15.0.v0.15.0Justus Winter
2020-03-04Update dependencies.Justus Winter
2020-03-03openpgp: Only impl Serialize for objects that are normally exported.Neal H. Walfield
2020-03-03openpgp: Add a dedicated README.md.Justus Winter
2020-03-03openpgp: Update documentation.Justus Winter
2020-03-03openpgp: Mark experimental features.Justus Winter
2020-03-01openpgp: Remove KeyBundleIter.Neal H. Walfield
2020-03-01oopenpgp: Add a conversion from [u8; 8] to a KeyID.Neal H. Walfield