summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-07-06Fix a compilation error when running 'cargo bench --no-default-features --fea...capitol/fix-bench-compilation-errorAlexander Kjäll
2023-07-06openpgp: Fix tracing output.Justus Winter
2023-07-06openpgp: Fix hashing v3 signatures.Justus Winter
2023-07-06openpgp: Do not try to add subpackets to v3 signatures.Justus Winter
2023-07-06ipc: Acknowledge unexpected inquiries.Justus Winter
2023-07-06ipc: Add additional constructors.Justus Winter
2023-07-05openpgp: Don't put the packet body in the map unless we're bufferingJustus Winter
2023-07-05openpgp: Fix body length computation.Justus Winter
2023-07-05openpgp: Fix serializing headers with legacy CTBs.Justus Winter
2023-07-05openpgp: Relax the Sized constraint on the parameter.Justus Winter
2023-07-04openpgp: Improve tests.Justus Winter
2023-07-04openpgp: Avoid extra copy.Justus Winter
2023-07-03openpgp: Deprecate SubpacketValue::PreferredAEADAlgorithms.Justus Winter
2023-07-03openpgp: Deprecate SignatureBuilder::set_preferred_aead_algorithms.Justus Winter
2023-07-03openpgp: Deprecate SubpacketTag::PreferredAEADAlgorithms.Justus Winter
2023-07-03openpgp: Deprecate SubpacketAreas::preferred_aead_algorithms.Justus Winter
2023-07-03openpgp: Deprecate cert::Preferences::preferred_aead_algorithms.Justus Winter
2023-07-03openpgp: Dot-encode unknown curves in impl fmt::Display.Justus Winter
2023-06-23openpgp: Improve certificate creation performance.Justus Winter
2023-06-22openpgp: Match hash algorithms exhaustively.Justus Winter
2023-06-22openpgp: Honor `OPENSSL_NO_OCB` build parameter.Wiktor Kwapisiewicz
2023-06-21openpgp: Fix compilation on wasm.Milo Moisson
2023-06-20openpgp: Fix backend selection.Justus Winter
2023-06-20buffered-reader: Use idiomatic conversion to detect truncation.Justus Winter
2023-06-20openpgp: Fix documentation.Justus Winter
2023-06-20buffered-reader: Add constructors to File that wrap std::fs::File.Justus Winter
2023-06-20buffered-reader: Add and fix links in the documentation.Justus Winter
2023-06-20openpgp: Add SessionKey::as_protected.Justus Winter
2023-06-20openpgp: Validate algorithm in the common code.Justus Winter
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