summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2019-10-30Update authors.Neal H. Walfield
2019-10-30openpgp,buffered-reader: Optimize Vec<u8>::truncate manuallyNeal H. Walfield
2019-10-30openpgp: Avoid substracting with overflow.Justus Winter
2019-10-30openpgp: Fix indentation.Neal H. Walfield
2019-10-30buffered-reader: Fix Generic::data_helper.Neal H. Walfield
2019-10-30openpgp: Avoid unnecessary allocations.Neal H. Walfield
2019-10-30buffered-reader: Change drop_through to optionally match EOF.Neal H. Walfield
2019-10-30openpgp: Fix test.Neal H. Walfield
2019-10-28openpgp: Break the longest-running test into two.Justus Winter
2019-10-27Fix more spelling errors caught by codespellDaniel Kahn Gillmor
2019-10-27Fix spelling of TripleDESDaniel Kahn Gillmor
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-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-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-02openpgp: Add a test to verify third party signatures.Neal H. Walfield
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