summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-07-08Release 0.9.0.v0.9.0Justus Winter
2019-07-08Update Debian build instructions now that Buster is released.Justus Winter
2019-07-08ipc, store: Bump capnp to 0.10.Justus Winter
2019-07-08core: Bump dirs to 2.0.Justus Winter
2019-07-08Update all dependencies to the latest compatible version.Justus Winter
2019-07-08openpgp: Add a function that normalizes signatures.Justus Winter
2019-07-08openpgp: Fix std::hash::Hash for Signature4.Justus Winter
2019-07-08rfc2822: Clarify what UTF-8 text meansNeal H. Walfield
2019-07-08rfc2822: Document that unquoted @s are accepted by display-nameNeal H. Walfield
2019-07-08rfc2822: Support unquoted @s in the display nameNeal H. Walfield
2019-07-05openpgp: Make CipherSuite::Cv25519 the default cipher suite.Justus Winter
2019-07-05openpgp: Ignore unhashed subpackets when comparing signatures.Justus Winter
2019-07-05openpgp: Rework PartialEq for Signature4.Justus Winter
2019-07-05openpgp: Fix PartialEq for SubpacketArea.Justus Winter
2019-07-05openpgp: Ignore Unicode whitespace when converting from hex.Justus Winter
2019-07-04openpgp: Fix ECDH over the NIST curves.Justus Winter
2019-07-02openpgp: New function crypto::random.Justus Winter
2019-07-02openpgp: Simplify SessionKey::new.Justus Winter
2019-07-02openpgp: Use the hash abstraction for hashing.Justus Winter
2019-07-02openpgp: Remove superfluous function.Justus Winter
2019-07-02openpgp: Introduce an abstraction for hash contexts.Justus Winter
2019-07-02openpgp: Make the crypto::hash module public, remove re-export.Justus Winter
2019-07-01Bump nettle to 5.0.2.Justus Winter
2019-06-28openpgp: New functions returning the algo for keys.Justus Winter
2019-06-28openpgp: Fix documentation.Justus Winter
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