summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2022-05-06autocrypt, net: openpgp: Rewrite all usages of `Reader::new`.Wiktor Kwapisiewicz
2022-05-06openpgp: Move documentation and warn against armor::Reader::new.Wiktor Kwapisiewicz
2022-05-05openpgp: Fix ECDH parameter selection on generation and import.Justus Winter
2022-05-03openpgp: Make the stern warning sterner, add reference.Justus Winter
2022-05-03openpgp: Don't include decrypted block in error message.Justus Winter
2022-05-03openpgp: Rename function.Justus Winter
2022-04-28openpgp: Rework handing of unknown compression algorithms.Justus Winter
2022-04-28openpgp: Fix comment.Justus Winter
2022-04-28openpgp: Don't mark unknown packets as encrypted.Justus Winter
2022-04-27openpgp: Make Cert::merge_public_and_secret safe and usable.Justus Winter
2022-04-27openpgp: Succinctly express Key4::public_cmp.Justus Winter
2022-04-27openpgp: Improve test.Justus Winter
2022-04-27openpgp: Improve documentation.Justus Winter
2022-04-27openpgp: Consider ECDH KDF and KEK parameters in StandardPolicy.Justus Winter
2022-04-27openpgp: Don't compute the CRC24 when reading armored data.Justus Winter
2022-04-26openpgp: Remove unused dependencies.Nora Widdecke
2022-04-12openpgp: Collect ECDH parameters in statistics example.Justus Winter
2022-03-28openpgp: Explicit SEIP packet version in the message parser.Justus Winter
2022-03-28openpgp: Clarify that message::Token is not covered by SemVer.Justus Winter
2022-03-25openpgp: Make test more robust.Justus Winter
2022-03-25openpgp: New function Packet::version.Justus Winter
2022-03-25openpgp: Fix indentation.Justus Winter
2022-03-11openpgp: Delay creating the AEAD context until it is needed.Justus Winter
2022-03-11openpgp: Refactor S2K parsing.Justus Winter
2022-03-11openpgp: Split SKESK parsing into SKESK4 and SKESK5 parsing.Justus Winter
2022-03-11openpgp: Improve documentation.Justus Winter
2022-03-07openpgp: Add SignatureBuilder::effective_signature_creation_time.Neal H. Walfield
2022-03-07openpgp: Extend SignatureBuilder to include a reference time.Neal H. Walfield
2022-03-03openpgp: Avoid unnecessarily allocating a Vec.Neal H. Walfield
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-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-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-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
2022-02-15openpgp: Skip test if algorithm is not supported.Justus Winter