summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-03-13xxx debugging testcrypto-refreshJustus Winter
2024-03-13make api publicJustus Winter
2024-03-13xxx not sure where this goesJustus Winter
2024-03-13wip pkeskv6Justus Winter
2024-03-13openpgp: Add KeyAmalgamationIter::key_handles2. XXXJustus Winter
2024-03-13openpgp: Implement v2 SEIPD.Justus Winter
2024-03-13openpgp: Implement SKESKv6 from the crypto refresh.Justus Winter
2024-03-13openpgp: Implement support for the padding packet.Justus Winter
2024-03-13openpgp: Implement the v6 cleartext signature framework.Justus Winter
2024-03-13openpgp: Add support for v6 OPS packets, inline-signed messages.Justus Winter
2024-03-13openpgp: Add support for v6 signature packets.Justus Winter
2024-03-13openpgp: Implement X448 and Ed448 in the backends.Justus Winter
2024-03-13openpgp: Implement the new CFRG public key algorithms.Justus Winter
2024-03-13openpgp: Implement v6 key packet support.Justus Winter
2024-03-13openpgp: Add key derivation function.Justus Winter
2024-03-13openpgp: Update references to new subpackets.Justus Winter
2024-03-13openpgp: Deprecate the PreferredAEADAlgorithms subpacket.Justus Winter
2024-03-13openpgp: Implement the PreferredAEADCiphersuites subpacket.Justus Winter
2024-03-13openpgp: Add the SEIPDv2 feature.Justus Winter
2024-03-13openpgp: Implement SHA3.Justus Winter
2024-03-13openpgp: Implement S2K::Argon2.Justus Winter
2024-03-13openpgp: Implement v6 key IDs.Justus Winter
2024-03-13openpgp: Implement v6 fingerprints.Justus Winter
2024-03-13ci: Disable most jobs.Justus Winter
2024-03-13openpgp: Add NEWS item for the 2.0.0 release.Justus Winter
2024-03-13openpgp: Work-In-Progress implementation of RFC9760.Justus Winter
2024-03-13openpgp: Include the reason for why a primary key is unsupported.Justus Winter
2024-03-10ipc: Release 0.34.1.ipc/v0.34.1Neal H. Walfield
2024-03-10ci: Also test the sequoia-ipc and sequoia-net crates on Windows.Neal H. Walfield
2024-03-10ipc: Add missing import in Windows code.Neal H. Walfield
2024-03-09ipc: Release 0.34.0.ipc/v0.34.0Neal H. Walfield
2024-03-09Update dependencies.Neal H. Walfield
2024-03-09Update certificates in openpgp-policy.toml.Neal H. Walfield
2024-03-09ipc: Improve error message.Neal H. Walfield
2024-03-06ipc: Add callbacks to simplify tracing client-server interactions.Justus Winter
2024-03-06ipc: Update Client::send_simple with the version from the chameleon.Neal H. Walfield
2024-03-06ipc: Don't panic if the server disappears, return an error.Neal H. Walfield
2024-03-04Retire dvzrv and wiktor.Neal H. Walfield
2024-02-26ci: make msvc jobs print env varsDevan Carpenter
2024-02-25openpgp: Handle header lines in the cleartext signature framework.Justus Winter
2024-02-25openpgp: Improve tracing.Justus Winter
2024-02-23ci: use our CI/CD components from common-ci.gitDevan Carpenter
2024-02-20openpgp: Release 1.19.0.openpgp/v1.19.0Justus Winter
2024-02-20openpgp: Add test making sure junk pseudo-packets have a map.Justus Winter
2024-02-20openpgp: Improve tracing.Justus Winter
2024-02-20openpgp: Add test for curve point representations.Justus Winter
2024-02-20openpgp: Fix serialized points on Weierstrass curves with OpenSSL.Justus Winter
2024-02-20openpgp: Test ECC key creation and operations.Justus Winter
2024-02-20openpgp: New function Curve::variants.Justus Winter
2024-02-20openpgp: Fix creating Brainpool keys with OpenSSL.Justus Winter