summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2019-06-28openpgp: Move MPI::decode_point() to crypto::mpis.Justus Winter
2019-06-28openpgp: Make struct MPI opaque.Justus Winter
2019-06-27openpgp: Rework secret key handling.Justus Winter
2019-06-27openpgp: Differentiate between SessionKey and mem::Protected.Justus Winter
2019-06-27openpgp: Pin secrets.Justus Winter
2019-06-27openpgp: Refactor memory protection.Justus Winter
2019-06-26openpgp: Fix warnings.Justus Winter
2019-06-26openpgp: Improve documentation.Justus Winter
2019-06-25openpgp: Decryption support for S-Expressions.Justus Winter
2019-06-24openpgp: Improve key wrapping and unwrapping.Justus Winter
2019-06-24openpgp: Split ecdh::decrypt.Justus Winter
2019-06-24openpgp: Use SessionKey to protect secrets during ECDH.Justus Winter
2019-06-24openpgp: Add a function to convert SessionKeys back to Vec<u8>.Justus Winter
2019-06-24openpgp: Rename functions to 'encrypt' and 'decrypt'.Justus Winter
2019-06-24openpgp: Remove debugging artifact.Justus Winter
2019-06-24openpgp: Typo.Justus Winter
2019-06-24openpgp, tool: Fix decryption.Justus Winter
2019-06-24openpgp: Fix error.Justus Winter
2019-06-24openpgp: Reword.Justus Winter
2019-06-14Release 0.8.0.v0.8.0Justus Winter
2019-06-14openpgp: Add test.Justus Winter
2019-06-14openpgp: Fix Fingerprint to KeyID conversion.Justus Winter
2019-06-13openpgp: Remove unused imports in tpk/armor.rsjuga
2019-06-11openpgp: Add module to enarmor TPKs with headersjuga
2019-06-11openpgp: Convert signature s-expressions to mpis::Signature.Justus Winter
2019-06-11openpgp: Improve debug formatting of s-expressions.Justus Winter
2019-06-11openpgp: Fix packet reference serialization interface.Justus Winter
2019-06-08openpgp: Turn key parse errors into soft errors.Justus Winter
2019-06-08openpgp: Make the reader mode configurable in Dearmor.Justus Winter
2019-06-08openpgp: Export Dearmor.Justus Winter
2019-06-06openpgp: New type representing s-expressions.Justus Winter
2019-06-06openpgp, rfc2822: Drop force-rerun hack.Justus Winter
2019-06-01openpgp: Implement Clone for KeyPair.Justus Winter
2019-06-01openpgp: Implement From<KeyPair> for packet::Key.Justus Winter
2019-06-01openpgp: Fix Key4 parsing.Justus Winter
2019-06-01openpgp: Fix key serialization.Justus Winter
2019-06-01openpgp: Simplify tests.Justus Winter
2019-06-01openpgp: Simplify examples.Justus Winter
2019-06-01openpgp: Expose functions to parse MPIs.Justus Winter
2019-06-01openpgp: Fix documentation.Justus Winter
2019-05-31openpgp: Add constructors for creating an RFC 2822 compliant User IDNeal H. Walfield
2019-05-31openpgp: Implement From<String> for UserIDNeal H. Walfield
2019-05-30openpgp: Make PKESK::decrypt use crypto::Decryptor.Justus Winter
2019-05-30openpgp: New trait crypto::Decryptor.Justus Winter
2019-05-30openpgp: Avoid copying the session key into a vec.Justus Winter
2019-05-30openpgp: Implement From<u64> for KeyID.Justus Winter
2019-05-28openpgp: Support parsing invalid email addresses in User ID packetsNeal H. Walfield
2019-05-28openpgp: Extend UserID to handle invalid email addressesNeal H. Walfield
2019-05-28Bump memsec to 0.5.6.Hussein
2019-05-24Update to lalrpop 0.17Neal H. Walfield