summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2020-04-16openpgp: Add version constant.Justus Winter
2020-04-16Revert "openpgp: Make PacketParserResult a std::result::Result."Justus Winter
2020-04-16openpgp: Rename field.Neal H. Walfield
2020-04-15openpgp: Drop Cert::primary_userid.Justus Winter
2020-04-15openpgp: Drop Cert::primary_user_attribute.Justus Winter
2020-04-15openpgp: Drop Cert::alive.Justus Winter
2020-04-15openpgp: Drop Cert::direct_key_signature.Justus Winter
2020-04-15openpgp: Add doctest example for PacketPile.Wiktor Kwapisiewicz
2020-04-15openpgp: Add doctests for PacketPile's public methods.Wiktor Kwapisiewicz
2020-04-15openpgp: Consider all self signatures for designated revokers.Justus Winter
2020-04-15openpgp: Make test more robust.Justus Winter
2020-04-15openpgp: We don't throw away components with no self signaturesNeal H. Walfield
2020-04-14openpgp: Fix typos.Neal H. Walfield
2020-04-14openpgp: Make extending a certificates' validity more robust.Justus Winter
2020-04-11openpgp: Improve documentation of the cert moduleNeal H. Walfield
2020-04-11openpgp: Remove unused types.Neal H. Walfield
2020-04-10openpgp: Make cert::amalgamation::key a public moduleNeal H. Walfield
2020-04-09openpgp: Make PacketParserResult a std::result::Result.Justus Winter
2020-04-09openpgp: Remove convenience functions.Justus Winter
2020-04-09openpgp: Rename PacketParserBuilder::finalize to build.Justus Winter
2020-04-09openpgp: Rename MAX_PACKET_SIZE and make it public.Justus Winter
2020-04-09openpgp: Rename MAX_RECURSION_DEPTH and make it public.Justus Winter
2020-04-09openpgp: Limit publicly exposed Nettle APIIgor Matuszewski
2020-04-08openpgp: Add some type aliases.Neal H. Walfield
2020-04-08openpgp: Implement From<&Cert> for RevocationKeyNeal H. Walfield
2020-04-08openpgp: Impl TryFrom<PacketParserBuilder> for PacketPileParser.Justus Winter
2020-04-08openpgp: Replace PacketParser::decrypted with PP::encrypted.Justus Winter
2020-04-08openpgp: Fix error handling.Justus Winter
2020-04-08openpgp: Move methods mapping and inspect to VerificationHelper.Justus Winter
2020-04-08openpgp: Rename Field::data to as_bytes.Justus Winter
2020-04-08openpgp: Remove convenience function.Justus Winter
2020-04-08openpgp: Restrict visibility.Justus Winter
2020-04-08openpgp: Change key's role function names.Wiktor Kwapisiewicz
2020-04-08openpgp: Move around some crypto pub re-exportsIgor Matuszewski
2020-04-08openpgp: Rename crypto::mpis to crypto::mpiIgor Matuszewski
2020-04-08openpgp: Correct spelling in ICAO to Alfa.Nora Widdecke
2020-04-08openpgp: Specialize stream::Message, make Cookie private.Justus Winter
2020-04-08openpgp: Rename Encryptor::sym_algo to symmetric_algo.Justus Winter
2020-04-07openpgp: Support setting designated revocations on new keysNeal H. Walfield
2020-04-07openpgp: Avoid unnecessarily duplicating the revocation keysNeal H. Walfield
2020-04-07openpgp: Implement VerifiedCert::revocation_keysNeal H. Walfield
2020-04-07openpgp: Allow setting multiple designated revokersNeal H. Walfield
2020-04-07openpgp: Simplify some default time unwrappingIgor Matuszewski
2020-04-07openpgp: Simplify Key4::has_unencrypted_secretIgor Matuszewski
2020-04-07openpgp: Simplify for loop in AES key unwrappingIgor Matuszewski
2020-04-07openpgp: Move key related functionality to KeyAmalgamation.Neal H. Walfield
2020-04-07openpgp: Improve documentation for the serialize module.Justus Winter
2020-04-07openpgp: Remove convenience methods that don't improve convenienceNeal H. Walfield
2020-04-07openpgp: Remove redundant implementations of direct_key_signatureNeal H. Walfield
2020-04-07openpgp: Add forwarders to ComponentAmalgamation.Neal H. Walfield