summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-11-05openpgp: Add new interface to create subpackets.Justus Winter
2019-11-05openpgp: Make fields of SubpacketValue private.Justus Winter
2019-11-05Fix license in README.md.Justus Winter
2019-11-01openpgp: Fix Blowfish key size.Justus Winter
2019-11-01openpgp: Fix Transform::read_helper.Neal H. Walfield
2019-10-31Change license to GPLv2+.Neal H. Walfield
2019-10-30Update authors.Neal H. Walfield
2019-10-30buffered-reader: Avoid unnecessarily reading from the inner reader.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-ffi: Fix returning pgp_tag_t.Justus Winter
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-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