aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix builds against 0.9.x OpenSSLSteven Fackler2015-02-081-0/+8
* Move docs to this repo and auto buildSteven Fackler2015-02-071-0/+1
* Fix deprecation warnings in openssl-sysSteven Fackler2015-02-051-1/+1
* Declare the use of unstable libstd APIsGleb Kozyrev2015-02-011-1/+2
* Change Hasher and HMAC APIs closer to std::hash modelGleb Kozyrev2015-01-281-0/+2
* Bring ffi definitions closer to the originalsGleb Kozyrev2015-01-211-17/+17
* Fix ffi: `BN_hex2bn` and `BN_dec2bn` shall take `*const c_char` as parameterAkos Kiss2015-01-121-2/+2
* Update to rust masterAlex Crichton2015-01-091-6/+6
* Merge remote-tracking branch 'upstream/master'Chris Cole2015-01-031-3/+4
|\
| * Fix deprecation warningsSteven Fackler2015-01-031-3/+4
* | Added BN_add_word, BN_sub_word, BN_mul_word, BN_div_word.Chris Cole2015-01-021-10/+7
* | Merge remote-tracking branch 'upstream/master'Chris Cole2015-01-021-6/+6
|\|
| * Merge pull request #134 from DiamondLovesYou/masterSteven Fackler2015-01-021-1/+1
| |\
| | * OpenSSL-sys: Cfg off target_os instead off feature.Richard Diamond2015-01-021-1/+1
| * | Array syntax falloutValerii Hiora2015-01-021-1/+1
| |/
| * Change to use updated Mutex API in latest Rust master.Samuel Fredrickson2014-12-301-4/+4
* | Added Copy impl.Chris Cole2014-12-231-0/+2
* | Merge remote-tracking branch 'upstream/master'Chris Cole2014-12-231-6/+16
|\|
| * Replaced now removed NativeMutex with StaticMutex, and fixed NegAaron Weiss2014-12-211-6/+8
| * Clean up Copy impls a bitSteven Fackler2014-12-111-4/+8
| * Update to nightly: explicit Copy traitValerii Hiora2014-12-111-0/+4
* | Added BigNum::{from_dec_str,from_hex_str}, BN_dec2bn, and BN_hex2bn.Chris Cole2014-12-141-1/+11
* | Merge remote-tracking branch 'upstream/master'Chris Cole2014-12-101-0/+4
|\|
| * Add the openssl function prototype 'HMAC_CTX_cleanup'.Ummon2014-12-101-0/+1
| * Add a feature to openssl-sys to cause it to build a local copy of libressl forRichard Diamond2014-12-091-0/+3
* | Added mod_word.Chris Cole2014-12-101-0/+1
|/
* 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-131-0/+466