summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-01-16openpgp: Rework Decryptor::verify_signatures like Verifier.Justus Winter
2020-01-16openpgp: Improve documentation.Justus Winter
2020-01-16openpgp: Move the high-level methods to packet::Signature.Justus Winter
2020-01-16openpgp: Consolidate public key verification code.Justus Winter
2020-01-16openpgp: Consolidate public key encryption code.Justus Winter
2020-01-16openpgp: Return more useful errors.Neal H. Walfield
2020-01-16openpgp: Improve example.Neal H. Walfield
2020-01-16openpgp: Improve documentation.Neal H. Walfield
2020-01-15openpgp: Add application example for Timestamp::round_down.Justus Winter
2020-01-15openpgp: Implement addition and subtraction of durations.Justus Winter
2020-01-15ipc: Fix the key selection policy.Neal H. Walfield
2020-01-15openpgp: When verifying a sig, make sure the certificate is good.Neal H. Walfield
2020-01-14openpgp: Add methods to KeyAmalgamation to query the Cert.Neal H. Walfield
2020-01-14openpgp: Simplify code.Neal H. Walfield
2020-01-14openpgp: Improve example.Neal H. Walfield
2020-01-14openpgp: Improve documentation for Verifier.Neal H. Walfield
2020-01-14openpgp: When verifying a signature, try all issuers.Neal H. Walfield
2020-01-14openpgp: Use ValidKeyIter::key_handles.Neal H. Walfield
2020-01-14openpgp: Refine lifetimes.Neal H. Walfield
2020-01-14openpgp: Don't use revoked keys to verify signatures.Neal H. Walfield
2020-01-14openpgp: Rework stream verification logic.Neal H. Walfield
2020-01-14openpgp: Remove unneeded fields from VerificationResult::NotAlive.Neal H. Walfield
2020-01-14openpgp: Add conversions from &KeyHandle to KeyID and Fingerprint.Neal H. Walfield
2020-01-14openpgp: Add KeyAmalgamation::cert.Neal H. Walfield
2020-01-13openpgp: Add Error variant to VerificationResult.Neal H. Walfield
2020-01-13openpgp: Add functions to filter keys by key handles.Neal H. Walfield
2020-01-13openpgp: Add a function to return a Key's KeyHandle.Neal H. Walfield
2020-01-13openpgp: Add conversions from &KeyID and &Fingerprint to KeyHandleNeal H. Walfield
2020-01-13openpgp: Change KeyHandle's PartialOrd and PartialEq implementations.Neal H. Walfield
2020-01-10openpgp: Prefer consuming MessageStructure's to referencing them.Neal H. Walfield
2020-01-10openpgp: Add MessageStructure::into_iter.Neal H. Walfield
2020-01-10openpgp: Pass MessageStructure by value, not reference.Neal H. Walfield
2020-01-08openpgp: Add convenience functions for masking timestamps.Justus Winter
2020-01-08openpgp: Add a creation time setting to the certificate builder.Justus Winter
2020-01-08openpgp: Remove creation time argument from *::bind.Justus Winter
2020-01-08openpgp: Prevent matching on currently empty struct Common.Justus Winter
2020-01-08openpgp: Do not derive PartialEq, Eq, Hash for Common.Justus Winter
2020-01-08openpgp: Explicitly implement PartialEq, Hash for packets.Justus Winter
2020-01-08openpgp: Improve PartialEq for OnePassSig3.Justus Winter
2020-01-08openpgp: Include a reference time in KeyAmalgamation.Neal H. Walfield
2020-01-07Fix broken links in the documentation.Justus Winter
2020-01-07openpgp: Improve documentation.Justus Winter
2020-01-07openpgp: Include the signing key's amalgamation in results.Justus Winter
2020-01-07openpgp-ffi, ffi: Always rebuild C doctests.Justus Winter
2020-01-07openpgp-ffi: Fix doctest.Justus Winter
2020-01-07openpgp: Document that names may change.Justus Winter
2020-01-07openpgp: Do not Deref to Common for the container types.Justus Winter
2020-01-07openpgp: Mark enum message::Token non-exhaustive.Justus Winter
2020-01-07openpgp: Mark enum MessageParserError non-exhaustive.Justus Winter
2020-01-07openpgp: Improve document of the regular expression subpacket.Neal H. Walfield