summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/key.rs
AgeCommit message (Expand)Author
2021-11-18openpgp: Use a WASM-friendly SystemTime::now wrapper.Justus Winter
2021-10-11openpgp: Fix links.Nora Widdecke
2021-09-16openpgp: Skip tests if a required algorithm is not supported.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-05-19openpgp: Improve Cert::insert_packets.Neal H. Walfield
2021-05-17openpgp: Mention Key4::new in struct documentationRobin Krahl
2021-04-20openpgp: Fix links to draft spec.Justus Winter
2021-04-09Lint: Use matches! macro.Nora Widdecke
2021-04-09Lint: Remove unnecessary conversions.Nora Widdecke
2021-03-19openpgp: Align equality, serialization of Key packets.Justus Winter
2021-03-17openpgp: Improve tests related to encrypted keys.Justus Winter
2021-03-02openpgp, autocrypt, guide: Make tests more robust.Justus Winter
2020-12-11openpgp: Replace `.unwrap()` in doctests with `?`Azul
2020-12-11openpgp: Pass the hash algo's security reqs to Policy::signature.Neal H. Walfield
2020-12-08openpgp: Tweak the assert_send_and_sync macro.Justus Winter
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Allow generic types in assert_send_and_sync!.Azul
2020-12-08openpgp: Ensure public types are Send and Sync.Azul
2020-12-07openpgp: Drop hash::Context in favor of a pub trait hash::Digest.Justus Winter
2020-11-24openpgp: seal KeyRole and KeyPartsAzul
2020-11-20openpgp: Fix PartialEq, Hash for key::Encrypted.Justus Winter
2020-11-20openpgp: Dump armored packets in tests.Justus Winter
2020-11-18openpgp: Add mutation tests for key packets.Justus Winter
2020-11-12openpgp: Make crypto::Hash::digest fallible.Justus Winter
2020-10-26openpgp: Use std::matches! instead of custom destructures_to macroIgor Matuszewski
2020-10-07openpgp: Use correct checksum method when parsing encrypted keys.Justus Winter
2020-10-06openpgp: Support encrypted keys protected by two octet sum.Justus Winter
2020-10-06openpgp: Implement two-octet checksums over secret key material.Justus Winter
2020-10-06openpgp: Improve documentation.Justus Winter
2020-10-02openpgp: Make signature verification use a mutable self reference.Justus Winter
2020-09-22openpgp: Remove `quickcheck` feature.Wiktor Kwapisiewicz
2020-08-20openpgp: Add optional parameters to unknown S2K variants.Justus Winter
2020-08-20openpgp: Make key::Encrypted::ciphertext fail with unknown S2K.Justus Winter
2020-08-20openpgp: Make key::Encrypted::ciphertext fallible.Justus Winter
2020-08-17openpgp: Rename {en,de}crypt_shared to better reflect their use.Justus Winter
2020-07-28openpgp: Explicitly handle plaintexts being too large.Justus Winter
2020-06-22openpgp: Move private key importing implementation to the Nettle backendIgor Matuszewski
2020-06-09openpgp: Improve documentation for packet::key and KeyNeal H. Walfield
2020-06-08openpgp: Introduce feature flag for quickcheck.Nora Widdecke
2020-06-02openpgp: Remove unnecessary forwarderNeal H. Walfield
2020-06-02openpgp: Break up packet::keyNeal H. Walfield
2020-05-27openpgp: Fix referenceNeal H. Walfield
2020-05-27openpgp: Add methods to Key to handle encrypted secret key materialNeal H. Walfield
2020-05-27openpgp: Add SecretKeyMaterial::{decrypt,encrypt}Neal H. Walfield
2020-05-27openpgp: Make SecretKeyMaterial less brittleNeal H. Walfield
2020-04-16Revert "openpgp: Make PacketParserResult a std::result::Result."Justus Winter
2020-04-09openpgp: Make PacketParserResult a std::result::Result.Justus Winter
2020-04-08openpgp: Change key's role function names.Wiktor Kwapisiewicz