summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
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
2018-07-28openpgp: Fix paths when building in a non-standard locationNeal H. Walfield
2018-07-28openpgp: Support generating and parsing Autocrypt Setup MessagesNeal H. Walfield
2018-07-28openpgp: Fix PacketParser::decryptedNeal H. Walfield
2018-07-28openpgp: Add a validation method to MDC.Neal H. Walfield
2018-07-28openpgp: Improve error messages for bad CTBs.Neal H. Walfield
2018-07-28openpgp Fix whitespace.Neal H. Walfield
2018-07-28openpgp: Allow TSKs to be used in asserts.Neal H. Walfield
2018-07-25openpgp: Update documentation.Justus Winter
2018-07-24openpgp: Support setting ASCII-armor's headersNeal H. Walfield
2018-07-24openpgp: Return armored headersNeal H. Walfield
2018-07-22openpgp: Rename method.Justus Winter
2018-07-22openpgp: Export TSK and add missing documentation.Justus Winter
2018-07-22openpgp: Mark old public key algorithms as deprecated.Justus Winter
2018-07-22openpgp: Fix RSA key generation, update tests.Justus Winter
2018-07-20openpgp: Rename finalize{,_all} to finalize{_one,}.Justus Winter
2018-07-20openpgp: Improve example.Justus Winter
2018-07-20openpgp: Correctly handle zero expiration time.Justus Winter
2018-07-20openpgp: Add a formal grammar for validating and building TPKsNeal H. Walfield
2018-07-20openpgp: add missing tsk.rsKai Michaelis
2018-07-20openpgp: add TSK typeKai Michaelis
2018-07-20openpgp: add key generationKai Michaelis
2018-07-17openpgp: Add function to query the parsed packets tag.Justus Winter
2018-07-16openpgp: Add an API to query whether a PacketParser parsed a MessageNeal H. Walfield
2018-07-16buffered-reader: Have drop_eof return if any content was droppedNeal H. Walfield
2018-07-16openpgp: Don't pass the PacketParser's state by reference.Neal H. Walfield
2018-07-16openpgp: Put PacketParser state in a separate field.Neal H. Walfield
2018-07-16openpgp: Provide a higher-level interface for validating messagesNeal H. Walfield
2018-07-16openpgp: Implement clone for Error.Neal H. Walfield
2018-07-16openpgp: Fix message grammar to look for MDC packets.Neal H. Walfield
2018-07-16openpgp: Add a method to instantiate an MDC without a hash contextNeal H. Walfield