index
:
rust-openssl
fix/modern_generate_parameters
master
OpenSSL bindings for Rust
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
openssl
/
src
/
pkey.rs
Age
Commit message (
Expand
)
Author
2021-01-01
Rename the openssl_sys crate through Cargo.toml
Jonas Platte
2021-01-01
Use edition 2018 idioms and warn when they are not followed
Jonas Platte
2021-01-01
Use crate in imports in the openssl crate
Jonas Platte
2020-09-13
Add ecx support
Hidekatsu Izuno
2020-05-31
Fixes in response to review feedback.
Jacob Hoffman-Andrews
2020-05-30
Add Debug trait for X509 and other types.
Jacob Hoffman-Andrews
2020-05-24
Run clippy
Steven Fackler
2020-05-24
Run rustfmt on github actions
Steven Fackler
2020-02-11
Allow bad style on pkey.rs
Nipunn Koorapati
2019-12-04
Use d2i_PKCS8_PRIV_KEY_INFO instead of *_bio
oberien
2019-12-03
Pkey::private_key_from_pkcs8 free p8inf
oberien
2019-12-01
Support for PKCS#8 unencrypted private key deserialization
oberien
2019-10-01
Implement Clone for PKey
Steven Fackler
2019-08-16
Added support for Ed25519 and Ed448 signatures
Sebastian Sturm
2019-04-23
Clean up seal/open a bit
Steven Fackler
2019-02-22
Rustfmt
Steven Fackler
2018-04-04
Return `PKey<Private>` from `private_key_from_der`
Bastian Köcher
2018-03-19
Remove a last couple features
Steven Fackler
2018-03-19
Make it possible to use cmac
Flakebi
2018-03-11
Rename Oid to Id
Steven Fackler
2018-03-10
Switches to new type wrapper for RsaPssSaltlen
Bastian Köcher
2018-03-08
Switches to newtype wrapper for Oid
Bastian Köcher
2018-03-07
Adds `PKeyRef::get_id` to get the OID of a key
Bastian Köcher
2018-01-24
Add HMAC to Pkey docs
Ansley Peduru
2018-01-23
Print the public key in PKey example
Ansley Peduru
2018-01-07
Fix import in pkey docs
Ansley Peduru
2018-01-07
Missing colon
Ansley Peduru
2018-01-07
Add Pkey docs
Ansley Peduru
2018-01-06
Rename key serialization/deserialization methods
Steven Fackler
2017-12-30
Parameterize keys over what they contain
Steven Fackler
2017-12-25
Remove deprecated APIs
Steven Fackler
2017-12-25
Upgrade bitflags to 1.0
Steven Fackler
2017-11-10
Added a macro that wraps foreign type, and impl Send and Sync for both,
Paul Florence
2017-10-03
Convert try! usage to ?
johnthagen
2017-07-15
Rustfmt
Steven Fackler
2017-06-23
Add PKey::private_key_from_der
Steven Fackler
2017-05-06
Support public key decode from DER
Steven Fackler
2017-04-10
Add new EC/PKEY methods to permit deriving shared secrets.
Andrew Osmond
2017-02-14
Support PKCS#8 private key deserialization
Steven Fackler
2017-02-03
Switch to foreign_types
Steven Fackler
2017-01-31
Fixed constant names from openssl/rsa.h
Brian Chin
2017-01-30
Adding suggestions from review.
Brian Chin
2017-01-30
Testing first version that works with signer.
Brian Chin
2017-01-03
Tweak layout a little bit
Steven Fackler
2017-01-03
Pointer from PKey docs to sign module.
Philipp Keck
2016-11-14
Rename ec_key to ec
Steven Fackler
2016-11-13
Rename new_by_curve_name to from_curve_name
Steven Fackler
2016-11-13
Remove some stray manual impls
Steven Fackler
2016-11-13
Macroise from_pem
Steven Fackler
2016-11-13
Macroise to_der
Steven Fackler
[next]