summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2018-09-28openpgp: Check intended recipients in the decryptor.Justus Winter
2018-09-28openpgp: Introduce and use a type holding passwords.Justus Winter
2018-09-28openpgp: Add and use a type holding session keys.Justus Winter
2018-09-28openpgp: Zero secret keys on Drop.Justus Winter
2018-09-28openpgp: Check MDC packet in the Decryptor.Justus Winter
2018-09-28openpgp,ffi: Add an error indicating a message has been manipulated.Justus Winter
2018-09-28openpgp: Implement Clone for packet::Header.Justus Winter
2018-09-27openpgp: Add immutable decryption operation for SecretKey.Justus Winter
2018-09-27openpgp: Revise the DecryptionHelper trait.Justus Winter
2018-09-27openpgp: Add predicate.Justus Winter
2018-09-27openpgp: Rename members of VerificationResult.Justus Winter
2018-09-26openpgp: Add a way to dump hashed values.Justus Winter
2018-09-26openpgp: Include the lalrpop-generated code.Justus Winter
2018-09-25openpgp: Add a streaming decryptor.Justus Winter
2018-09-24openpgp: Store computed digest when creating Signature objects.Justus Winter
2018-09-24openpgp: Fix deferred hashing of one-pass-signature framing.Justus Winter
2018-09-24openpgp: Wrap complex iterator types.Neal H. Walfield
2018-09-24openpgp: Add key revocation support.Neal H. Walfield
2018-09-24openpgp: Add a function to determine whether a TPK is a TSKNeal H. Walfield
2018-09-24openpgp: Add support for getting and setting a TPK's expirationNeal H. Walfield
2018-09-24openpgp: Add a function to convert a TSK into a TPKNeal H. Walfield
2018-09-24openpgp: Add a function to add packets to a TPK.Neal H. Walfield
2018-09-24openpgp: Add a function to convert a TPK into a sequence of packetsNeal H. Walfield
2018-09-24openpgp: Add a variant of TPK::get_primary_signatureNeal H. Walfield
2018-09-24openpgp: When converting a TPK to a packet pile, convert everythingNeal H. Walfield
2018-09-24openpgp: Sort revoked components according to when they were revokedNeal H. Walfield
2018-09-24openpgp: Tweak TPK::primary_key_signatureNeal H. Walfield
2018-09-21openpgp: Improve the streaming verifier.Justus Winter
2018-09-21openpgp: Bump version of lalrpop.Justus Winter
2018-09-21openpgp: Fix last commit.Neal H. Walfield
2018-09-20openpgp: Add proper revocation support to TPKs.Neal H. Walfield
2018-09-20openpgp: Improve comment.Neal H. Walfield
2018-09-20openpgp: Move assert_match! to the root, and generalize it.Neal H. Walfield
2018-09-20openpgp: When serializing a TPK also serialize certificationsNeal H. Walfield
2018-09-20openpgp: Also merge direct key signatures when merging TPKsNeal H. Walfield
2018-09-20openpgp: Sort and dedup direct signatures when canonicalizing a TPKNeal H. Walfield
2018-09-20openpgp: Fix documentation.Neal H. Walfield
2018-09-19openpgp: Add test vector.Justus Winter
2018-09-19openpgp: Macrofy signature checking.Neal H. Walfield
2018-09-17openpgp: Add accessors for the container's body.Justus Winter
2018-09-17openpgp: Implement From for packet structs to Packet.Justus Winter
2018-09-17openpgp: Add missing to_packet() methods.Justus Winter
2018-09-17openpgp: Simplify example.Justus Winter
2018-09-17openpgp: Use the new reader.Justus Winter
2018-09-13openpgp: Expose the SignatureBuilder to packet::signature::Builder.Justus Winter
2018-09-13openpgp: Move the subpacket module to packet::signature.Justus Winter
2018-09-13openpgp: Revert "openpgp: make Signature and UserID visible".Justus Winter
2018-09-12openpgp: Try hard not to stream unverified data.Justus Winter
2018-09-12openpgp: Speed up test.Justus Winter
2018-09-12openpgp, tool: Improve error handling.Justus Winter