summaryrefslogtreecommitdiffstats
path: root/openpgp/src/types/revocation_key.rs
AgeCommit message (Expand)Author
2021-12-13ipc, openpgp: Bump quickcheck to 1.0.3.Nora Widdecke
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
2020-12-11openpgp: Remove ComponentAmalgamation::revocation_keys.Wiktor Kwapisiewicz
2020-12-08openpgp: Add assert_send_and_sync! for more types.Azul
2020-09-29openpgp: Implement PartialOrd, Ord for signature-related types.Justus Winter
2020-09-22openpgp: Remove `quickcheck` feature.Wiktor Kwapisiewicz
2020-08-06openpgp: Fix formatting of vector and array literals in examples.Justus Winter
2020-06-08openpgp: Introduce feature flag for quickcheck.Nora Widdecke
2020-06-01openpgp: Add doctests to types module.Wiktor Kwapisiewicz
2020-04-08openpgp: Implement From<&Cert> for RevocationKeyNeal H. Walfield
2020-04-01openpgp: Fix RevocationKey::arbitrary.Justus Winter
2020-03-31openpgp: Implement Arbitrary for RevocationKey.Justus Winter
2020-03-16openpgp: Remove superfluous parenthesis.Justus Winter
2020-02-24openpgp: Clarify field documentation.Justus Winter
2020-02-10openpgp: New type RevocationKey.Justus Winter