summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-ffi: Add example.Justus Winter
2019-02-07net: Make Error::MalformedUri print expected protocol prefixes.Tobias Mueller
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-02-05openpgp-ffi: Convert pgp_writer_t.Justus Winter
2019-02-05ffi-macros: Do not pull traits into the namespace.Justus Winter
2019-02-05openpgp-ffi: Convert pgp_reader_t to the new framework.Justus Winter
2019-02-05ffi-macros: Implement RefMutRaw for Maybe<T>.Justus Winter
2019-02-05ffi-macros: Make trait RefMutRaw more flexible.Justus Winter
2019-02-05openpgp-ffi: Fix pgp_armor_header_t.Justus Winter
2019-02-05ffi-macros: Embed and display actual type in panics.Justus Winter
2019-02-05ffi-macros: Provide expected type in panics.Justus Winter
2019-02-05openpgp-ffi: Use a common macro for every exported function.Justus Winter
2019-01-31When building in release mode, include debug symbolsNeal H. Walfield
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-ffi: Improve the derived serialization function.Justus Winter
2019-01-29openpgp-ffi: Derive Parse.Justus Winter
2019-01-29openpgp-ffi: Derive Serialize.Justus Winter
2019-01-29openpgp-ffi: Add a Fallible<()> to Status conversion.Justus Winter
2019-01-29openpgp-ffi: Use generated to_string() function.Justus Winter
2019-01-29ffi: Fix test name.Justus Winter
2019-01-29openpgp-ffi: Fix PacketPile handling.Justus Winter
2019-01-29openpgp-ffi: Deduplicate code.Justus Winter
2019-01-29openpgp-ffi: Convert Error.Justus Winter
2019-01-29openpgp-ffi: Explicitly convert to failure::Error.Justus Winter
2019-01-29openpgp-ffi: Add missing declaration.Justus Winter
2019-01-29openpgp-ffi: Check for missing declarations.Justus Winter
2019-01-29openpgp-ffi: Convert TSK.Justus Winter