summaryrefslogtreecommitdiffstats
path: root/openpgp/src
AgeCommit message (Expand)Author
2018-11-22openpgp: make TPK::merge more forgivingKai Michaelis
2018-11-22Fix typos.Neal H. Walfield
2018-11-22openpgp: Detect ASCII-Armored data and decode.Neal H. Walfield
2018-11-22openpgp: Make the armor reader work with generic BufferedReadersNeal H. Walfield
2018-11-22openpgp: Export VerificationResult::level.Neal H. Walfield
2018-11-22openpgp: Don't export function.Neal H. Walfield
2018-11-21openpgp: switch to nettle 2.0Kai Michaelis
2018-11-20openpgp: Add a function to pretty print a BufferedReader stackNeal H. Walfield
2018-11-20openpgp: Add basic support for old-style sigs to the Verifier.Neal H. Walfield
2018-11-16openpgp: Stylistic fix.Justus Winter
2018-11-16openpgp: Add encryption roundtrip test.Justus Winter
2018-11-16openpgp: it's cfg!(debug_assertions) not debugKai Michaelis
2018-11-16openpgp: centralize hash computationKai Michaelis
2018-11-16openpgp: reverse the scalar after keygenKai Michaelis
2018-11-16buffered-reader: Require that BufferedReaders implement Display.Neal H. Walfield
2018-11-15openpgp: Make modules private.Justus Winter
2018-11-14openpgp: embed backwards sig into bindingKai Michaelis
2018-11-14openpgp: Fix session key caching.Justus Winter
2018-11-14openpgp: Add tracing.Justus Winter
2018-11-14openpgp: Implement Serialize for packet::Header.Justus Winter
2018-11-14openpgp: Add a public interface for parsing headers.Justus Winter
2018-11-14openpgp: Move parsing code to the parsing module.Justus Winter
2018-11-14openpgp: Fix key creation.Justus Winter
2018-11-14Avoid identity slicing.Justus Winter
2018-11-13openpgp: time-constant MPI comparison opsKai Michaelis
2018-11-13openpgp: don't print SessionKey and PasswordKai Michaelis
2018-11-13openpgp: handle ??25519 secret keys with leading 0Kai Michaelis
2018-11-02openpgp: improve handling uid revocations.Kai Michaelis
2018-11-02openpgp: Fix test.Justus Winter
2018-11-02openpgp: Create revocation certificates for TPKs.Justus Winter
2018-11-01openpgp: Add test.Justus Winter
2018-11-01openpgp: Return an error in case of conflicts.Justus Winter
2018-10-30openpgp: Make some subpackets not critical by default.Justus Winter
2018-10-30openpgp: Make Serialize::to_vec() return Result(_).Justus Winter
2018-10-30openpgp: Implement Serialize for TPK and TSK.Justus Winter
2018-10-30openpgp: Update comment.Justus Winter
2018-10-26openpgp: Add constructors to TSK, implement Deref{,Mut} for TSK.Justus Winter
2018-10-26openpgp: Fix serializing keys that have no secrets.Justus Winter
2018-10-26openpgp: Fix serializing TSKs.Justus Winter
2018-10-23openpgp: Move sequre_eq to openpgp::crypto.Justus Winter
2018-10-23openpgp: Move SessionKey into openpgp::crypto.Justus Winter
2018-10-23openpgp: Move the Password type to openpgp::crypto.Justus Winter
2018-10-23openpgp: Move the hash_file(..) function to openpgp::crypto.Justus Winter
2018-10-23openpgp: Move openpgp::mpis to openpgp::crypto::mpis.Justus Winter
2018-10-23openpgp: Move S2K to openpgp::crypto.Justus Winter
2018-10-23openpgp: Move crypto primitives to openpgp::crypto.Justus Winter
2018-10-23openpgp, tool: Improve iteration over packet maps.Justus Winter
2018-10-23openpgp: Move Map into a new module.Justus Winter
2018-10-18openpgp: implement len() for the TPK iterators.Kai Michaelis
2018-10-17openpgp: don't show SecretKey values in release modeKai Michaelis