summaryrefslogtreecommitdiffstats
path: root/openpgp/src
AgeCommit message (Expand)Author
2020-04-20openpgp: Add armor::Writer::with_headers.Justus Winter
2020-04-20openpgp: Make armor::Writer's inner writer non-optional.Justus Winter
2020-04-20openpgp: Fix documentation.Justus Winter
2020-04-20openpgp: Don't finalize the armor::Writer in Drop.Justus Winter
2020-04-20Revert "openpgp: Enforce that armor writers are finalized in debug mode."Justus Winter
2020-04-20openpgp: Don't finalize the Signer in Drop.Justus Winter
2020-04-20openpgp: Don't finalize the Encryptor in Drop.Justus Winter
2020-04-20openpgp: Don't finalize the PartialBodyFilter in Drop.Justus Winter
2020-04-17openpgp: Fix lifetime.Justus Winter
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