summaryrefslogtreecommitdiffstats
path: root/openpgp/src/types
AgeCommit message (Expand)Author
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: Disable doctest if padding is not available.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-12-13openpgp: Fix duration_round_up test.Nora Widdecke
2021-11-29openpgp, sq: Drop unneeded clone on a Copy value.Nora Widdecke
2021-11-29Drop unnecessary lifetime annotations.Nora Widdecke
2021-11-29Use range syntax.Nora Widdecke
2021-11-18openpgp: Use a WASM-friendly SystemTime::now wrapper.Justus Winter
2021-11-09openpgp: Fix documentation, add missing KeyFlags::clear_group_key.Justus Winter
2021-09-30Add an is_empty method when len is thereLars Wirzenius
2021-09-30Use .iter() instead of .into_iter()Lars Wirzenius
2021-09-30Use a clearer and shorter += or /= operationLars 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-27openpgp: Correct links.Nora Widdecke
2021-08-27ffi, openpgp: Cleanup links after cargo intraconv.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-07-16openpgp: Add missing ValidCert::revocation_keys.Justus Winter
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 is_empty().Nora Widdecke
2021-04-09Lint: Use matches! macro.Nora Widdecke
2021-04-09Lint: Remove redundant closures.Nora Widdecke
2021-04-09Lint: Remove unnecessary conversions.Nora Widdecke
2021-04-06openpgp: Fix SystemTime test.Nora Widdecke
2021-04-06openpgp: Correct system_time_32_bit test.Daniel Kahn Gillmor
2021-04-06openpgp: Enable time_t overflow test on other 32-bit platforms.Daniel Kahn Gillmor
2021-03-30Minor edits in documentation.Heiko
2021-03-05openpgp: Fix SystemTime from Timestamp on 32bit.Nora Widdecke
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-15openpgp: Use Feb. 1st instead of Jan. 1st as the cutoff day.Neal H. Walfield
2020-12-14openpgp: Add Duration::years.Neal H. Walfield
2020-12-14openpgp: Make Duration::seconds a const fn.Neal H. Walfield
2020-12-11openpgp: Remove ComponentAmalgamation::revocation_keys.Wiktor Kwapisiewicz
2020-12-11openpgp: Standardize fn main() in doctests.Azul
2020-12-11openpgp: Replace `.unwrap()` in doctests with `?`Azul
2020-12-08openpgp: Make unnamed iterators Send + Sync.Justus Winter
2020-12-08openpgp: Add assert_send_and_sync! for more types.Azul