summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert
AgeCommit message (Expand)Author
2020-08-05openpgp: Don't implement Default for the Bitflags types.Justus Winter
2020-08-03openpgp: Change CertBuilder to use a relative expiration time.Neal H. Walfield
2020-08-03openpgp: Add a getter to CertBuilder to return the creation time.Neal H. Walfield
2020-08-03openpgp: Simplify code.Neal H. Walfield
2020-07-29openpgp: Make Cert::from_packets fail on additional input.Justus Winter
2020-07-28openpgp: Reimplement the KeyFlags struct using Bitfield.Justus Winter
2020-07-24openpgp: Fix hiding imports in doctests.Wiktor Kwapisiewicz
2020-07-22openpgp: Rework the Features implementation and interface.Neal H. Walfield
2020-07-15openpgp: Improve documentation.Neal H. Walfield
2020-07-15openpgp: Set the preferred algorithm subpackets correctly.Neal H. Walfield
2020-06-30openpgp: Make KeyAmalgamationIter::key_handles more consistent.Justus Winter
2020-06-30openpgp: A direct key signature can be made by a third party.Neal H. Walfield
2020-06-30openpgp: Check the signature's type when creating a signature.Neal H. Walfield
2020-06-29openpgp: Improve debugging output.Neal H. Walfield
2020-06-29openpgp: Don't unnecessarily set signature subpackets.Neal H. Walfield
2020-06-19openpgp: Improve documentation.Neal H. Walfield
2020-06-19openpgp: Change how SignatureBuilder emits the sig's creation time.Neal H. Walfield
2020-06-10openpgp: Improve Display implementations.Justus Winter
2020-06-09openpgp: Simplify conversionNeal H. Walfield
2020-06-08openpgp: Introduce feature flag for quickcheck.Nora Widdecke
2020-06-01openpgp: Add doctests to types module.Wiktor Kwapisiewicz
2020-05-28openpgp: Improve Key::decrypt_secret's discoverabilityNeal H. Walfield
2020-05-19openpgp: Add a function to strip secret key material from a CertNeal H. Walfield
2020-05-15openpgp: Document cert::revokeNeal H. Walfield
2020-05-14openpgp: Document cert::builderNeal H. Walfield
2020-05-13openpgp: Sometimes set the primary User ID flag on a User AttributeNeal H. Walfield
2020-05-13openpgp: Set the primary User ID flag on the first User IDNeal H. Walfield
2020-05-13openpgp: Improve documentation for cert::CertParserNeal H. Walfield
2020-05-13openpgp: Add conversions for CertParserNeal H. Walfield
2020-05-13openpgp: Don't use unwrap when we can return the errorNeal H. Walfield
2020-05-13openpgp, buffered-reader, ffi: Fix documentation warnings.Wiktor Kwapisiewicz
2020-05-12openpgp: Add a unit test for CertParserNeal H. Walfield
2020-05-12openpgp: Stop parsing a Cert when we encounter an invalid packetNeal H. Walfield
2020-05-12openpgp: Implement IntoIter for CertNeal H. Walfield
2020-05-12openpgp: Don't enable tracing by defaultNeal H. Walfield
2020-05-08openpgp: Improve tracing in openpgp::cert::parser.Neal H. Walfield
2020-05-08openpgp: Make CertParser::from_iter more generic.Neal H. Walfield
2020-05-08openpgp: Don't make CertParser generic over the iterator's typeNeal H. Walfield
2020-05-08openpgp: Replace PacketSource with an OptionNeal H. Walfield
2020-05-08openpgp: Remove the PacketSource::PacketParser variant.Neal H. Walfield
2020-05-08openpgp: Change CertParser to take a fallible iteratorNeal H. Walfield
2020-05-06openpgp: Don't merge signatures in Cert::set_expiration_time.Justus Winter
2020-05-05openpgp: Change split_sigs' visability.Neal H. Walfield
2020-05-05openpgp: Don't export internal data structures.Neal H. Walfield
2020-05-05openpgp: Make sure the two User IDs are differentNeal H. Walfield
2020-05-05openpgp: Fix spelling of keyring.Neal H. Walfield
2020-05-05openpgp: Improve ValidCert's documentation.Neal H. Walfield
2020-05-05openpgp: Move the "Common Operations" section closer to the frontNeal H. Walfield
2020-04-29openpgp: Fix Cert::revocation_keys.Neal H. Walfield
2020-04-29openpgp: Fix ValidKeyAmalgamation::set_expiration_time's return typeNeal H. Walfield