summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-03-25ffi-macros: Implement MoveFromRaw<Option<W>>.Justus Winter
2019-03-25openpgp: New constructors for SessionKey and Password.Justus Winter
2019-03-25Improve README.Justus Winter
2019-03-25tool: Use the new API.Justus Winter
2019-03-25openpgp: Add a public API for hex conversions.Justus Winter
2019-03-25openpgp: Implement AsRef<[u8]> for SessionKey and Password.Justus Winter
2019-03-22Fix build on macOS.Justus Winter
2019-03-22openpgp-ffi: Replace glibc's error function.Justus Winter
2019-03-22openpgp-ffi: Add convenience functions to work with pgp_reader_t:s.Neal H. Walfield
2019-03-22openpgp, core: Return old value in setters.Justus Winter
2019-03-22ffi-macros: Bump nettle to 0.5.Justus Winter
2019-03-21openpgp: Rename `UserID::userid()` to `value()`.Justus Winter
2019-03-21openpgp: Remove UserID::new() and the mutators.Justus Winter
2019-03-21tool: Dump user attribute subpackets.Justus Winter
2019-03-21openpgp: Rename UserAttribute's accessors.Justus Winter
2019-03-21openpgp: Simplify User{ID,Attribute}::arbitrary().Justus Winter
2019-03-21openpgp: Drop nonsensical constructor.Justus Winter
2019-03-21openpgp-ffi: Use crate for futimes fiddling.Justus Winter
2019-03-21openpgp-ffi: Reify the verification wrapper.Justus Winter
2019-03-21openpgp-ffi: Fix memory leak.Justus Winter
2019-03-21openpgp-ffi: Reify the decryption wrapper.Justus Winter
2019-03-21openpgp-ffi: Allow passing 0 to select the default algorithmNeal H. Walfield
2019-03-20openpgp-ffi: Add test.Justus Winter
2019-03-20openpgp-ffi: Fix linkage.Justus Winter
2019-03-20openpgp-ffi: Simplify c-test.Justus Winter
2019-03-20openpgp-ffi: Move the decryption and verification code.Justus Winter
2019-03-20openpgp-ffi: Create parse subdirectory.Justus Winter
2019-03-19openpgp-ffi: New example.Justus Winter
2019-03-19openpgp-ffi: Simplify examples.Justus Winter
2019-03-19ci: Delete stale files, second try.Justus Winter
2019-03-18openpgp: Add a new example.Justus Winter
2019-03-18openpgp: Make cipher algorithm configurable in streaming Encryptor.Justus Winter
2019-03-18openpgp: Make hash algorithm configurable in streaming Signer.Justus Winter
2019-03-18openpgp: Improve tests.Justus Winter
2019-03-18openpgp: Fix documentation.Justus Winter
2019-03-18openpgp: Annotate MPI lengths with the fields name.Justus Winter
2019-03-18tool: Dump the size of public keys.Justus Winter
2019-03-15guide: New chapter about message signing and verification.Justus Winter
2019-03-15openpgp: Improve examples.Justus Winter
2019-03-14Release 0.5.0.v0.5.0Justus Winter
2019-03-14tool: Add option to set the kind of armored data.Justus Winter
2019-03-14openpgp-ffi: Fix naming.Neal H. Walfield
2019-03-14openpgp: Improve documentationNeal H. Walfield
2019-03-14openpgp: Don't read beyond the end of the bufferNeal H. Walfield
2019-03-14openpgp-ffi: Fix prototype.Neal H. Walfield
2019-03-14openpgp: Replace TPK::select_keys with an iterator.Neal H. Walfield
2019-03-14openpgp: Implement BitAnd and BitOr for KeyFlagsNeal H. Walfield
2019-03-13sq: Support dumping encrypted messages.Justus Winter
2019-03-13sq: New subcommand 'packet'.Justus Winter
2019-03-13openpgp: Fix typo, rename parsed field names.Justus Winter