summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2019-02-12openpgp: Rename conversion function.Justus Winter
2019-02-12openpgp: Use a Signer to bind user ids.Justus Winter
2019-02-12openpgp: Use a Signer to bind subkeys.Justus Winter
2019-02-12openpgp: Use a Signer to set the expiry.Justus Winter
2019-02-12openpgp: Drop superfluous function.Justus Winter
2019-02-12openpgp: Bump quickcheck.Justus Winter
2019-02-08openpgp: Use KeyringValidator and TPKValidator in the parser.Justus Winter
2019-02-08openpgp: Generalize TPKValidator to KeyringValidator.Justus Winter
2019-02-08openpgp: Avoid identity slicing.Justus Winter
2019-02-07openpgp: implement import of Ed25519 keysKai Michaelis
2019-02-07openpgp: implement importing RSA keysKai Michaelis
2019-02-07openpgp: allow importing secret ECDH keysKai Michaelis
2019-02-06openpgp: Return previous value in setters.Justus Winter
2019-02-06openpgp: Store parsing errors in the Unknown packet.Justus Winter
2019-02-06openpgp: New error for unsupported packet types.Justus Winter
2019-02-06openpgp: New public constructor Signature::new.Justus Winter
2019-02-06openpgp: New public constructor SEIP::new.Justus Winter
2019-02-06openpgp: New public constructor PKESK::new.Justus Winter
2019-02-06openpgp: Rename PKESK::new to PKESK::for_recipient.Justus Winter
2019-02-06openpgp: New public constructor MDC::new.Justus Winter
2019-02-06openpgp: Replace MDC::new with From.Justus Winter
2019-02-06openpgp: Express MDC::for_hash with From.Justus Winter
2019-02-06openpgp: New public constructor Key::new.Justus Winter
2019-02-06openpgp: Rename Key::new to Key::generate.Justus Winter
2019-02-06openpgp: Improve secret key handling.Justus Winter
2019-02-06openpgp: Rename consuming conversion functions.Justus Winter
2019-02-06openpgp: Remove the armored! macro.Justus Winter
2019-01-31openpgp: Check for plausible OpenPGP packets using Header::plausibleNeal H. Walfield
2019-01-31openpgp: Only try recovering from bad data after the first packetNeal H. Walfield
2019-01-31openpgp: Make the armor decoder for PacketParserBuilder optionalNeal H. Walfield
2019-01-29openpgp: Add a macro to profile a block of code.Neal H. Walfield
2019-01-29openpgp: TPKBuilder::autocrypt should not default to an empty UIDNeal H. Walfield
2019-01-29openpgp: Change TPKBuilder::add_userid to take an Into<Cow>>.Neal H. Walfield
2019-01-25openpgp: remove tracing output from ecdh::wrap_session_keyKai Michaelis
2019-01-24openpgp: add a way to import X25519 public key materialKai Michaelis
2019-01-24openpgp: split ecdh::wrap_session_keyKai Michaelis
2019-01-24openpgp: fix crash in TPK parser.Kai Michaelis
2019-01-24openpgp: allow usage of armored!() in openpgp crateKai Michaelis
2019-01-24openpgp: more verbose error messages for grammar.lalrpopKai Michaelis
2019-01-18openpgp: make signature::Builder functions chainableKai Michaelis
2019-01-18openpgp: trim_left is deprecatedKai Michaelis
2019-01-17openpgp: add Signature::{sign,verify}_messageKai Michaelis
2019-01-17openpgp: allow checking if a sig is revoked at a specific time.Kai Michaelis
2019-01-15openpgp: add a function to revoke a UserIDKai Michaelis
2019-01-15openpgp: Hand a Vec<crypto::Signer> to stream::Signer.Justus Winter
2019-01-15openpgp: Add convenience selector.Justus Winter
2019-01-11openpgp: generate X25519 keys according to spec.Kai Michaelis
2019-01-11ffi: Add preliminary Python bindings.Justus Winter
2019-01-10openpgp: Implement creation of TSKs with encrypted keys.Justus Winter
2019-01-10openpgp: Use Signer when revoking TPKs.Justus Winter