summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2020-07-07openpgp: Improve Subpacket::arbitrary.Nora Widdecke
2020-07-06openpgp: Implement Debug for packet bodies.Justus Winter
2020-07-01openpgp: Typo.Nora Widdecke
2020-06-30openpgp: Improve message structure documentation.Justus Winter
2020-06-30openpgp: Explain corner case of missing issuer hints.Justus Winter
2020-06-30openpgp: Simplify.Justus Winter
2020-06-30openpgp: Make KeyAmalgamationIter::key_handles more consistent.Justus Winter
2020-06-30openpgp: A direct key signature can be made by a third party.Neal H. Walfield
2020-06-30openpgp: Check the signature's type when creating a signature.Neal H. Walfield
2020-06-30openpgp: Improve panic message.Justus Winter
2020-06-30openpgp: Improve documentation.Justus Winter
2020-06-30openpgp: New test.Justus Winter
2020-06-30openpgp: Typo.Justus Winter
2020-06-29openpgp: Improve debugging output.Neal H. Walfield
2020-06-29openpgp: Don't unnecessarily set signature subpackets.Neal H. Walfield
2020-06-29openpgp: Reduce redundancies when printing a Signature4 struct.Neal H. Walfield
2020-06-29openpgp: Make Digest trait only pub(crate)Igor Matuszewski
2020-06-29openpgp: Filter Signatures when converting them to SigantureBuilders.Neal H. Walfield
2020-06-25openpgp: Improve reporting of verification errors.Justus Winter
2020-06-25openpgp: Improve documentation for verification results.Justus Winter
2020-06-24openpgp: Add examples for the builders.Justus Winter
2020-06-24openpgp: Make import visible in doctest.Justus Winter
2020-06-24openpgp: Improve documentation.Justus Winter
2020-06-24openpgp: Improve documentation for Verifier::message_processed.Justus Winter
2020-06-24openpgp: Simplify tests.Justus Winter
2020-06-23openpgp: Improve Subpacket::arbitrary.Nora Widdecke
2020-06-23openpgp: Deduplicate packet length encoding functions.Nora Widdecke
2020-06-22openpgp: Keep aes_key_(un)wrap same across different backendsIgor Matuszewski
2020-06-22openpgp: Silence redundant imports for newer Rust toolchainsIgor Matuszewski
2020-06-22openpgp: Inline {ed,x}25519 size constants in MPI point decodingIgor Matuszewski
2020-06-22openpgp: Move private key importing implementation to the Nettle backendIgor Matuszewski
2020-06-22openpgp: Move Nettle symmetric impls to the backend moduleIgor Matuszewski
2020-06-22openpgp: Move Nettle hashing impls to the backend moduleIgor Matuszewski
2020-06-22openpgp: Move Nettle AEAD implementation to the backend moduleIgor Matuszewski
2020-06-22openpgp: Move Nettle ECDH implementation to the backend moduleIgor Matuszewski
2020-06-22openpgp: Move Nettle asymmetric impls to the backend moduleIgor Matuszewski
2020-06-22openpgp: Move random generation to Nettle backendIgor Matuszewski
2020-06-22openpgp: Introduce crypto::backend facade moduleIgor Matuszewski
2020-06-19openpgp: Improve documentation.Neal H. Walfield
2020-06-19openpgp: Change how SignatureBuilder emits the sig's creation time.Neal H. Walfield
2020-06-19openpgp: Do any modifications to the signature before signing.Neal H. Walfield
2020-06-19openpgp: Refactor.Neal H. Walfield
2020-06-19openpgp: Split SignatureBuilder.Neal H. Walfield
2020-06-19openpgp: Remove unnecessary generic variables.Neal H. Walfield
2020-06-19openpgp: SignatureBuilder::pk_algo should not be public.Neal H. Walfield
2020-06-15openpgp: Don't rely on Nettle in select testsIgor Matuszewski
2020-06-12Release 0.17.0.v0.17.0Justus Winter
2020-06-12Relax dependency on base64.Justus Winter
2020-06-11Update all dependencies.Justus Winter
2020-06-11openpgp: Bump base64 to 0.12.Justus Winter