aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys/src
Commit message (Expand)AuthorAgeFilesLines
* Replaced now removed NativeMutex with StaticMutex, and fixed NegAaron Weiss2014-12-211-6/+8
* Use static linking on android, which simplifies deployment since loading appl...Glenn Watson2014-12-121-3/+8
* Clean up Copy impls a bitSteven Fackler2014-12-111-4/+8
* Update to nightly: explicit Copy traitValerii Hiora2014-12-111-0/+4
* Add the openssl function prototype 'HMAC_CTX_cleanup'.Ummon2014-12-101-0/+1
* Merge pull request #113 from DiamondLovesYou/nacl-crossesSteven Fackler2014-12-101-1/+1
|\
| * Now that pkg-config 0.1.1 has been published, delegate to bailout detection t...Richard Diamond2014-12-091-1/+1
* | Merge pull request #108 from DiamondLovesYou/nacl-crossesSteven Fackler2014-12-092-0/+8
|\|
| * Add a feature to openssl-sys to cause it to build a local copy of libressl forRichard Diamond2014-12-092-0/+8
* | Directly substitute $OPENSSL_PATHManish Goregaokar2014-12-051-6/+4
* | Allow passing in Android pathsManish Goregaokar2014-12-031-0/+10
|/
* Drop execute bit on fileSteven Fackler2014-11-281-0/+0
* Hasher: static contract checking, context reuseGleb Kozyrev2014-11-261-0/+2
* Sync is now part of the standard libraryAndor Uhlár2014-11-261-2/+1
* sys: add SSL_get_peer_certificate()Cody P Schafer2014-11-241-0/+1
* sys: add some methods for dealing with x509 certsCody P Schafer2014-11-241-0/+6
* sys (and bn): make CRYPTO_free() take a *mut c_void insead of a *const c_charCody P Schafer2014-11-241-1/+1
* Runtime falloutValerii Hiora2014-11-211-1/+2
* Baseline server supportCody P Schafer2014-11-191-0/+1
* Move AES XTS support to a featureSteven Fackler2014-11-161-0/+2
* Add XTS-AES modeCorey Ford2014-11-141-0/+2
* New build systemValerii Hiora2014-11-133-0/+560