summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-05-28openpgp: Implement Display and FromStr on CipherSuitejcgruenhage/serde-display-fromstr-ciphersuiteJan Christian Grünhage
2023-05-28openpgp: Add serde feature, derive Serialize/Deserialize on CipherSuiteJan Christian Grünhage
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
2023-05-12openpgp: Fix mapping of synthetic packets.Justus Winter
2023-05-12openpgp: Fix a crash in the Cleartext Signature Framework.Justus Winter
2023-05-12openpgp: Fix a crash in the Cleartext Signature Framework.Justus Winter
2023-05-12openpgp: Fix a crash related to stray signatures.Justus Winter
2023-05-12openpgp: Fix crash in the packet parser.Justus Winter
2023-05-11buffered-reader: Fix returning partial reads ending in errors.Justus Winter
2023-05-05openpgp: Release 1.15.0openpgp/v1.15.0Neal H. Walfield
2023-05-05openpgp: Remove foreign-types-shared dependencyNeal H. Walfield
2023-05-05openpgp: Upgrade criterionNeal H. Walfield
2023-05-05openpgp: Update Cargo.lockNeal H. Walfield
2023-05-05openpgp: Note that using Rust Crypto raises the MSRV to 1.65Neal H. Walfield