summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-09-26openpgp: Release 1.16.1.openpgp/v1.16.1openpgp-1.16.1Neal H. Walfield
2023-09-26openpgp: Don't allow win-crytp-ng version 0.5.1 or later.Neal H. Walfield
2023-09-26Update Cargo.lock.Neal H. Walfield
2023-09-26ci: Check commits leading to the merge base.Neal H. Walfield
2023-09-26ci: Make sure there are no changes.Neal H. Walfield
2023-05-16openpgp: Release 1.16.0.openpgp/v1.16.0Neal H. Walfield
2023-05-16ipc: Upgrade lalrpop.Neal H. Walfield
2023-05-16Update Cargo.lock.Neal H. Walfield
2023-05-16autocrypt: Upgrade base64.Neal H. Walfield
2023-05-16net: Upgrade base64.Neal H. Walfield
2023-05-16openpgp: Upgrade base64.Neal H. Walfield
2023-05-15openpgp: Improve test.Neal H. Walfield
2023-05-15openpgp: Improve documentation.Neal H. Walfield
2023-05-15openpgp: Change crypto-botan to use botan v3.Alexander Kjäll
2023-05-15openpgp: Derive Clone for SubpacketArea.Neal H. Walfield
2023-05-15openpgp: SignatureBuilder should return an OpenPGP timestamp.Neal H. Walfield
2023-05-15openpgp: Update NEWS.Neal H. Walfield
2023-05-12openpgp: Clear the fingerprint cache when the key is updated.Neal H. Walfield
2023-05-12openpgp: Make KeyFlags easier to use.Neal H. Walfield
2023-05-12openpgp: Improve error message.Neal H. Walfield
2023-05-12autocrypt: Account for multi-byte characters when parsing a string.Neal H. Walfield
2023-05-12autocrypt: Don't use a callback where a constant will do.Neal H. Walfield
2023-05-12autocrypt: Refactor to avoid unnecessary unwraps and panics.Neal H. Walfield
2023-05-12Update the sq cli link in the READMEMilo Moisson
2023-05-12openpgp: Fix mapping of synthetic packets.Justus Winter
2023-05-12openpgp: Fix a crash in the Cleartext Signature Framework.Justus Winter
2023-05-12openpgp: Fix a crash in the Cleartext Signature Framework.Justus Winter
2023-05-12openpgp: Fix a crash related to stray signatures.Justus Winter
2023-05-12openpgp: Fix crash in the packet parser.Justus Winter
2023-05-11buffered-reader: Fix returning partial reads ending in errors.Justus Winter
2023-05-05openpgp: Release 1.15.0openpgp/v1.15.0Neal H. Walfield
2023-05-05openpgp: Remove foreign-types-shared dependencyNeal H. Walfield
2023-05-05openpgp: Upgrade criterionNeal H. Walfield
2023-05-05openpgp: Update Cargo.lockNeal H. Walfield
2023-05-05openpgp: Note that using Rust Crypto raises the MSRV to 1.65Neal H. Walfield
2023-05-03Tighten dependenciesNeal H. Walfield
2023-05-03openpgp: Update rust-crypto dependenciesNeal H. Walfield
2023-05-03openpgp: Update win-crypto-ng to 0.5Neal H. Walfield
2023-05-03ci: Don't spellcheck Cargo.lockNeal H. Walfield
2023-04-28openpgp: Rework creation of plausible secret key material.Justus Winter
2023-04-28openpgp: Add test for alignment of packet parser and heuristics.Justus Winter
2023-04-28openpgp: Don't generate arbitrarily large S2K parameters.Justus Winter
2023-04-27openpgp: Make match exhaustive.Justus Winter
2023-04-26openpgp: Harmonize Key::encrypt, make pk_algo match exhaustive.Justus Winter
2023-04-26openpgp: Generalize test.Justus Winter
2023-04-26openpgp: Fix test.Justus Winter
2023-04-26openpgp: Add randomized roundtrip tests for Key.Justus Winter
2023-04-26Revert "openpgp: Improve error message, avoid stuttering."Justus Winter
2023-04-18openpgp: Avoid leaking secrets in error messages.Justus Winter
2023-04-18openpgp: Improve documentationNeal H. Walfield