summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-05-17openpgp: Move KeyID and Fingerprint details to their own modulesNeal H. Walfield
2018-05-17openpgp: Publicly export mpis::MPIs at the crate root.Neal H. Walfield
2018-05-17Fix 535ed3c.Neal H. Walfield
2018-05-17openpgp: Remove Error::Io.Neal H. Walfield
2018-05-17openpgp: Change errors to return a type value.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
2018-05-17openpgp: Rename HashAlgo to HashAlgorithm.Neal H. Walfield
2018-05-17openpgp: Move HashAlgo from the hash module to the constants module.Neal H. Walfield
2018-05-17Avoid use of 'use super' except in sub-modules in the same file.Neal H. Walfield
2018-05-16Improve build instructions.Neal H. Walfield
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-14tool: Tweak 'sqv's flag handling.Justus Winter
2018-05-14tool: Install 'sqv'.Justus Winter
2018-05-14tool: Bump dependency.Justus Winter
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-11tool: Generalize usage generation and document 'sqv'.Justus Winter
2018-05-11tool: Allow hex-dumping when decrypting data.Justus Winter
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-03tool: Extend dump to write hexdumps with maps.Justus Winter
2018-05-03tool: Move the decryption command to a new file.Justus Winter
2018-05-03openpgp: Write a map of the packet being parsed.Justus Winter
2018-05-03openpgp: Fix typo.Justus Winter
2018-05-03tool: Remove debugging remnant.Justus Winter
2018-05-03tool: Remove superfluous macro_use.Justus Winter
2018-05-03tool: Improve sqv.Justus Winter
2018-05-03store: Remove attempt at authenticated key rollover.Justus Winter