aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/crypto/pkey.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add function to write RSA public key as PEMAndrew Dunham2015-07-231-0/+32
|
* Correction on sign and verify documentation to be more explicit of rightEmeric Chevalier2015-05-301-8/+17
| | | | behaviour (no hash done by the functions).
* Move PKey comparison func to public_eq()Manuel Schölling2015-05-011-14/+14
|
* Add comparison for PKeysManuel Schölling2015-04-161-0/+30
|
* Add X509::public_key()Manuel Schölling2015-04-151-1/+11
|
* Add SslContext::add_extra_chain_cert()Manuel Schölling2015-04-031-1/+0
|
* Add ability to load private keys from files and use raw keys and ↵Manuel Schölling2015-04-031-0/+30
| | | | certificates for SslContext
* Fixup for betaAlex Crichton2015-04-021-3/+3
| | | | Add derive(Clone) and don't negate unsigned numbers
* Fix deprecation warningsSteven Fackler2015-03-251-15/+15
|
* Convert to new IO.Steven Fackler2015-02-241-3/+5
|
* Move docs to this repo and auto buildSteven Fackler2015-02-071-0/+423