aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/pkey.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix deprecation warningsSteven Fackler2015-01-031-4/+5
|
* Updated to master:Valerii Hiora2015-01-031-3/+3
| | | | | | - library stab issues - deriving -> derive - {mod} -> {self}
* Update to nightly: explicit Copy traitValerii Hiora2014-12-111-1/+3
|
* Fixed compilation errors related to namedspaced enumsJames Hurst2014-11-171-45/+45
|
* Cert loading from PEM & restructuring Valerii Hiora2014-10-151-1/+1
| | | | | | - Added cert loading - Extracted X509 tests
* Correct init mutexes and locking functionValerii Hiora2014-10-141-0/+2
| | | | | | | | | `libcrypto` uses locks quite intensively even without SSL. So they should be initialized before everything else to function properly in multi-threaded apps in which SSL operations are absent or delayed. Finishes #79
* single `ffi` moduleValerii Hiora2014-09-301-73/+34
|
* Certificate/pkey generation & PEM exportValerii Hiora2014-09-261-1/+28
| | | Required quite a lot of refactoring
* Update for rust rfc 52 changesMichael Gehring2014-09-171-1/+1
|
* Switch to the more sane RSA PUBKEY functionMathijs van de Nes2014-09-121-4/+4
| | | | | | | For differences, see: http://openssl.6102.n7.nabble.com/difference-between-i2d-PUBKEY-and-i2d-PublicKey-td43869.html This will break loading of *public* keys generated before this commit
* Switch PKey load/save functions to RSA specificMathijs van de Nes2014-09-121-15/+17
|
* Add new HashType RIPEMD160Jeremy Ruten2014-08-041-7/+8
|
* Shift directory structureSteven Fackler2014-08-031-0/+425
|
* Prepare rustcrypto to merge into rust-opensslSteven Fackler2013-12-281-426/+0
|
* update to rust 0.9-pre (a5fa1d9)Erick Tryzelaar2013-12-271-141/+116
|
* Switch over to rustpkgErick Tryzelaar2013-12-181-0/+451