aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys
Commit message (Collapse)AuthorAgeFilesLines
* Release v0.4.2v0.4.2Steven Fackler2015-02-191-1/+1
|
* Fix warningsSteven Fackler2015-02-191-1/+1
|
* Fix debuginfo ICE for nowAlex Crichton2015-02-191-1/+4
|
* Release v0.4.1v0.4.1Steven Fackler2015-02-161-1/+1
|
* Release v0.4.0v0.4.0Steven Fackler2015-02-131-1/+1
|
* Remove deprecated functions from openssl-sysSteven Fackler2015-02-131-6/+0
|
* Don't use pkg-config if any overrides are passedSteven Fackler2015-02-131-5/+10
|
* Stop hardcoding things in openssl-sys build.rsSteven Fackler2015-02-131-26/+23
| | | | This more properly handles Windows builds as well as cross compiles.
* Ask openssl what version it isSteven Fackler2015-02-132-17/+7
|
* Oops, pass include dirs through for 1.0.0 versions tooSteven Fackler2015-02-131-2/+2
|
* Fix shim buildsSteven Fackler2015-02-131-3/+0
| | | | gcc-rs adds the proper link commands for us
* Pass include directories to gccSteven Fackler2015-02-122-14/+16
|
* Make it saferbombless2015-02-131-1/+1
|
* Fix Windows buildbombless2015-02-131-1/+1
|
* Release v0.3.6v0.3.6Steven Fackler2015-02-121-1/+1
|
* Fix for upstream changeSteven Fackler2015-02-122-2/+2
|
* Merge pull request #160 from globin/fix/rustupSteven Fackler2015-02-122-7/+7
|\ | | | | rustup to current master
| * rustup to current masterRobin Gloster2015-02-122-7/+7
| |
* | 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-111-1/+1
|
* 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-111-1/+1
| |
* | Fix a bad fix :)Quentin Baradat2015-02-111-4/+4
| |
* | Fix the target for windowsQuentin Baradat2015-02-111-9/+8
|/
* Release v0.3.3v0.3.3Steven Fackler2015-02-091-1/+1
|
* Always build shimSteven Fackler2015-02-091-0/+4
|
* Release v0.3.2v0.3.2Steven Fackler2015-02-081-1/+1
|
* Fix builds against 0.9.x OpenSSLSteven Fackler2015-02-084-31/+95
| | | | Namely builds on OSX
* Move docs to this repo and auto buildSteven Fackler2015-02-072-0/+2
|
* Fix deprecation warnings in openssl-sysSteven Fackler2015-02-053-12/+13
|
* Release v0.3.1v0.3.1Steven Fackler2015-02-031-1/+1
|
* 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-031-1/+1
| |
* | Declare the use of unstable libstd APIsGleb Kozyrev2015-02-012-2/+3
| |
* | Change Hasher and HMAC APIs closer to std::hash modelGleb Kozyrev2015-01-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | - 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-281-1/+1
| |
* | Fix for IO changesSteven Fackler2015-01-281-1/+1
| |
* | Release v0.2.17v0.2.17Steven Fackler2015-01-231-1/+1
| |
* | Bring ffi definitions closer to the originalsGleb Kozyrev2015-01-211-17/+17
|/ | | | | Add missing return types and fix imprecise type translations. Repair the fallout in the openssl crate.
* Release v0.2.16v0.2.16Steven Fackler2015-01-161-1/+1
|
* Fix ffi: `BN_hex2bn` and `BN_dec2bn` shall take `*const c_char` as parameterAkos Kiss2015-01-121-2/+2
| | | | `c_char` is not `i8` on all platforms
* Update to rust masterAlex Crichton2015-01-092-6/+8
|
* Release v0.2.13v0.2.13Steven Fackler2015-01-061-1/+1
|
* Merge remote-tracking branch 'upstream/master'Chris Cole2015-01-051-1/+1
|\
| * Release v0.2.12v0.2.12Steven Fackler2015-01-041-1/+1
| |
* | Merge remote-tracking branch 'upstream/master'Chris Cole2015-01-032-4/+5
|\|