summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-03-25openpgp: Implement S2K::Argon2 using RustCrypto's argon2 crate.justus/alternative-argon2Justus Winter
2022-03-11openpgp: Delay creating the AEAD context until it is needed.Justus Winter
2022-03-11openpgp: Refactor S2K parsing.Justus Winter
2022-03-11openpgp: Split SKESK parsing into SKESK4 and SKESK5 parsing.Justus Winter
2022-03-11openpgp: Improve documentation.Justus Winter
2022-03-07openpgp: Add SignatureBuilder::effective_signature_creation_time.Neal H. Walfield
2022-03-07openpgp: Extend SignatureBuilder to include a reference time.Neal H. Walfield
2022-03-07sq: Check if certificate contains domain User ID before inserting.Wiktor Kwapisiewicz
2022-03-07net: Allow checking if cert contains User ID for given domain.Wiktor Kwapisiewicz
2022-03-03openpgp: Avoid unnecessarily allocating a Vec.Neal H. Walfield
2022-03-02sq: Display whether a certification is valid according to the policyNeal H. Walfield
2022-03-02sq: Release 0.26.0.sq/v0.26.0Justus Winter
2022-03-02openpgp: Open NEWS entry for 1.9.0.Justus Winter
2022-03-02openpgp: Release 1.8.0.openpgp/v1.8.0Justus Winter
2022-03-02openpgp: Disable doctest if padding is not available.Justus Winter
2022-03-02openpgp: Fix test.Justus Winter
2022-03-02openpgp: Fix warnings when building without compression features.Justus Winter
2022-03-02openpgp: Fix test failure if compression features are disabled.Justus Winter
2022-03-01openpgp: Improve documentation regarding certificate expiry.Justus Winter
2022-03-01sq: fix requirement for bad signature to be _no_ outputLars Wirzenius
2022-02-28sq: Make test more robust.Justus Winter
2022-02-28openpgp: Improve tracing.Justus Winter
2022-02-28openpgp: Fix primary key flags handling.Justus Winter
2022-02-25openpgp: Improve documentation.Justus Winter
2022-02-25openpgp: Improve error messages regarding expiration.Justus Winter
2022-02-25sq: Use only assert_cmd.Nora Widdecke
2022-02-25ipc,net: Update rand dependency to 0.8Nora Widdecke
2022-02-24sq,ci: Test all feature combinations.Nora Widdecke
2022-02-24sq: Clarify default features.Nora Widdecke
2022-02-24sq: Make the net feature mandatory.Nora Widdecke
2022-02-24sq: Make the compression-deflate feature mandatory.Nora Widdecke
2022-02-22openpgp: Support v5 fingerprints.Justus Winter
2022-02-22openpgp: Generalize fingerprint serialization.Justus Winter
2022-02-22openpgp: Generalize fingerprint formatting.Justus Winter
2022-02-22openpgp: Fix decrypting SKESK4 packets, simple S2K, no ESK.Justus Winter
2022-02-22openpgp: Fix emitting multiple signatures.Justus Winter
2022-02-22openpgp: Update NEWS, fix documentation.Justus Winter
2022-02-16sq: Implement sq keyring filter --handle.Justus Winter
2022-02-16openpgp: Fix verifying cleartext signed messages with multiple sigs.Justus Winter
2022-02-15openpgp: Fallible conversion to GenericArray references.Justus Winter
2022-02-15openpgp: Fix crash converting nonce slices to arrays.Justus Winter
2022-02-15openpgp: Skip test if algorithm is not supported.Justus Winter
2022-02-15openpgp: Use unique keys for memory encryption.Justus Winter
2022-02-14openpgp: Decouple mem::Encrypted from OpenPGP's AEAD mechanism.Justus Winter
2022-02-14openpgp: Refactor AEAD encryption and decryption.Justus Winter
2022-02-08openpgp: Fix test.Justus Winter
2022-02-03sq: improve subplot scenario on how to extract cert to fileLars Wirzenius
2022-02-02doc: Update IRC network used by Sequoia PGP.Wiktor Kwapisiewicz
2022-02-01sq: improve Subplot scenario for "sq keyring join"Lars Wirzenius
2022-01-28ci: Fix comment on refs trigger.Wiktor Kwapisiewicz