summaryrefslogtreecommitdiff
path: root/openssl/src/pkey.rs
AgeCommit message (Expand)Author
2021-01-01Remove remaining uses of extern crate in openssl, systestJonas Platte
2021-01-01Remove needless `fn main() {}` from doctestsJonas Platte
2021-01-01Remove extern crate declarations from doctestsJonas Platte
2021-01-01Rename the openssl_sys crate through Cargo.tomlJonas Platte
2021-01-01Use edition 2018 idioms and warn when they are not followedJonas Platte
2021-01-01Use crate in imports in the openssl crateJonas Platte
2020-09-13Add ecx supportHidekatsu Izuno
2020-05-31Fixes in response to review feedback.Jacob Hoffman-Andrews
2020-05-30Add Debug trait for X509 and other types.Jacob Hoffman-Andrews
2020-05-24Run clippySteven Fackler
2020-05-24Run rustfmt on github actionsSteven Fackler
2020-02-11Allow bad style on pkey.rsNipunn Koorapati
2019-12-04Use d2i_PKCS8_PRIV_KEY_INFO instead of *_biooberien
2019-12-03Pkey::private_key_from_pkcs8 free p8infoberien
2019-12-01Support for PKCS#8 unencrypted private key deserializationoberien
2019-10-01Implement Clone for PKeySteven Fackler
2019-08-16Added support for Ed25519 and Ed448 signaturesSebastian Sturm
2019-04-23Clean up seal/open a bitSteven Fackler
2019-02-22RustfmtSteven Fackler
2018-04-04Return `PKey<Private>` from `private_key_from_der`Bastian Köcher
2018-03-19Remove a last couple featuresSteven Fackler
2018-03-19Make it possible to use cmacFlakebi
2018-03-11Rename Oid to IdSteven Fackler
2018-03-10Switches to new type wrapper for RsaPssSaltlenBastian Köcher
2018-03-08Switches to newtype wrapper for OidBastian Köcher
2018-03-07Adds `PKeyRef::get_id` to get the OID of a keyBastian Köcher
2018-01-24Add HMAC to Pkey docsAnsley Peduru
2018-01-23Print the public key in PKey exampleAnsley Peduru
2018-01-07Fix import in pkey docsAnsley Peduru
2018-01-07Missing colonAnsley Peduru
2018-01-07Add Pkey docsAnsley Peduru
2018-01-06Rename key serialization/deserialization methodsSteven Fackler
2017-12-30Parameterize keys over what they containSteven Fackler
2017-12-25Remove deprecated APIsSteven Fackler
2017-12-25Upgrade bitflags to 1.0Steven Fackler
2017-11-10Added a macro that wraps foreign type, and impl Send and Sync for both,Paul Florence
2017-10-03Convert try! usage to ?johnthagen
2017-07-15RustfmtSteven Fackler
2017-06-23Add PKey::private_key_from_derSteven Fackler
2017-05-06Support public key decode from DERSteven Fackler
2017-04-10Add new EC/PKEY methods to permit deriving shared secrets.Andrew Osmond
2017-02-14Support PKCS#8 private key deserializationSteven Fackler
2017-02-03Switch to foreign_typesSteven Fackler
2017-01-31Fixed constant names from openssl/rsa.hBrian Chin
2017-01-30Adding suggestions from review.Brian Chin
2017-01-30Testing first version that works with signer.Brian Chin
2017-01-03Tweak layout a little bitSteven Fackler
2017-01-03Pointer from PKey docs to sign module.Philipp Keck
2016-11-14Rename ec_key to ecSteven Fackler
2016-11-13Rename new_by_curve_name to from_curve_nameSteven Fackler