summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2018-08-24openpgp: Make struct Signature opaque, add getters and setters.Justus Winter
2018-08-24openpgp: Make struct SKESK opaque, add getters and setters.Justus Winter
2018-08-24openpgp: Make struct PKESK opaque, add getters and setters.Justus Winter
2018-08-24openpgp: Make struct MDC opaque, add getters and setters.Justus Winter
2018-08-24openpgp: Make struct SEIP opaque, add getters and setters.Justus Winter
2018-08-24openpgp: Make struct CompressedData opaque, add getters and setters.Justus Winter
2018-08-24openpgp: Make struct Key opaque, add getters and setters.Justus Winter
2018-08-24openpgp: Make struct Unknown opaque, add getters and setters.Justus Winter
2018-08-24openpgp: Make struct UserAttribute opaque, add getters and setters.Justus Winter
2018-08-24openpgp: Make struct UserID opaque, add getters and setters.Justus Winter
2018-08-24openpgp: Make struct OnePassSig opaque, add getters and setters.Justus Winter
2018-08-24openpgp: Make struct Literal opaque, add getters and setters.Justus Winter
2018-08-23openpgp: make sure primary keys can certify.Kai Michaelis
2018-08-23openpgp: Add a streaming signature verification filter.Justus Winter
2018-08-23openpgp: allow specifying key flags in TPKBuilder.Kai Michaelis
2018-08-23openpgp: When skipping garbage, emit an unknown packet.Justus Winter
2018-08-22openpgp: Implement proper handling of nested signatures.Justus Winter
2018-08-22openpgp: Use an enum for controlling hashing.Justus Winter
2018-08-22openpgp: Introduce signature groups.Justus Winter
2018-08-22openpgp: Fix comment.Justus Winter
2018-08-20openpgp: Improve signature computation.Justus Winter
2018-08-20openpgp: Store a hashmap of hashes for the HashedReader.Justus Winter
2018-08-20openpgp: Locate the corresponding HashedReader in Signature::parse.Justus Winter
2018-08-20openpgp: Make all constants hashable.Justus Winter
2018-08-20openpgp: Add test case.Justus Winter
2018-08-16openpgp: Add and use convenience functions for binding signatures.Justus Winter
2018-08-16openpgp: Add convenience function to get a Signature's issuer.Justus Winter
2018-08-16openpgp: Fix emitting multiple signatures.Justus Winter
2018-08-16openpgp: Delete deprecated TPK::new().Justus Winter
2018-08-15Bump version of failure.Justus Winter
2018-08-15openpgp: Support intended recipients in the streaming signer.Justus Winter
2018-08-15openpgp: Implement the Intended Recipient Fingerprint subpacket.Justus Winter
2018-08-14tool: Implement sqv --not-before and --not-after.Justus Winter
2018-08-14openpgp: Make armor parsing more robust.Justus Winter
2018-08-14openpgp: Add convenience function.Justus Winter
2018-08-14openpgp: Typos.Justus Winter
2018-08-14openpgp: Add convenience constructors to openpgp::Message.Justus Winter
2018-08-14openpgp: Fix reference.Justus Winter
2018-08-13openpgp: Rework Header Line Detection.Justus Winter
2018-08-13openpgp: Rework armor kind handling.Justus Winter
2018-08-13openpgp: Ignore hex prefix if converting from pretty hex.Justus Winter
2018-08-13openpgp: Fix whitespace detection.Justus Winter
2018-08-13openpgp: Rename parameter.Justus Winter
2018-08-13openpgp: Move hex conversion functions, add tests.Justus Winter
2018-08-09openpgp: Deprecate TPK::new().Kai Michaelis
2018-08-09openpgp: TPKBuilderKai Michaelis
2018-08-09openpgp: fix ECC key generation.Kai Michaelis
2018-07-29openpgp Add missing file.Neal H. Walfield
2018-07-29openpgp: Try and recover from damaged packets in TPKs.Neal H. Walfield
2018-07-28openpgp: Add missing test data.Neal H. Walfield