summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-06-28openpgp: Rework protection of mpis::SecretKey.Justus Winter
2019-06-28openpgp: Do not store the length of MPIs.Justus Winter
2019-06-28openpgp: Fix errors returned from MPI::decode_point().Justus Winter
2019-06-28openpgp: Move MPI::decode_point() to crypto::mpis.Justus Winter
2019-06-28openpgp: Make struct MPI opaque.Justus Winter
2019-06-28openpgp-ffi: Use PublicKey::bits().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-26Bump nettle to 5.0.1.Justus Winter
2019-06-26Rename contributing instructions.Justus Winter
2019-06-26openpgp-ffi, ffi, ffi-macros: Avoid deprecated integer types.Justus Winter
2019-06-26openpgp: Fix warnings.Justus Winter
2019-06-26Bump the required rustc version to 1.34.Justus Winter
2019-06-26openpgp: Improve documentation.Justus Winter
2019-06-26ipc: GnuPG RPC support.Justus Winter
2019-06-25openpgp: Decryption support for S-Expressions.Justus Winter
2019-06-24ipc: Lazily execute commands.Justus Winter
2019-06-24ipc: Simplify the Assuan RPC interface.Justus Winter
2019-06-24ipc: Fix handling of data lines.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-19net: Replace or remove commentsjuga
2019-06-18tool: If make-usage.sh exits abnormally don't update the target fileNeal H. Walfield
2019-06-18tool: Make make-usage.sh more robustNeal H. Walfield
2019-06-18tool: Fix argument parsing for the wkd subcommandNeal H. Walfield
2019-06-18tool: Update sq-usage.rs with current clijuga
2019-06-17ipc: Add Assuan support.Justus Winter
2019-06-14Release 0.8.0.v0.8.0Justus Winter
2019-06-14buffered-reader: Clarify loop variant.Justus Winter
2019-06-14buffered-reader: Fix comment.Justus Winter
2019-06-14openpgp: Add test.Justus Winter
2019-06-14openpgp: Fix Fingerprint to KeyID conversion.Justus Winter
2019-06-14Update nettle-sys to 1.0.3.Justus Winter
2019-06-13openpgp: Remove unused imports in tpk/armor.rsjuga
2019-06-12core: Replace Context set_lib documentationjuga
2019-06-11tool: Add headers to exported enarmored TPKsjuga
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