summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse
AgeCommit message (Expand)Author
2020-02-21openpgp: Mark enum PublicKeyAlgorithm as non-exhaustive.Justus Winter
2020-02-20openpgp: Typo.Justus Winter
2020-02-20openpgp: Extend policy to check symmetric algorithms.Justus Winter
2020-02-20openpgp: Split the ValidAmalgamation trait.Neal H. Walfield
2020-02-20openpgp: Rename the Amalgamation trait to ValidAmalgamation.Neal H. Walfield
2020-02-20openpgp: Extend policy to check packets.Justus Winter
2020-02-19openpgp: Move RevocationStatus to module types.Justus Winter
2020-02-19openpgp: Keep signatures in the verifier, hand out refs.Justus Winter
2020-02-19openpgp: Split VerificationResult.Justus Winter
2020-02-14openpgp: Improve error reporting.Neal H. Walfield
2020-02-14openpgp: Improve Decryptor::verify_signatures's tracing outputNeal H. Walfield
2020-02-14openpgp: Fix typos in documentation.Jonas Bernoulli
2020-02-12openpgp: Express the streaming Verifier using the Decryptor.Justus Winter
2020-02-12openpgp: Add optional cipher argument to DecryptionHelper::decrypt.Justus Winter
2020-02-10openpgp: New type RevocationKey.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-01-31openpgp: Add a policy object.Neal H. Walfield
2020-01-29buffered-reader: Use the new as_boxed method.Justus Winter
2020-01-29buffered-reader: Make Dup polymorphic.Justus Winter
2020-01-29buffered-reader: Make Reserve polymorphic.Justus Winter
2020-01-29Revert "buffered-reader: Fix performance problem."Justus Winter
2020-01-24openpgp: Impl Amalgamation for ValidKeyAmalgamation.Justus Winter
2020-01-24openpgp: Avoid copying most data twice in the transformer.Justus Winter
2020-01-24openpgp: Optimize drop(Vec<u8>::drain(..n)) in debug mode.Justus Winter
2020-01-24openpgp: Improve test.Justus Winter
2020-01-22openpgp: Don't do the test again with the reader interface.Justus Winter
2020-01-22openpgp: Improve performance of test.Justus Winter
2020-01-21openpgp: Change KeyIter to return KeyAmalgamations.Neal H. Walfield
2020-01-21openpgp: Split KeyAmalgamation.Neal H. Walfield
2020-01-21openpgp: Removed unused indices.Justus Winter
2020-01-20openpgp: Improve documentation.Neal H. Walfield
2020-01-17openpgp: Improve the MessageLayer documentation.Justus Winter
2020-01-17openpgp: Make MessageStructureIntoIter private.Justus Winter
2020-01-16openpgp: Return Result<()> from Signature::verify*.Justus Winter
2020-01-16openpgp: Remove variant VerificationResult::BadChecksum.Justus Winter
2020-01-16openpgp: Rework Decryptor::verify_signatures like Verifier.Justus Winter
2020-01-16openpgp: Improve documentation.Justus Winter
2020-01-16openpgp: Return more useful errors.Neal H. Walfield
2020-01-15openpgp: When verifying a sig, make sure the certificate is good.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: 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-13openpgp: Add Error variant to VerificationResult.Neal 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