summaryrefslogtreecommitdiffstats
path: root/openpgp/NEWS
AgeCommit message (Expand)Author
11 daysopenpgp: Allow deconstructing Unknown packets into the parse error.Justus Winter
11 daysopenpgp: Reorder NEWS.Justus Winter
11 daysopenpgp: Lazily verify out-of-place self-signatures.Justus Winter
11 daysopenpgp: Make signature verification take an immutable reference.Justus Winter
11 daysopenpgp: Fix RSA key generation with OpenSSL and RustCrypto.Justus Winter
11 daysopenpgp: When importing RSA keys, make sure that p < q.Justus Winter
12 daysopenpgp: Loosen the trait bounds on Key::clone and Key4::clone.Neal H. Walfield
2024-05-21openpgp: Add CipherSuite::variants.neal/cipher-suite-variantsNeal H. Walfield
2024-05-07openpgp: Add iteration interface for signatures in bundles.Justus Winter
2024-05-07openpgp: Add Key::steal_secret for public and unknown keys.Justus Winter
2024-04-16openpgp: Support NistP521 using the RustCrypto backend.Justus Winter
2024-04-16openpgp: Support NistP384 using the RustCrypto backend.Justus Winter
2024-04-10openpgp: Add S2K::Implicit.Justus Winter
2024-04-08openpgp: Add Signature::verify_signature.Justus Winter
2024-02-20openpgp: Fix serialized points on Weierstrass curves with OpenSSL.Justus Winter
2024-02-20openpgp: New function Curve::variants.Justus Winter
2024-02-13openpgp: Clamp the secret key in Key4::import_secret_cv25519.Justus Winter
2024-02-13openpgp: Fix markup.Justus Winter
2024-01-25openpgp: Deprecate Cert::into_packets.Justus Winter
2024-01-25openpgp: Add Cert::into_packets2, TSK::into_packets.Justus Winter
2024-01-25openpgp: Reject short key IDs.Neal H. Walfield
2024-01-24openpgp: Add UserID::from_static_bytes, which is constant.Neal H. Walfield
2024-01-23openpgp: Add Cert::exportable.Neal H. Walfield
2024-01-23openpgp: Add a method to CertBuilder to make non-exportable certs.Neal H. Walfield
2024-01-22openpgp: Add Parse::from_buffered_reader.Justus Winter
2024-01-12openpgp: Simplify validating third-party revocations.Neal H. Walfield
2024-01-12openpgp: Simplify validating third-party certifications.Neal H. Walfield
2024-01-12openpgp: Simplify working with third-party certifications.Neal H. Walfield
2023-10-11openpgp: Add non-allocating accessors for parsed User ID components.Justus Winter
2023-10-06openpgp: Add encrypted_secret filter for ValidKeyAmalgamationIter.David Runge
2023-10-06openpgp: Add encrypted_secret filter for KeyAmalgamationIter.David Runge
2023-09-27openpgp: Impl Eq for Regex, RegexSet, add accessors for the raw REs.Justus Winter
2023-09-21openpgp: Fix Encryptor's lifetime parameter.Neal H. Walfield
2023-09-15Bump MSRV to 1.67.Wiktor Kwapisiewicz
2023-08-24openpgp: Add primary key binding signature to auth subkeys.Justus Winter
2023-08-24openpgp: Hand the plaintext length to decrypt_unwrap, if known.Justus Winter
2023-08-24openpgp: Implement Default for AEADAlgorithm.Justus Winter
2023-08-22openpgp: Deprecate the AEAD feature flag.Justus Winter
2023-08-22openpgp: Rename the MDC feature to SEIPDv1.Justus Winter
2023-07-19openpgp: Implement Key::generate_elgamal.Justus Winter
2023-07-19openpgp: Implement Key::generate_dsa.Justus Winter
2023-07-18openpgp: Add accessors for the underlying Bitfields.Justus Winter
2023-07-18openpgp: Add examples and documentation to Bitfield, make it public.Justus Winter
2023-07-17openpgp: Implement DSA using the RustCrypto backend.Justus Winter
2023-07-07openpgp: Explicitly and selectively enable hashing.Justus Winter
2023-07-07openpgp: Add a way to disable automatic hashing.Justus Winter
2023-07-07openpgp: Better support early v4 certificates.Justus Winter
2023-07-05openpgp: Don't put the packet body in the map unless we're bufferingJustus Winter
2023-07-03openpgp: Deprecate SubpacketValue::PreferredAEADAlgorithms.Justus Winter
2023-07-03openpgp: Deprecate SignatureBuilder::set_preferred_aead_algorithms.Justus Winter