summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2018-05-16Revert "openpgp: Provide a function to turn a PacketParser into an iterator."Neal H. Walfield
2018-05-16openpgp: Have the TPKParser iterator directly return any error.Neal H. Walfield
2018-05-16openpgp: Change TPKParser to directly read from a PacketParserNeal H. Walfield
2018-05-14openpgp: Implement streaming encryption.Justus Winter
2018-05-14openpgp: Allow recovery of symmetric::Encryptor's inner writer.Justus Winter
2018-05-14openpgp: Improve serializing SEIP packets.Justus Winter
2018-05-14openpgp: Implement 'Default' for 'S2k'.Justus Winter
2018-05-14openpgp: Re-export 'S2K' and 'SKESK'.Justus Winter
2018-05-14openpgp: Add support for verifying binding signatures.Neal H. Walfield
2018-05-14openpgp: Accept just a primary key as a valid TPK.Neal H. Walfield
2018-05-11openpgp: Add a Writer that encrypts data.Justus Winter
2018-05-11openpgp: Replace copying loop with a memcpy.Justus Winter
2018-05-11openpgp: Add a variant of the decryption test.Justus Winter
2018-05-11openpgp: Add test for the plain Decryptor.Justus Winter
2018-05-11openpgp: Fix getting the block size.Justus Winter
2018-05-08Revert "openpgp: Turn 'OnePassSig.last' into a boolean."Justus Winter
2018-05-07openpgp: Turn 'OnePassSig.issuer' into a KeyID.Justus Winter
2018-05-07openpgp: Turn 'OnePassSig.last' into a boolean.Justus Winter
2018-05-07openpgp: Implement 'From', not 'Into'.Justus Winter
2018-05-07openpgp: Typo.Justus Winter
2018-05-07openpgp: Add and use 'SignatureType'.Justus Winter
2018-05-07openpgp: Use 'PublicKeyAlgorithm'.Justus Winter
2018-05-04openpgp: Remove last use of num's 'FromPrimitive' and 'ToPrimitive'.Justus Winter
2018-05-04openpgp: Improve subpacket tag handling.Justus Winter
2018-05-04openpgp: Improve subpacket tag handling.Justus Winter
2018-05-04openpgp: Use 'CompressionAlgorithm'.Justus Winter
2018-05-03openpgp: Write a map of the packet being parsed.Justus Winter
2018-05-03openpgp: Fix typo.Justus Winter
2018-05-03store: Remove attempt at authenticated key rollover.Justus Winter
2018-05-02openpgp: Rename 'BufferedReaderState' to 'Cookie'.Justus Winter
2018-05-02openpgp: Rework parsing and improve robustness.Justus Winter
2018-05-02openpgp: Rework some parser tests.Justus Winter
2018-05-01openpgp: Improve TPKParse's debugging output.Neal H. Walfield
2018-05-01openpgp: Add a function to hash arbitrary files.Neal H. Walfield
2018-04-30openpgp: Add a function to iterate over all of a TPK's keys.Neal H. Walfield
2018-04-30openpgp: Use UnsupportedHashAlgorithm for unsupported algorithms.Neal H. Walfield
2018-04-30openpgp: Remove redundant code, consolidate comments.Neal H. Walfield
2018-04-30openpgp: Rework TPK parsing.Neal H. Walfield
2018-04-30openpgp: Provide a function to turn a PacketParser into an iterator.Neal H. Walfield
2018-04-27openpgp: Remove (From|To)Primitive dep from Tag.Kai Michaelis
2018-04-27openpgp: Remove 'mod.rs' hack.Justus Winter
2018-04-27openpgp: Remove debugging remnant.Justus Winter
2018-04-27openpgp: Document PK and compression algo enumsKai Michaelis
2018-04-27openpgp: move HashAlgo -> OID func into hash.rsKai Michaelis
2018-04-26openpgp: Add signature verification support.Neal H. Walfield
2018-04-26openpgp: Add support for parsing MPIs.Neal H. Walfield
2018-04-26openpgp: Implement 'Serialize' for BodyLength.Justus Winter
2018-04-26openpgp: Implement 'Serialize' for the CTBs.Justus Winter
2018-04-26openpgp: Add constructors for CTBs.Justus Winter
2018-04-26openpgp: Add an error for invalid arguments.Justus Winter