summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-11-07openpgp: Implement the v6 cleartext signature framework.crypto-refresh-signatures-and-keysJustus Winter
2023-11-07openpgp: Add support for v6 OPS packets, inline-signed messages.Justus Winter
2023-11-07openpgp: Add support for v6 signature packets.Justus Winter
2023-11-06openpgp: Implement X448 and Ed448 in the backends.Justus Winter
2023-11-06openpgp: Implement the new CFRG public key algorithms.Justus Winter
2023-11-06openpgp: Implement v6 key packet support.Justus Winter
2023-11-06openpgp: Add key derivation function.crypto-refresh-hkdfJustus Winter
2023-11-06openpgp: Implement v6 key IDs.Justus Winter
2023-11-06openpgp: Implement v6 fingerprints.Justus Winter
2023-11-06ci: Disable most jobs.Justus Winter
2023-11-06openpgp: Add NEWS item for the 2.0.0 release.Justus Winter
2023-11-06openpgp: Work-In-Progress implementation of RFC9760.Justus Winter
2023-11-06openpgp: Implement Arbitrary for KeyHandle, add tests.Justus Winter
2023-11-06openpgp: Make KeyHandle::partial_cmp transitive.Justus Winter
2023-11-03openpgp: Remove redundant call.Justus Winter
2023-11-03doc: Fix typos.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