summaryrefslogtreecommitdiffstats
path: root/openpgp/src
AgeCommit message (Expand)Author
2022-12-12openpgp: Fix how text signatures are hashed.Neal H. Walfield
2022-12-12openpgp: Make hash_update_text more idomatic.Neal H. Walfield
2022-12-11openpgp: Don't implement traits that can just as well be derived.Neal H. Walfield
2022-12-11openpgp: Move HashingMode.Neal H. Walfield
2022-12-05openpgp: Align armor::Reader::data_helper with Generic::data_helper.Justus Winter
2022-11-18openpgp: Improve tests with marker packets.Justus Winter
2022-11-18openpgp: Ignore marker packets when validating cert streams.Justus Winter
2022-11-18openpgp: Fix use of Error::PolicyViolation.Neal H. Walfield
2022-11-18openpgp: Improve error message when rejecting a packet.Neal H. Walfield
2022-11-17openpgp: Allow setting a policy for specific versions of a packet.Neal H. Walfield
2022-11-17openpgp: Remove misleading comment.Neal H. Walfield
2022-11-17openpgp: Remove gratuitous empty line.Neal H. Walfield
2022-11-17openpgp: Fix test.Neal H. Walfield
2022-11-15openpgp: Simplify using a good list with a StandardPolicy.Neal H. Walfield
2022-11-15openpgp: Add a method to iterate over all variants of some enums.Neal H. Walfield
2022-11-11openpgp: Add support for verifying v3 signatures.Neal H. Walfield
2022-11-11openpgp: Allow tracer to be used just for tracing.Neal H. Walfield
2022-10-31openpgp: Synchronize AsymmetricAlgorithm's derives.Neal H. Walfield
2022-10-29openpgp: Note that OpenPGP is a standardized form of PGPNeal H. Walfield
2022-10-28openpgp: Document the existence of the sequoia-policy-config crate.Neal H. Walfield
2022-10-19openpgp: Explicitly drop the Box.941-rfe-future-proofing-against-newly-added-algorithmsJustus Winter
2022-10-07openpgp: make effect of the code more obvious to readers.Heiko Schaefer
2022-09-06openpgp: Fix typos spotted by codespell.Wiktor Kwapisiewicz
2022-08-16openpgp: Expose `HashAlgorithm::oid()` on all crypto backends.Wiktor Kwapisiewicz
2022-08-15openpgp: Avoid hardcoding EAX for memory encryption.Justus Winter
2022-07-28openpgp: Fix subtraction with overflow.Justus Winter
2022-07-06openpgp: Fix parsing of dashes in regular expressions.Neal H. Walfield
2022-07-05openpgp: Make crypto::ecdh::aes_key_{,un}wrap public.Justus Winter
2022-07-04buffered-reader, openpgp: Fix macro's doctests.Justus Winter
2022-07-04openpgp: Drop unnecessary trailing semicolon.Justus Winter
2022-06-27openpgp: Make Cert::insert_packets_merge take a FnMut.Justus Winter
2022-06-15openpgp: Fix typo.Justus Winter
2022-06-14openpgp: Add a subkey builder.Neal H. Walfield
2022-06-14openpgp: Add Cert::insert_packets2 and Cert::insert_packets_merge.Justus Winter
2022-06-10openpgp: Add docs to PublicKeyAlgorithm's Display impl.Wiktor Kwapisiewicz
2022-06-10openpgp: Provide short names for AEADAlgorithm.Wiktor Kwapisiewicz
2022-06-10openpgp: Provide short names for SymmetricAlgorithm.Wiktor Kwapisiewicz
2022-06-10openpgp: Provide short curve names by default.Wiktor Kwapisiewicz
2022-06-09openpgp: Rename PacketParser::{set_,}encrypted to processed.Wiktor Kwapisiewicz
2022-06-09openpgp: Deprecate DataFormat::MIMEWiktor Kwapisiewicz
2022-06-09openpgp: Fix armor::Reader::from_reader documentation.Wiktor Kwapisiewicz
2022-06-08openpgp: Make PublicKeyAlgorithm descriptions shorter.Wiktor Kwapisiewicz
2022-06-08openpgp: New error condition, UnsupportedCert2.Justus Winter
2022-06-08openpgp: Accept unknown packets in production rules.Justus Winter
2022-06-08openpgp: Implement TryFrom<Packet> for Unknown.Justus Winter
2022-06-07openpgp: Fix comment.Heiko Schaefer
2022-06-07openpgp: Clarify error message.Heiko Schaefer
2022-05-20openpgp: Add missing forwarder.Justus Winter
2022-05-12openpgp: Improve tracing.Justus Winter
2022-05-12openpgp: Add Curve::field_size.Justus Winter