summaryrefslogtreecommitdiffstats
path: root/openpgp/src
AgeCommit message (Expand)Author
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
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-06openpgp: Add `deprecated` attribute to `Reader::new`.Wiktor Kwapisiewicz
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