aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/hmac.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix test buildSteven Fackler2014-11-191-4/+4
|
* Fixed compilation errors related to namedspaced enumsJames Hurst2014-11-171-1/+1
|
* 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
* "final" is now a reserved word, so change occurrences to "finalize".Samuel Fredrickson2014-10-091-4/+4
|
* single `ffi` moduleValerii Hiora2014-09-301-34/+12
|
* Fix deprecation warningsMichael Gehring2014-09-231-21/+21
|
* Fix lints for non snake-case functionsAndrew Dunham2014-09-041-1/+1
|
* Add repr(C) to C structsMichael Gehring2014-08-221-0/+2
|
* Shift directory structureSteven Fackler2014-08-031-0/+259
|
* Prepare rustcrypto to merge into rust-opensslSteven Fackler2013-12-281-82/+0
|
* update to rust 0.9-pre (a5fa1d9)Erick Tryzelaar2013-12-271-25/+20
|
* Switch over to rustpkgErick Tryzelaar2013-12-181-0/+87