summaryrefslogtreecommitdiffstats
path: root/openpgp/src/types/mod.rs
AgeCommit message (Expand)Author
2023-07-03openpgp: Dot-encode unknown curves in impl fmt::Display.Justus Winter
2023-06-06openpgp: Deprecate `types::Curve::len`.Wiktor Kwapisiewicz
2023-05-22openpgp: Formalize reporting of supported algorithms.Justus Winter
2023-05-22openpgp: Implement GCM mode.Justus Winter
2023-04-28openpgp: Rework creation of plausible secret key material.Justus Winter
2023-03-24openpgp: Provide a common public SymmetricAlgorithm::is_supported.Justus Winter
2023-03-24openpgp: Hardcode symmetric algorithm key and block sizes.Justus Winter
2023-03-01openpgp: Add support for brainpoolP384r1.Justus Winter
2023-03-01openpgp: Don't assert that ElGamal is not supported in test.Justus Winter
2023-01-06openpgp: Fix typos found by codespellDimitri Papadopoulos
2022-11-15openpgp: Add a method to iterate over all variants of some enums.Neal H. Walfield
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: Deprecate DataFormat::MIMEWiktor Kwapisiewicz
2022-06-08openpgp: Make PublicKeyAlgorithm descriptions shorter.Wiktor Kwapisiewicz
2022-05-12openpgp: Add Curve::field_size.Justus Winter
2022-03-02openpgp: Fix test.Justus Winter
2022-02-08openpgp: Fix test.Justus Winter
2021-12-13ipc, openpgp: Bump quickcheck to 1.0.3.Nora Widdecke
2021-11-29openpgp, sq: Drop unneeded clone on a Copy value.Nora Widdecke
2021-11-29Use range syntax.Nora Widdecke
2021-09-30Add an is_empty method when len is thereLars Wirzenius
2021-09-21Avoid matching on &Foo, when a plain Foo pattern worksLars Wirzenius
2021-09-16openpgp: Don't assert that the NIST curves are supported.Justus Winter
2021-09-16openpgp: Make list of supported algorithms backend-dependent.Justus Winter
2021-08-27ffi, openpgp: Cleanup links after cargo intraconv.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-06-28openpgp: Fix classification of unknown public key algorithms.Justus Winter
2021-04-26openpgp: Expose low-level functions for attestation key signatures.Justus Winter
2021-04-09Lint: Use matches! macro.Nora Widdecke
2021-03-30Minor edits in documentation.Heiko
2021-02-10openpgp: Add HashAlgorithm::text_name.Justus Winter
2021-02-10openpgp: Make HashAlgorithm::from_str ignore case.Justus Winter
2021-01-19openpgp: Implement verification of attested key signatures.Justus Winter
2020-12-11openpgp: Standardize fn main() in doctests.Azul
2020-12-11openpgp: Replace `.unwrap()` in doctests with `?`Azul
2020-12-08openpgp: Add assert_send_and_sync! for more types.Azul
2020-12-08openpgp: Ensure public types are Send and Sync.Azul
2020-12-01openpgp: take ownership of Features bitfieldAzul
2020-11-06openpgp: Use non_exhaustive attribute.Nora Widdecke
2020-10-02openpgp: Rename Cert::merge_packets to Cert::insert_packets.Justus Winter
2020-09-29openpgp: Implement PartialOrd, Ord for signature-related types.Justus Winter
2020-09-25openpgp: Fix deprecation notices.Nora Widdecke
2020-09-22openpgp: Remove `quickcheck` feature.Wiktor Kwapisiewicz
2020-08-14openpgp: Fix Curve::arbitrary.Justus Winter
2020-08-13openpgp: Add note to enums that cannot be exhaustively matched.Justus Winter
2020-08-13openpgp: Adjust for SymmetricAlgorithm support diff. across backendsIgor Matuszewski
2020-08-06openpgp: Fix formatting of vector and array literals in examples.Justus Winter