summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2020-02-18openpgp: Improve tracking of secret keys.Justus Winter
2020-02-18openpgp: Use predicate Key4::has_secret.Justus Winter
2020-02-18openpgp: In the key conversions, add a lifetime to all references.Neal H. Walfield
2020-02-18openpgp: Change KeyAmalgamation to Deref to a KeyBundle.Neal H. Walfield
2020-02-18openpgp: Implement Deref for ComponentBundle.Neal H. Walfield
2020-02-17openpgp: Move secret predicates.Justus Winter
2020-02-17openpgp: Reduce use of Key4::set_secret.Justus Winter
2020-02-17openpgp: Test that we preserve secret keys.Justus Winter
2020-02-17openpgp: Make Recipient::new polymorphic over key variants.Justus Winter
2020-02-17openpgp: Make PKESK3::for_recipient polymorphic over key parts.Justus Winter
2020-02-17openpgp: Reduce the number of explicit key conversions.Justus Winter
2020-02-17openpgp: Typo.Justus Winter
2020-02-14openpgp: Add a test.Neal H. Walfield
2020-02-14openpgp: Improve error reporting.Neal H. Walfield
2020-02-14openpgp: More carefully validate a KeyAmalgamation.Neal H. Walfield
2020-02-14openpgp: Improve Decryptor::verify_signatures's tracing outputNeal H. Walfield
2020-02-14openpgp: Improve error messages.Neal H. Walfield
2020-02-14openpgp Add KeyAmalgamation::primary.Neal H. Walfield
2020-02-14openpgp: Add an option to change the cipher suite used for subkeys.Neal H. Walfield
2020-02-14openpgp: Fix typos in documentation.Jonas Bernoulli
2020-02-13openpgp: Provide a hook to allow the user to validate keys.Neal H. Walfield
2020-02-13openpgp: Generalize the conversion functions to reduce duplication.Neal H. Walfield
2020-02-12openpgp: Express the streaming Verifier using the Decryptor.Justus Winter
2020-02-12openpgp: Improve docs.Justus Winter
2020-02-12openpgp: Add optional cipher argument to DecryptionHelper::decrypt.Justus Winter
2020-02-12openpgp: Add optional cipher argument to PKESK3::decrypt.Justus Winter
2020-02-12openpgp: Add optional plaintext length to Decryptor::decrypt.Justus Winter
2020-02-12openpgp: Use constant from nettle 6.Justus Winter
2020-02-12openpgp: Update to nettle 6.Justus Winter
2020-02-12openpgp: Don't unnecessarily reimplement Amalgamation::with_policy.Neal H. Walfield
2020-02-11openpgp: Enable weak hash algorithms.Justus Winter
2020-02-11openpgp: Use absolute expiration time in cert.Justus Winter
2020-02-11openpgp: Use absolute expiration time in cert builder.Justus Winter
2020-02-11openpgp: New function to normalize SystemTime.Justus Winter
2020-02-11openpgp: Add getter for absolute expiration times in Amalgamation.Justus Winter
2020-02-11openpgp: Provide functions to get and set absolute expiration times.Justus Winter
2020-02-11openpgp: Clarify validity periods of zero.Justus Winter
2020-02-11openpgp: Call 'expiration time' a 'validity period'.Justus Winter
2020-02-11openpgp: Provide ValidKeyAmalgamation conversion in marker trait.Justus Winter
2020-02-11openpgp: Provide all possible conversions between KeyAmalgamations.Justus Winter
2020-02-11openpgp: Simplify bundle conversions in key amalgamations.Justus Winter
2020-02-11openpgp: Provide bundle conversion functions in marker traits.Justus Winter
2020-02-11openpgp: Simplify key conversions in key amalgamations.Justus Winter
2020-02-11openpgp: Provide key conversion functions in marker traits.Justus Winter
2020-02-10openpgp: Consider sensitive designated revokers when exporting sigs.Justus Winter
2020-02-10openpgp: New function Signature4::exportable.Justus Winter
2020-02-10openpgp: Allow for more than one designated revoker.Justus Winter
2020-02-10openpgp: New type RevocationKey.Justus Winter
2020-02-10openpgp: Drop SubpacketValue::len in favor of serialized_len.Justus Winter
2020-02-10openpgp: Provide a getter for the StandardPolicy's reference time.Neal H. Walfield