aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release v0.3.6v0.3.6Steven Fackler2015-02-122-3/+3
|
* Fix for upstream changeSteven Fackler2015-02-122-2/+2
|
* Merge pull request #160 from globin/fix/rustupSteven Fackler2015-02-123-31/+31
|\ | | | | rustup to current master
| * rustup to current masterRobin Gloster2015-02-123-31/+31
| |
* | Move BSD special case after pkg-config lookupsSteven Fackler2015-02-121-11/+14
|/ | | | Also give a better error message if we couldn't find anything
* Release v0.3.5v0.3.5Steven Fackler2015-02-112-3/+3
|
* Merge pull request #159 from wg/masterSteven Fackler2015-02-121-0/+8
|\ | | | | Fix build on *BSD
| * Add clarifying comment for BSD special caseWill2015-02-121-0/+1
| |
| * Fix build on *BSDWill2015-02-121-0/+7
| |
* | Releaes v0.3.4v0.3.4Steven Fackler2015-02-112-3/+3
| |
* | Merge pull request #158 from quentinbaradat/masterSteven Fackler2015-02-111-13/+12
|\ \ | |/ |/| Fix the target for windows
| * Fix a bad fix :)Quentin Baradat2015-02-111-4/+4
| |
| * Fix the target for windowsQuentin Baradat2015-02-111-9/+8
|/
* More test fixesSteven Fackler2015-02-092-2/+2
|
* DerpSteven Fackler2015-02-091-1/+1
|
* Don't test with features enabled on OSXSteven Fackler2015-02-091-1/+1
|
* Enable multi OS buildsSteven Fackler2015-02-091-0/+3
|
* Release v0.3.3v0.3.3Steven Fackler2015-02-092-3/+3
|
* Always build shimSteven Fackler2015-02-091-0/+4
|
* Release v0.3.2v0.3.2Steven Fackler2015-02-082-4/+4
|
* Fix builds against 0.9.x OpenSSLSteven Fackler2015-02-086-51/+103
| | | | Namely builds on OSX
* Merge pull request #156 from s-panferov/patch-1Steven Fackler2015-02-081-0/+11
|\ | | | | Add info about OS X to the README
| * Add info about OS X to the READMEStanislav Panferov2015-02-071-0/+11
| |
* | Fix testSteven Fackler2015-02-071-1/+1
| |
* | Fix stuffSteven Fackler2015-02-074-2/+2
| |
* | Fix travis.ymlSteven Fackler2015-02-071-1/+1
| |
* | Build fixesSteven Fackler2015-02-075-22/+36
| |
* | Move docs to this repo and auto buildSteven Fackler2015-02-0728-12/+45
|/
* Fix deprecation warnings in openssl-sysSteven Fackler2015-02-053-12/+13
|
* Release v0.3.1v0.3.1Steven Fackler2015-02-032-3/+3
|
* Move openssl-sys build.rsSteven Fackler2015-02-032-1/+1
|
* Merge pull request #153 from mbrubeck/androidSteven Fackler2015-02-031-5/+6
|\ | | | | Don't bail out of openssl-sys build config when targeting Android
| * Don't bail out when targeting AndroidMatt Brubeck2015-02-031-5/+6
| |
* | Release v0.3.0v0.3.0Steven Fackler2015-02-032-3/+3
| |
* | Merge pull request #152 from gkoz/std_stabilitySteven Fackler2015-02-031-1/+1
|\ \ | | | | | | Chase std API stability changes
| * | Chase std API stability changesGleb Kozyrev2015-02-031-1/+1
|/ /
* | Merge pull request #150 from gkoz/show_debugSteven Fackler2015-02-011-2/+2
|\ \ | | | | | | Derive Debug instead of deprecated Show
| * | Derive Debug instead of deprecated ShowGleb Kozyrev2015-02-011-2/+2
| | |
* | | Merge pull request #151 from gkoz/std_stability_warnsSteven Fackler2015-02-012-2/+3
|\ \ \ | |/ / |/| | Declare the use of unstable libstd APIs
| * | Declare the use of unstable libstd APIsGleb Kozyrev2015-02-012-2/+3
|/ /
* | Fix for stability changesSteven Fackler2015-01-292-3/+5
| |
* | Merge pull request #149 from gkoz/hashers_double_finSteven Fackler2015-01-292-2/+2
|\ \ | | | | | | Avoid duplicate calls to *_Final when dropping Hasher and HMAC
| * | Avoid duplicate calls to *_Final when dropping Hasher and HMACGleb Kozyrev2015-01-292-2/+2
|/ / | | | | | | An assertion triggered in finalize() would lead to drop() erroneously redoing the finalization. Set the state to Finalized unconditionally to prevent this.
* | Merge pull request #141 from gkoz/borrow_mutSteven Fackler2015-01-287-189/+516
|\ \ | | | | | | Improve Hasher and HMAC APIs
| * | Rename crypto::hash::HashType -> TypeGleb Kozyrev2015-01-286-47/+49
| | | | | | | | | | | | | | | s/HashType/Type/ to follow the current Rust style. Import Type as HashType in modules where the name might be ambiguous. [breaking change]
| * | Change Hasher and HMAC APIs closer to std::hash modelGleb Kozyrev2015-01-284-176/+501
|/ / | | | | | | | | | | | | | | | | | | | | - Implement Clone and std::io::Writer. - Reduce the API to write() and finish(). Contrary to std::hash, finish() resets the hasher immediately. - Add hmac::hmac() convenience fn. - Replace hash::evpmd() with HashType methods. - Add assertions as a crude check for failed calls into openssl. - Add examples and some tests. [breaking-change]
* | Release v0.2.18v0.2.18Steven Fackler2015-01-282-3/+3
| |
* | Fix for IO changesSteven Fackler2015-01-289-33/+33
| |
* | Release v0.2.17v0.2.17Steven Fackler2015-01-232-3/+3
| |
* | Fix for upstream changesSteven Fackler2015-01-233-10/+17
| |