summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2019-03-25openpgp: New constructors for SessionKey and Password.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-22openpgp, core: Return old value in setters.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-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-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-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-14openpgp: Improve documentationNeal H. Walfield
2019-03-14openpgp: Don't read beyond the end of the bufferNeal 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-13openpgp: Fix typo, rename parsed field names.Justus Winter
2019-03-13Bump nettle to 5.0.Justus Winter
2019-03-08openpgp: Always emit a direct-key signature when creating TPKs.Justus Winter
2019-03-08openpgp: Copy signature subkeys when adding a userid.Justus Winter
2019-03-04openpgp: Collect Signature Subpacket statistics.Justus Winter
2019-03-04openpgp: Only print signature stats if we saw some.Justus Winter
2019-03-04openpgp: Formatting.Justus Winter
2019-03-01buffered-reader: Drop BufferedReader prefix.Justus Winter
2019-02-27openpgp: add functions to manipulate TSKsKai Michaelis
2019-02-26openpgp: Add Fingerprint::to_icaoKai Michaelis
2019-02-22openpgp: Robustness fix.Justus Winter
2019-02-22openpgp: Gracefully handle unsupported hash algorithms.Justus Winter
2019-02-22openpgp: Gracefully handle unsupported hash algorithms.Justus Winter
2019-02-22openpgp: Improve test.Justus Winter
2019-02-21Release 0.4.1.v0.4.1Justus Winter
2019-02-20openpgp: allow self-sig less keys to have subkeysKai Michaelis
2019-02-20openpgp: Collect statistics over user attribute subpackets.Justus Winter
2019-02-20openpgp: Support user attribute subpackets.Justus Winter
2019-02-20openpgp: Improve statistics.Justus Winter
2019-02-20openpgp: Parse more than one file.Justus Winter
2019-02-20openpgp: Update build instructions.Justus Winter
2019-02-19Release 0.4.0.v0.4.0Justus Winter
2019-02-19openpgp: Return &[Signature] from TPK accessors.Justus Winter
2019-02-19openpgp: Add missing accessors.Justus Winter
2019-02-18openpgp: Compute Keygrips.Justus Winter
2019-02-18openpgp: Implement From<Vec<u8>> for MPI.Justus Winter
2019-02-18openpgp: Improve documentation.Justus Winter
2019-02-18openpgp: Move Serialize::to_vec to SerializeInto::to_vec.Justus Winter