summaryrefslogtreecommitdiffstats
path: root/openpgp/NEWS
AgeCommit message (Expand)Author
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
2023-07-03openpgp: Deprecate SubpacketTag::PreferredAEADAlgorithms.Justus Winter
2023-07-03openpgp: Deprecate SubpacketAreas::preferred_aead_algorithms.Justus Winter
2023-07-03openpgp: Deprecate cert::Preferences::preferred_aead_algorithms.Justus Winter
2023-06-20openpgp: Add SessionKey::as_protected.Justus Winter
2023-06-20openpgp: Accept slightly malformed MPIs when reading secrets.Justus Winter
2023-06-06openpgp: Deprecate `types::Curve::len`.Wiktor Kwapisiewicz
2023-05-22openpgp: Implement GCM mode.Justus Winter
2023-05-15openpgp: Change crypto-botan to use botan v3.Alexander Kjäll
2023-05-15openpgp: Update NEWS.Neal H. Walfield
2023-05-12openpgp: Make KeyFlags easier to use.Neal H. Walfield
2023-05-03openpgp: Update rust-crypto dependenciesNeal H. Walfield
2023-05-03openpgp: Update win-crypto-ng to 0.5Neal H. Walfield
2023-03-27openpgp: Introduce `StandardPolicy::accept_hash_property`.Wiktor Kwapisiewicz
2023-03-23openpgp: Implement Parse for RawCertNeal H. Walfield
2023-03-23openpgp: Re-export buffered_reader.Justus Winter
2023-03-13openpgp: New constructor hex::Dumper::with_offset.Justus Winter
2023-03-08openpgp: Add a new backend based on the Botan cryptographic library.Justus Winter
2023-03-07openpgp: Prevent secrets from leaking into the BufferedReader stack.Justus Winter