summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-11-22ffi: Wrap Pool::lookup_by_keyid and Pool::lookup_by_subkeyid.Neal H. Walfield
2018-11-22ffi: Add sq_writer_stack_write_all.Neal 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-20store: Insert all subkeys into the key_by_keyid table.Neal H. Walfield
2018-11-20store: Explicitly bump patch version.Justus Winter
2018-11-19store: Avoid use of deprecated function.Justus Winter
2018-11-19Bump version of 'rand'.Justus Winter
2018-11-16openpgp: Improve example.Justus Winter
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-13tool: update usageKai Michaelis
2018-11-13tool: remove --output, don't silently dump rev-certKai Michaelis
2018-11-13tool: add keygen subcmdKai Michaelis
2018-11-13openpgp: don't print SessionKey and PasswordKai Michaelis
2018-11-13openpgp: handle ??25519 secret keys with leading 0Kai Michaelis
2018-11-12tool: Fix.Justus Winter
2018-11-12tool: Add note.Justus Winter
2018-11-07ffi: fix examplesKai Michaelis
2018-11-06Use nettle 1.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-02openpgp: Move the packet type definitions around.Justus Winter
2018-11-01openpgp: Add test.Justus Winter
2018-11-01openpgp: Return an error in case of conflicts.Justus Winter
2018-11-01core: Avoid use of deprecated function.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