summaryrefslogtreecommitdiffstats
path: root/openpgp/NEWS
AgeCommit message (Expand)Author
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
2023-03-07openpgp: New constructor to allocate protected memory.Justus Winter
2023-03-01openpgp: Add support for brainpoolP384r1.Justus Winter
2023-01-06openpgp: Split certificates without parsing the packets.Neal H. Walfield
2023-01-06openpgp: Update NEWS regarding the OpenSSL backend.Neal H. Walfield
2023-01-06openpgp: Add missing NEWS for 1.12.0.Neal H. Walfield
2022-11-17openpgp: Allow setting a policy for specific versions of a packet.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-10-31openpgp: Synchronize AsymmetricAlgorithm's derives.Neal H. Walfield
2022-08-16openpgp: Expose `HashAlgorithm::oid()` on all crypto backends.Wiktor Kwapisiewicz
2022-07-05openpgp: Make crypto::ecdh::aes_key_{,un}wrap public.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: Provide short names for AEADAlgorithm.Wiktor Kwapisiewicz
2022-06-09openpgp: Rename PacketParser::{set_,}encrypted to processed.Wiktor Kwapisiewicz
2022-06-09openpgp: Deprecate DataFormat::MIMEWiktor Kwapisiewicz
2022-06-08openpgp: New error condition, UnsupportedCert2.Justus Winter
2022-06-08openpgp: Implement TryFrom<Packet> for Unknown.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: Implement downcasting of Packets to Packet Bodies.Justus Winter
2022-05-11openpgp: Add NEWS entry.Justus Winter
2022-03-28openpgp: Clarify that message::Token is not covered by SemVer.Justus Winter
2022-03-25openpgp: New function Packet::version.Justus Winter
2022-03-25openpgp: Fix indentation.Justus Winter
2022-03-07openpgp: Add SignatureBuilder::effective_signature_creation_time.Neal H. Walfield
2022-03-07openpgp: Extend SignatureBuilder to include a reference time.Neal H. Walfield
2022-03-02openpgp: Open NEWS entry for 1.9.0.Justus Winter
2022-02-22openpgp: Support v5 fingerprints.Justus Winter
2022-02-22openpgp: Update NEWS, fix documentation.Justus Winter
2021-11-29Move MSRV to 1.56.1Nora Widdecke
2021-11-18openpgp: Hint at WASM support in the README.md.Justus Winter
2021-11-16openpgp: Release 1.6.0.openpgp/v1.6.0Justus Winter
2021-11-09openpgp: Fix documentation, add missing KeyFlags::clear_group_key.Justus Winter
2021-10-25openpgp: Add notation setters to RevocationBuilders.Nora Widdecke
2021-10-18openpgp: Release 1.5.0.openpgp/v1.5.0Justus Winter
2021-10-05openpgp: Add a RustCrypto backend.Nikhil Benesch
2021-09-28openpgp: Add methods for padding and truncating MPI values.Justus Winter
2021-09-16openpgp: New function CipherSuite::is_supported.Justus Winter
2021-09-08openpgp: Constrain AEAD chunk sizes.Justus Winter
2021-08-27openpgp: Update NEWS.Justus Winter