summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-06-26make api publiccrypto-refresh-x25519Justus Winter
2023-06-26xxx not sure where this goesJustus Winter
2023-06-26wip pkeskv6Justus Winter
2023-06-26fixup! openpgp: Implement v2 SEIPD.Justus Winter
2023-06-26openpgp: Add KeyAmalgamationIter::key_handles2. XXXJustus Winter
2023-06-26openpgp: Improve test.Justus Winter
2023-06-26openpgp: Improve tracing.Justus Winter
2023-06-26openpgp: Fix documentation.Justus Winter
2023-06-26Merge branch 'crypto-refresh-sha3' into crypto-refreshJustus Winter
2023-06-26Merge branch 'crypto-refresh-argon2' into crypto-refreshJustus Winter
2023-06-26Merge branch 'crypto-refresh-seip-v2' into crypto-refreshJustus Winter
2023-06-26openpgp: Implement the v6 cleartext signature framework.Justus Winter
2023-06-26openpgp: Add support for v6 OPS packets, inline-signed messages.Justus Winter
2023-06-26openpgp: Add support for v6 signature packets.Justus Winter
2023-06-26openpgp: Implement X448 and Ed448 in the backends.Justus Winter
2023-06-26openpgp: Implement the new CFRG public key algorithms.Justus Winter
2023-06-26openpgp: Implement v6 key packet support.Justus Winter
2023-06-26openpgp: Add SessionKey::as_protected.Justus Winter
2023-06-26openpgp: Validate algorithm in the common code.Justus Winter
2023-06-26openpgp: Implement v2 SEIPD.Justus Winter
2023-06-26openpgp: Implement SKESKv6 from the crypto refresh.Justus Winter
2023-06-26openpgp: Implement support for the padding packet.Justus Winter
2023-06-26openpgp: Add key derivation function.Justus Winter
2023-06-22openpgp: Implement SHA3.Justus Winter
2023-06-22openpgp: Add NEWS item for the 2.0.0 release.Justus Winter
2023-06-22openpgp: Match hash algorithms exhaustively.Justus Winter
2023-05-22openpgp: Implement S2K::Argon2.Justus Winter
2023-05-22openpgp: Implement v6 key IDs.crypto-refresh-baseJustus Winter
2023-05-22openpgp: Implement v6 fingerprints.Justus Winter
2023-05-22ci: Disable most jobs.Justus Winter
2023-05-22openpgp: Work-In-Progress implementation of RFC9760.Justus Winter
2023-05-22openpgp: Implement Arbitrary for KeyHandle, add tests.Justus Winter
2023-05-22openpgp: Make KeyHandle::partial_cmp transitive.Justus Winter
2023-05-22openpgp: Formalize reporting of supported algorithms.Justus Winter
2023-05-22openpgp: Deduplicate EdDSA signing.Justus Winter
2023-05-22openpgp: Deduplicate EdDSA signature verification.Justus Winter
2023-05-22openpgp: Introduce a common public facade for public key operations.Justus Winter
2023-05-22openpgp: Deduplicate Key::import_secret_ed25519.Justus Winter
2023-05-22openpgp: Add Ed25519 to trait Asymmetric.Justus Winter
2023-05-22openpgp: Add asymmetric encryption trait.Justus Winter
2023-05-22openpgp: Move random into the Backend trait.Justus Winter
2023-05-22openpgp: Introduce a trait for the crypto backends.Justus Winter
2023-05-22openpgp: Implement GCM mode.Justus Winter
2023-05-22openpgp: Implement OCB mode using the Nettle backend.Justus Winter
2023-05-19autocrypt: Release 0.25.1.autocrypt/v0.25.1Neal H. Walfield
2023-05-19doc: Add document describing how vulnerabilities are handled.Neal H. Walfield
2023-05-17buffered-reader: Release 1.2.0.buffered-reader/v1.2.0Neal H. Walfield
2023-05-17buffered-reader: Update NEWS.Neal H. Walfield
2023-05-16openpgp: Release 1.16.0.openpgp/v1.16.0Neal H. Walfield
2023-05-16ipc: Upgrade lalrpop.Neal H. Walfield