summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-12-19drop the chunk size parameter from SEIPv2.justus/openpgp-next-drop-the-chunk-sizeJustus Winter
2022-12-19xxx no more crc24 in rfc9760Justus Winter
2022-12-19improve test vector extractionJustus Winter
2022-03-22extract test vector on decryptionJustus Winter
2022-03-22openpgp: Delay creating the AEAD context until it is needed.Justus Winter
2022-03-22WIP: openpgp: Implement SKESKv5 from the crypto refresh.Justus Winter
2022-03-22openpgp: Refactor S2K parsing.Justus Winter
2022-03-22openpgp: Split SKESK parsing into SKESK4 and SKESK5 parsing.Justus Winter
2022-03-22fixup! wip: very rough padding packet supportJustus Winter
2022-03-22XXX create test vectorsJustus Winter
2022-03-22openpgp: SEIPv2. XXXJustus Winter
2022-03-03openpgp: Use HKDF in the SKESKv5 to provide key separation.Justus Winter
2022-03-03openpgp: Add key derivation function. XXX: currently nettle onlyJustus Winter
2022-03-03openpgp: Fix documentation.Justus Winter
2022-03-03wip: very rough padding packet supportJustus Winter
2022-03-02xxx i think that this is too strong: there could be other reasonsJustus Winter
2022-03-02WIP: openpgp: Implement OCB mode.Justus Winter
2022-03-02openpgp: Implement GCM mode.Justus Winter
2022-03-02openpgp: Explicit SEIP packet version in the message parser.Justus Winter
2022-03-02openpgp: New function Packet::version.Justus Winter
2022-03-02sq: Release 0.26.0.sq/v0.26.0Justus Winter
2022-03-02openpgp: Open NEWS entry for 1.9.0.Justus Winter
2022-03-02openpgp: Release 1.8.0.openpgp/v1.8.0Justus Winter
2022-03-02openpgp: Disable doctest if padding is not available.Justus Winter
2022-03-02openpgp: Fix test.Justus Winter
2022-03-02openpgp: Fix warnings when building without compression features.Justus Winter
2022-03-02openpgp: Fix test failure if compression features are disabled.Justus Winter
2022-03-01openpgp: Improve documentation regarding certificate expiry.Justus Winter
2022-03-01sq: fix requirement for bad signature to be _no_ outputLars Wirzenius
2022-02-28sq: Make test more robust.Justus Winter
2022-02-28openpgp: Improve tracing.Justus Winter
2022-02-28openpgp: Fix primary key flags handling.Justus Winter
2022-02-25openpgp: Improve documentation.Justus Winter
2022-02-25openpgp: Improve error messages regarding expiration.Justus Winter
2022-02-25sq: Use only assert_cmd.Nora Widdecke
2022-02-25ipc,net: Update rand dependency to 0.8Nora Widdecke
2022-02-24sq,ci: Test all feature combinations.Nora Widdecke
2022-02-24sq: Clarify default features.Nora Widdecke
2022-02-24sq: Make the net feature mandatory.Nora Widdecke
2022-02-24sq: Make the compression-deflate feature mandatory.Nora Widdecke
2022-02-22openpgp: Support v5 fingerprints.Justus Winter
2022-02-22openpgp: Generalize fingerprint serialization.Justus Winter
2022-02-22openpgp: Generalize fingerprint formatting.Justus Winter
2022-02-22openpgp: Fix decrypting SKESK4 packets, simple S2K, no ESK.Justus Winter
2022-02-22openpgp: Fix emitting multiple signatures.Justus Winter
2022-02-22openpgp: Update NEWS, fix documentation.Justus Winter
2022-02-16sq: Implement sq keyring filter --handle.Justus Winter
2022-02-16openpgp: Fix verifying cleartext signed messages with multiple sigs.Justus Winter
2022-02-15openpgp: Fallible conversion to GenericArray references.Justus Winter
2022-02-15openpgp: Fix crash converting nonce slices to arrays.Justus Winter