summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-06-20openpgp: Accept slightly malformed MPIs when reading secrets.Justus Winter
2023-06-19openpgp: Checksum raw MPIs when decrypting secret key material.Justus Winter
2023-06-15net: Use z-base-32 instead of zbase32 for a permissive licenseDylan Aïssi
2023-06-14openpgp: Deprecate `Packet::MDC` variant.Wiktor Kwapisiewicz
2023-06-13Update list of companies that are allowed to relicense Sequoia.Neal H. Walfield
2023-06-13Update CLA submission instructions.Neal H. Walfield
2023-06-13doc: Clarify that we plan to make a release for all vulnerabilities.Neal H. Walfield
2023-06-13doc: Fix markdown.Neal H. Walfield
2023-06-06docs: Add missing parenthesis.Wiktor Kwapisiewicz
2023-06-06openpgp: Deprecate `types::Curve::len`.Wiktor Kwapisiewicz
2023-06-06buffered_reader: Introduce `into_boxed` and deprecate `as_boxed`.Wiktor Kwapisiewicz
2023-06-06openpgp: Fix the cleartext signature framework.Justus Winter
2023-06-05ci: Drop the windows-gnu jobs.Justus Winter
2023-05-23openpgp: Prefer OCB if available in the Nettle backend.Justus Winter
2023-05-23openpgp: Improve test.Justus Winter
2023-05-23openpgp: Improve tracing.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
2023-05-16Update Cargo.lock.Neal H. Walfield
2023-05-16autocrypt: Upgrade base64.Neal H. Walfield
2023-05-16net: Upgrade base64.Neal H. Walfield
2023-05-16openpgp: Upgrade base64.Neal H. Walfield
2023-05-15openpgp: Improve test.Neal H. Walfield
2023-05-15openpgp: Improve documentation.Neal H. Walfield
2023-05-15openpgp: Change crypto-botan to use botan v3.Alexander Kjäll
2023-05-15openpgp: Derive Clone for SubpacketArea.Neal H. Walfield
2023-05-15openpgp: SignatureBuilder should return an OpenPGP timestamp.Neal H. Walfield
2023-05-15openpgp: Update NEWS.Neal H. Walfield
2023-05-12openpgp: Clear the fingerprint cache when the key is updated.Neal H. Walfield
2023-05-12openpgp: Make KeyFlags easier to use.Neal H. Walfield
2023-05-12openpgp: Improve error message.Neal H. Walfield
2023-05-12autocrypt: Account for multi-byte characters when parsing a string.Neal H. Walfield
2023-05-12autocrypt: Don't use a callback where a constant will do.Neal H. Walfield
2023-05-12autocrypt: Refactor to avoid unnecessary unwraps and panics.Neal H. Walfield
2023-05-12Update the sq cli link in the READMEMilo Moisson