summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-10-20openpgp: Fix indentation.Justus Winter
2020-10-20openpgp: Avoid now unnecessary wrapping.Justus Winter
2020-10-20openpgp: Implement BufferedReader<Cookie> for armor::Reader.Justus Winter
2020-10-20buffered-reader: Fix error propagation.Justus Winter
2020-10-20buffered-reader: Improve documentation.Justus Winter
2020-10-20openpgp: Harmonize the BufferedReader type.Justus Winter
2020-10-20openpgp: Return the reader in PacketParserEOF.Justus Winter
2020-10-20openpgp: Make struct Cookie public.Justus Winter
2020-10-19openpgp: Fix documentation.Justus Winter
2020-10-19buffered-reader: Embed the reader in struct Generic.Justus Winter
2020-10-19buffered-reader: Warn about missing documentation for public items.Justus Winter
2020-10-19buffered-reader: Make Generic::reader private and add accessors.Justus Winter
2020-10-19openpgp: Avoid buffering.Justus Winter
2020-10-19buffered-reader: New buffered reader 'Adapter'.Justus Winter
2020-10-19openpgp: Make StandardPolicy::at polymorphic over time.Justus Winter
2020-10-18sop,sqv: Remove unnecessary featuresIgor Matuszewski
2020-10-18openpgp: Implement date formatting for WASM using chrono crateIgor Matuszewski
2020-10-18openpgp: Change Cert::into_packets to not drop any information.Neal H. Walfield
2020-10-18openpgp: Harmonize the order that packets are serialized.Neal H. Walfield
2020-10-16openpgp: Add filters for userids, user attributes, and subkeys.Justus Winter
2020-10-16openpgp: Rename file.Justus Winter
2020-10-16openpgp: Fix link.Justus Winter
2020-10-16openpgp: Fix crash in SKESK::parse.Justus Winter
2020-10-14Fix `make install` on both BSD and Linux.Wiktor Kwapisiewicz
2020-10-14Release 0.20.0.v0.20.0Justus Winter
2020-10-14openpgp, autocrypt: Port to base64 0.13.Justus Winter
2020-10-14buffered-reader, openpgp: Port to bzip2 0.4.Justus Winter
2020-10-14Adapt to the removal of the top-level Sequoia crate.Justus Winter
2020-10-14ci: Do not run all_commits for pep-engine branch.Nora Widdecke
2020-10-14sq: Rename module to 'sequoia-sq'.Justus Winter
2020-10-14Use 'Examples' for the examples section.Justus Winter
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-10-14doc: Add required BSD packages to README.Wiktor Kwapisiewicz
2020-10-14Make other BSD systems use ginstall too.Wiktor Kwapisiewicz
2020-10-14Modified conditional to set INSTALL executable to ginstall for FreeBSD.phryk
2020-10-13openpgp: Drop obsolete comment.Justus Winter
2020-10-13openpgp: When complementing issuers, mark issuers as authenticated.Justus Winter
2020-10-13openpgp: Sort the unhashed subpacket area in Signature::normalize.Justus Winter
2020-10-13openpgp: Add issuers and sort subpackets when canonicalizing Certs.Justus Winter
2020-10-13openpgp: Avoid allocation if nothing has to be done.Justus Winter
2020-10-13openpgp: Make Signature::add_missing_issuers public.Justus Winter
2020-10-13openpgp: Use the more idiomatic contains function to search issuers.Justus Winter
2020-10-13openpgp: Unbox the slice containing secrets.Justus Winter
2020-10-13openpgp: Make Protected's methods not depend on the implementation.Justus Winter
2020-10-13openpgp: Explicitly implement Clone for Protected.Justus Winter
2020-10-13openpgp: Avoid possible reallocations in From::<Vec<u8>>.Justus Winter
2020-10-13openpgp-ffi: Fix example.Justus Winter
2020-10-13openpgp-ffi: New example.Justus Winter
2020-10-13openpgp-ffi: Make pgp_key_pair_as_signer consume the key pair.Justus Winter
2020-10-13openpgp-ffi: Fix leak.Justus Winter