summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2022-10-19openpgp: Explicitly drop the Box.941-rfe-future-proofing-against-newly-added-algorithmsJustus Winter
2022-10-18Update READMEs for new MSRV.Nora Widdecke
2022-10-18Document MSRV in Cargo.toml.Nora Widdecke
2022-10-07openpgp: make effect of the code more obvious to readers.Heiko Schaefer
2022-09-29openpgp, sq: Update dependency rpassword to 6.Nora Widdecke
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: Release 1.10.0.openpgp/v1.10.0Justus Winter
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-23openpgp: Release 1.9.0.openpgp/v1.9.0Justus Winter
2022-05-23ipc, openpgp: Reduce features of dependency lalrpop.Nora Widdecke
2022-05-20openpgp: Add missing forwarder.Justus Winter
2022-05-12openpgp: Improve tracing.Justus Winter
2022-05-12openpgp: Add Curve::field_size.Justus Winter
2022-05-12openpgp: Add MPI::zero and MPI::is_zero.Justus Winter
2022-05-12openpgp: Deprecate `iv_size` in favor of `nonce_size`.Wiktor Kwapisiewicz
2022-05-12openpgp: Rename `iv_size` to `nonce_size` leaving `iv_size`.Wiktor Kwapisiewicz
2022-05-11openpgp: Add crypto::backend that identifies the backend.Justus Winter
2022-05-11openpgp: Add explicit forwarder for crypto::random.Justus Winter
2022-05-11openpgp: Fix comments.Justus Winter
2022-05-11openpgp: Update comment.Justus Winter
2022-05-11openpgp: Fix typo.Justus Winter
2022-05-11openpgp: Use the new downcasting methods to reword some tests.Justus Winter
2022-05-11openpgp: Implement downcasting of Packets to Packet Bodies.Justus Winter
2022-05-11openpgp: Drop .skip(0), that's a NOP.Justus Winter
2022-05-11openpgp: Add NEWS entry.Justus Winter
2022-05-09openpgp: Add a v3 certificate and key.Justus Winter
2022-05-06openpgp: Add `deprecated` attribute to `Reader::new`.Wiktor Kwapisiewicz