summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-11-03openpgp: Remove redundant call.justus/investigate-1064Justus Winter
2023-11-02doc: Fix typos.Justus Winter
2023-11-02ci: Add a job rust-stable and the OpenSSL backend.Justus Winter
2023-11-02ci: Use the rust-stable image for the rust-stable job.Justus Winter
2023-10-27ipc: Release 0.31.0ipc/v0.31.0Neal H. Walfield
2023-10-27ipc: Upgrade socket2Neal H. Walfield
2023-10-27ipc: Upgrade dirsNeal H. Walfield
2023-10-27ipc: Upgrade ctorNeal H. Walfield
2023-10-27ipc: Upgrade clapNeal H. Walfield
2023-10-27ipc: Upgrade capnpNeal H. Walfield
2023-10-27Update Cargo.lock.Neal H. Walfield
2023-10-27ci: Don't run CI when updating mainNeal H. Walfield
2023-10-27ci: Remove outdated rule.Neal H. Walfield
2023-10-26openpgp: Release 1.17.0openpgp/v1.17.0Neal H. Walfield
2023-10-26openpgp: Depend on buffered-reader 1.3.0 or laterNeal H. Walfield
2023-10-26buffered-reader: Release 1.3.0buffered-reader/v1.3.0Neal H. Walfield
2023-10-26openpgp: Upgrade rpasswordNeal H. Walfield
2023-10-26openpgp: Upgrade lalrpopPeter Michael Green
2023-10-26openpgp: Upgrade idnaNeal H. Walfield
2023-10-26openpgp: Drop generic-array direct dependencyNeal H. Walfield
2023-10-26openpgp: Upgrade ed25519Neal H. Walfield
2023-10-26openpgp: Upgrade dsaNeal H. Walfield
2023-10-26openpgp: Upgrade criterion from 0.4 to 0.5Alexander Kjäll
2023-10-26openpgp: Tighten win-crypto-ng version rangeNeal H. Walfield
2023-10-26Update Cargo.lockNeal H. Walfield
2023-10-26doc: Update the release checklistNeal H. Walfield
2023-10-26ci: Add a job to authenticate the commitsNeal H. Walfield
2023-10-25Add a signing policy.Neal H. Walfield
2023-10-24openpgp: Upgrade regex-syntax.Neal H. Walfield
2023-10-13openpgp: Improve documentation.Neal H. Walfield
2023-10-11openpgp: Add non-allocating accessors for parsed User ID components.Justus Winter
2023-10-10openpgp: Use OnceCell to cache the parsed user id.Justus Winter
2023-10-10openpgp: Add fuzz targets.Justus Winter
2023-10-10openpgp: Add a null crypto backend for fuzzing.Justus Winter
2023-10-10openpgp: Drop assertion that does not hold.Justus Winter
2023-10-06openpgp: Use CertBuilder::new() in doc tests to count reliably.David Runge
2023-10-06openpgp: Add encrypted_secret filter for ValidKeyAmalgamationIter.David Runge
2023-10-06openpgp: Add encrypted_secret filter for KeyAmalgamationIter.David Runge
2023-10-02openpgp: Test that v3 revocation signatures are honored.Justus Winter
2023-10-02openpgp: Only add issuer fingerprint information to v4 and up sigs.Justus Winter
2023-10-02openpgp: Update comment.Justus Winter
2023-10-02openpgp: Avoid clone.Justus Winter
2023-09-29openpgp: Change the hex parsing to accept odd number of nibbles.Justus Winter
2023-09-27openpgp: Fix SignatureBuilder::signature_expiration_time.Justus Winter
2023-09-27openpgp: Only mark creation time as overwritten once it really is.Justus Winter
2023-09-27openpgp: Impl Eq for Regex, RegexSet, add accessors for the raw REs.Justus Winter
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-09-26openpgp: Test for secret leaks during encryption and decryption.Justus Winter
2023-09-26openpgp: Zero the stack after using RustCrypto's block ciphers.Justus Winter