summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-10-25Release 0.11.0.v0.11.0Justus Winter
2019-10-25openpgp: Do not claim AEAD support in keys we create.Justus Winter
2019-10-25rfc2822,openpgp: Move rfc2822 crate to be a private mod in openpgpNeal H. Walfield
2019-10-25openpgp: Enable parsing of AED packets using OCB.Justus Winter
2019-10-24tool: Allow generation of keys with multiple userids.Justus Winter
2019-10-23openpgp: Use Vec::resize instead of a loop.Neal H. Walfield
2019-10-23openpgp: Make Decryptor::reader_helper only do a short read on EOFNeal H. Walfield
2019-10-22openpgp: Fix AEAD encryption.Neal H. Walfield
2019-10-22openpgp: Replace the Peekable with a BufferedReader.Neal H. Walfield
2019-10-22openpgp: Use a constant for the default AEAD chunk size.Neal H. Walfield
2019-10-21ipc: Close stdin and stderr of daemonized processes.Justus Winter
2019-10-13Add missing sqv buildJann Ròˆder
2019-10-11openpgp: Always write the final AEAD tag.Neal H. Walfield
2019-10-11openpgp: More carefully handle the last chunk in an AEAD message.Neal H. Walfield
2019-10-11openpgp: Add a test demonstrating a bug related to AEAD.Justus Winter
2019-10-11openpgp: To trial decrypt an AEAD chunk, use more one chunk of data.Neal H. Walfield
2019-10-09openpgp: Attempt to cope with prefixed armored blocks.Daniel Silverstone
2019-10-02Add note about disabling Python bindings.Wesley Moore
2019-10-02openpgp: Add a test to verify third party signatures.Neal H. Walfield
2019-10-02openpgp-ffi: Fix check-headers to not depend on git.Justus Winter
2019-09-29openpgp: Collect statistics about regular expressions.Justus Winter
2019-09-29openpgp: Collect statistics about exportable certs.Justus Winter
2019-09-29openpgp: Avoid collision in KeyFLag's fmt::Debug.Justus Winter
2019-09-29openpgp: Collect statistics on algorithm preferences.Justus Winter
2019-09-29openpgp: Collect KeyFlags statistics.Justus Winter
2019-09-29openpgp: Include unknown keyflags in Debug format.Justus Winter
2019-09-29openpgp: Implement Hash for KeyFlags.Justus Winter
2019-09-29openpgp: Add per-signature subpacket statistics.Justus Winter
2019-09-29openpgp: Collect per-TPK subpacket statistics.Justus Winter
2019-09-27linting: Clear up bare trait object warningsDaniel Silverstone
2019-09-27openpgp: Clean up deprecated range syntaxDaniel Silverstone
2019-09-27openpgp: Improve documentation.Neal H. Walfield
2019-09-27openpgp: Add a revocation builder for user attributes.Neal H. Walfield
2019-09-27openpgp: Add a revocation builder for user ids.Neal H. Walfield
2019-09-27openpgp: Add a revocation builder for subkeys.Neal H. Walfield
2019-09-27openpgp: Replace use of TPK::revoke with TPKRevocationBuilder.Neal H. Walfield
2019-09-27openpgp: Add a builder for creating TPK revocation certificates.Neal H. Walfield
2019-09-27openpgp: Also look for the Issuer Fingerprint in the unhashed area.Neal H. Walfield
2019-09-27openpgp: Add forwarders to Signature4 for Signature::fields.Neal H. Walfield
2019-09-27openpgp: Add new structure, SubpacketAreas.Neal H. Walfield
2019-09-19openpgp: Optimize ComponentBinding::binding_signatureNeal H. Walfield
2019-09-18openpgp: Fix sorting of signatures on TPK components.Neal H. Walfield
2019-09-18openpgp: Don't sort component bindings.Neal H. Walfield
2019-09-18openpgp: Rename selfsigs to self_signatures.Neal H. Walfield
2019-09-18openpgp: Change TPK::primary to return the key and not the bindingNeal H. Walfield
2019-09-18openpgp: Combine Signature4::signature_alive and its _at variant.Neal H. Walfield
2019-09-18openpgp: Combine Signature4::signature_expired and its _at variant.Neal H. Walfield
2019-09-18openpgp: Correct documentation for TPK::userids.Neal H. Walfield
2019-09-18openpgp: Small documentation fixes.Neal H. Walfield
2019-09-18openpgp: Combine TPK::alive and its _at variant.Neal H. Walfield