summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2020-10-12ci: Test that we can build ffi/openpgp-ffi with CNG backend enabledIgor Matuszewski
2020-10-12Allow to opt out of default features for sequoia-* dependenciesIgor Matuszewski
2020-10-09openpgp: Fix setting a primary key's validity period.Neal H. Walfield
2020-10-09ci: Run openpgp tests for each commit.Nora Widdecke
2020-10-09ci: fail fast if codespell failsAzul
2020-10-09ffi: Add key flag accessors for ValidKeyAmalgamation.Neal H. Walfield
2020-10-09openpgp: Allow HashSet with mutable key type.Nora Widdecke
2020-10-09openpgp: Make Recipient::set_keyid easier to use.Justus Winter
2020-10-09openpgp: Don't rely on associate constants.Justus Winter
2020-10-08openpgp: Warn about possible reallocation in mem::ProtectedIgor Matuszewski
2020-10-08openpgp: Don't mark memory-safe Protected::into_vec as unsafeIgor Matuszewski
2020-10-08openpgp: Don't use Pin for Box-allocated secretsIgor Matuszewski
2020-10-07autocrypt, openpgp: Unpin base64.Nora Widdecke
2020-10-07openpgp: Unpin dependency dyn-clone.Nora Widdecke
2020-10-07buffered-reader: Unpin dependency flate2.Nora Widdecke
2020-10-07openpgp: Improve cert canonicalization corner case.Justus Winter
2020-10-07openpgp: Align MPI parsing functions with trait Parse.Justus Winter
2020-10-07openpgp: Use correct checksum method when parsing encrypted keys.Justus Winter
2020-10-06openpgp: Remove one unreachable thanks to newer match exhaustive checksIgor Matuszewski
2020-10-06Remove top-level sequoia packageIgor Matuszewski
2020-10-06Don't use OS-specific extensions from memsecIgor Matuszewski
2020-10-06Bump memsec to 0.6Igor Matuszewski
2020-10-06sop: Fix armor kind when extracting certificates.Justus Winter
2020-10-06openpgp: Support encrypted keys protected by two octet sum.Justus Winter