summaryrefslogtreecommitdiffstats
path: root/openpgp/src/serialize
AgeCommit message (Expand)Author
2018-07-09openpgp: Add and use a type specifying reasons for revocations.Justus Winter
2018-07-09openpgp: Use struct-like values for subpackets.Justus Winter
2018-07-06openpgp: Use the new predicates.Justus Winter
2018-07-05openpgp: Introduce and use struct Features.Justus Winter
2018-07-05openpgp: Use struct KeyFlags in SubpacketValue.Justus Winter
2018-07-05openpgp: Use vectors of symbolic values for algorithm preferences.Justus Winter
2018-07-05openpgp: Use broken-down time in SubpacketValue.Justus Winter
2018-07-05openpgp: Implement serialization of secret keys.Justus Winter
2018-07-04openpgp: Use broken-down time as key creation time.Justus Winter
2018-07-04openpgp: Add a new way to wrap writers for streaming serialization.Justus Winter
2018-07-04openpgp: Hide the `writer::Stackable` trait.Justus Winter
2018-07-02openpgp: Remove gratuitious mut.Neal H. Walfield
2018-07-02openpgp: Implement detached signature generation in the Signer.Justus Winter
2018-07-02openpgp: Fix error handling.Justus Winter
2018-07-02openpgp: Improve documentation, add example.Justus Winter
2018-07-02openpgp: Create a special Option-like type for PacketParser.Neal H. Walfield
2018-06-29openpgp: Actually compute signatures in the streaming signer.Justus Winter
2018-06-29openpgp: Fix serializing embedded signatures.Justus Winter
2018-06-28openpgp: Implement Serialize for Subpacket{,Value}.Justus Winter
2018-06-28openpgp: Add `MPIs::Unknown` for parameters of unknown algorithms.Justus Winter
2018-06-28openpgp: Parse MPIs of ElGamal signatures.Justus Winter
2018-06-27openpgp: Tune TPK-abbreviation acrobatics.Justus Winter
2018-06-19openpgp: Express log2 using the `u32::leading_zeros()` intrinsic.Justus Winter
2018-06-19openpgp, buffered-reader: Make compression an optional feature.Justus Winter
2018-06-18openpgp: Simplify test.Justus Winter
2018-06-14openpgp: Move Tag into the packet module.Justus Winter
2018-06-14openpgp: Move S2K out of the crate root.Justus Winter
2018-06-14openpgp: Move MPI and MPIs out of the crate root.Justus Winter
2018-06-13openpgp: Add PKESK to the Packet enum.Neal H. Walfield
2018-06-13openpgp: Rename Message to PacketPileNeal H. Walfield
2018-06-11openpgp: Handle encryption-capable primary keys.Justus Winter
2018-06-11openpgp: Do not re-export *Algorithm in the root.Justus Winter
2018-06-08openpgp: Implement Serialize for MPI, simplify serializing of MPIs.Justus Winter
2018-06-08openpgp: Add and use an enum for identifying Curves.Justus Winter
2018-06-08openpgp: improve secret key handling.Kai Michaelis
2018-06-06openpgp: Fix some typos, add some minor clarificationsNeal H. Walfield
2018-06-05openpgp: Improve error handling when serializing.Justus Winter
2018-06-05openpgp: Fix typo.Justus Winter
2018-06-04openpgp: Rename the expiration predicates.Justus Winter
2018-06-01openpgp: Honor key expiration when encrypting.Justus Winter
2018-05-31openpgp: Gracefully handle unsupported algorithms while encrypting.Justus Winter
2018-05-29openpgp: Remove debugging remnant.Justus Winter
2018-05-29openpgp: Implement public key encryption.Justus Winter
2018-05-29openpgp: Add a PKESK type.Justus Winter
2018-05-29openpgp: Implement creating and serializing MPIs.Justus Winter
2018-05-28openpgp: Implement Serialize for KeyID.Justus Winter
2018-05-28openpgp: Encrypt with n passphrases.Justus Winter
2018-05-17openpgp: Remove Error::Io.Neal H. Walfield
2018-05-17openpgp: Rename SymmetricAlgo to SymmetricAlgorithm.Neal H. Walfield
2018-05-17openpgp: Move SymmetricAlgo from its module to the constants module.Neal H. Walfield