summaryrefslogtreecommitdiffstats
path: root/openpgp/src/serialize.rs
AgeCommit message (Expand)Author
2024-03-13wip pkeskv6Justus 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: 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 the new CFRG public key algorithms.Justus Winter
2024-03-13openpgp: Implement v6 key packet support.Justus Winter
2024-03-13openpgp: Implement the PreferredAEADCiphersuites subpacket.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
2023-07-18openpgp: Use public functions, remove pub(crate) accessors.Justus Winter
2023-07-18openpgp: Rename accessors for the raw bytes.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-03openpgp: Deprecate SubpacketValue::PreferredAEADAlgorithms.Justus Winter
2023-06-14openpgp: Deprecate `Packet::MDC` variant.Wiktor Kwapisiewicz
2022-11-11openpgp: Add support for verifying v3 signatures.Neal H. Walfield
2022-04-28openpgp: Rework handing of unknown compression algorithms.Justus Winter
2022-03-02openpgp: Fix test failure if compression features are disabled.Justus Winter
2022-02-22openpgp: Support v5 fingerprints.Justus Winter
2022-02-22openpgp: Generalize fingerprint serialization.Justus Winter
2022-01-21openpgp: Fix parsing and serializing keys on 32-bit time_t systems.Justus Winter
2021-11-29openpgp, sq: Drop unneeded clone on a Copy value.Nora Widdecke
2021-11-29Remove unnecessary slicing.Nora Widdecke
2021-11-29Fix Acronym spelling.Nora Widdecke
2021-11-29Remove unnecessary borrows.Nora Widdecke
2021-10-11openpgp: Correct link.Nora Widdecke
2021-09-21Avoid matching on &Foo, when a plain Foo pattern worksLars Wirzenius
2021-08-27ffi, openpgp: Cleanup links after cargo intraconv.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-08-27openpgp: Add links.Nora Widdecke
2021-04-26openpgp: Expose support for attested certifications.Justus Winter
2021-04-20openpgp: Fix some more links.Justus Winter
2021-04-08openpgp: Improve Packet::serialized_len.Justus Winter
2021-04-08openpgp: New test for SerializeInto::serialized_len.Justus Winter
2021-04-08openpgp: Fix serialized length computation.Justus Winter
2021-04-08openpgp: Improving debugging of SerializeInto::serialized_len.Justus Winter
2021-04-08openpgp: Use Serialize::export for keys for consistency.Justus Winter
2021-04-08openpgp: Import Deref at the top level.Justus Winter
2021-04-08openpgp: Fix checking for exportability.Justus Winter
2021-03-19openpgp: Simplify key serialization code.Justus Winter
2021-03-19openpgp: Align equality, serialization of Key packets.Justus Winter
2020-12-11openpgp: Standardize fn main() in doctests.Azul
2020-12-07openpgp: Make serialize::stream::Message Send + Sync.Justus Winter
2020-11-28openpgp: seal the serialize traits.Azul
2020-11-12openpgp: Make crypto::Hash::digest fallible.Justus Winter
2020-11-06openpgp: Use non_exhaustive attribute.Nora Widdecke
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter