| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' of https://github.com/sfackler/rust-openssl | Daniel Albert | 2016-01-20 | 10 | -15/+350 |
| |\ | |||||
| | * | Merge pull request #334 from jmesmon/ssl-context | Steven Fackler | 2016-01-19 | 2 | -3/+41 |
| | |\ | |||||
| | | * | openssl/ssl/context: test that we are refcounting correctly | Cody P Schafer | 2016-01-18 | 1 | -0/+13 |
| | | * | ssl: fix refcounting of SslContext when set_ssl_context is used | Cody P Schafer | 2016-01-18 | 1 | -3/+28 |
| | * | | Merge pull request #336 from jmesmon/x509-pky-clone | Steven Fackler | 2016-01-19 | 3 | -0/+36 |
| | |\ \ | | |/ | |/| | |||||
| | | * | x509: impl Clone using references & CRYPTO_add() | Cody P Schafer | 2016-01-19 | 2 | -0/+18 |
| | | * | crypto/pkey: impl Clone for PKey using openssl's ref counting | Cody P Schafer | 2016-01-19 | 2 | -0/+18 |
| | |/ | |||||
| | * | Fix should_panic check | Steven Fackler | 2016-01-11 | 1 | -3/+3 |
| | * | Test nightly on travis | Steven Fackler | 2016-01-11 | 1 | -0/+4 |
| | * | Add stream panic propagation behind a nightly feature gate | Steven Fackler | 2016-01-11 | 5 | -12/+195 |
| | * | Merge pull request #328 from Cyberunner23/PemRSA | Steven Fackler | 2016-01-09 | 2 | -0/+71 |
| | |\ | |||||
| | | * | Added tests for private_rsa_key_from_pem() and public_rsa_key_from_pem() | Cyberunner23 | 2016-01-09 | 2 | -1/+21 |
| | | * | Added private_rsa_key_from_pem and public_rsa_key_from_pem. | Cyberunner23 | 2016-01-05 | 1 | -0/+48 |
| | | * | Added PEM_read_bio_RSAPrivateKey and PEM_read_bio_RSA_PUBKEY | Cyberunner23 | 2016-01-05 | 1 | -0/+3 |
| | * | | Merge pull request #329 from bheart/send-sync-pkey | Steven Fackler | 2016-01-06 | 1 | -0/+3 |
| | |\ \ | | |/ | |/| | |||||
| | | * | Mark PKey as `Send` and `Sync` | Will Tange | 2016-01-07 | 1 | -0/+3 |
| | |/ | |||||
| * | | Fix incorrect unsafe declaration | Daniel Albert | 2016-01-12 | 1 | -10/+21 |
| * | | Adhere to rust conventions | Daniel Albert | 2016-01-12 | 1 | -10/+6 |
| * | | Make all ffi structs' fields public | Daniel Albert | 2016-01-12 | 1 | -15/+15 |
| * | | Make the BigNum generation from a native pointer unsafe | Daniel Albert | 2016-01-09 | 1 | -8/+6 |
| * | | Add public interface to access BigNums from RSA keys | Daniel Albert | 2016-01-01 | 1 | -0/+39 |
| * | | Implement the possibility to create BigNums from their ffi counterpart | Daniel Albert | 2016-01-01 | 1 | -0/+14 |
| * | | Add RSA structs | Daniel Albert | 2016-01-01 | 3 | -4/+44 |
| |/ | |||||
| * | Update README doc link | Steven Fackler | 2015-12-18 | 1 | -1/+1 |
| * | Merge branch 'release' | Steven Fackler | 2015-12-18 | 6 | -12/+12 |
| |\ | |||||
| | * | Merge branch 'release-v0.7.4' into releasev0.7.4 | Steven Fackler | 2015-12-18 | 10 | -60/+64 |
| | |\ | |||||
| | | * | Release v0.7.4 | Steven Fackler | 2015-12-18 | 6 | -12/+12 |
| | |/ |/| | |||||
| * | | Rustfmt | Steven Fackler | 2015-12-18 | 2 | -2/+2 |
| * | | Fix deprecation location | Steven Fackler | 2015-12-18 | 1 | -4/+4 |
| * | | Drop verbose flag | Steven Fackler | 2015-12-18 | 1 | -1/+1 |
| * | | Add a script to build docs with all features enabled | Steven Fackler | 2015-12-18 | 1 | -0/+10 |
| * | | Work around the worst of clone bogusness | Steven Fackler | 2015-12-18 | 3 | -43/+37 |
| * | | Merge pull request #324 from gentoo90/deps | Steven Fackler | 2015-12-18 | 1 | -4/+4 |
| |\ \ | |||||
| | * | | Fix Cargo.toml to actually depend on gdi32-sys and user32-sys | gentoo90 | 2015-12-18 | 1 | -4/+4 |
| |/ / | |||||
| * | | Merge branch 'release' | Steven Fackler | 2015-12-17 | 7 | -13/+13 |
| |\| | |||||
| | * | Merge branch 'release-v0.7.3' into releasev0.7.3 | Steven Fackler | 2015-12-17 | 30 | -1205/+1381 |
| | |\ | |||||
| | | * | Release v0.7.3 | Steven Fackler | 2015-12-17 | 7 | -13/+13 |
| | |/ |/| | |||||
| * | | Disable cross compilation for now | Steven Fackler | 2015-12-17 | 4 | -9/+15 |
| * | | Fix nonblocking behavior | Steven Fackler | 2015-12-17 | 2 | -22/+17 |
| * | | Travis fixes | Steven Fackler | 2015-12-16 | 2 | -6/+6 |
| * | | Stop using manifest-path for now | Steven Fackler | 2015-12-16 | 1 | -1/+1 |
| * | | Try cross compiling | Steven Fackler | 2015-12-16 | 2 | -3/+24 |
| * | | Install an ARM cross compilation toolchain | Steven Fackler | 2015-12-16 | 1 | -0/+4 |
| * | | Test overhaul + add an arm cross compile build | Steven Fackler | 2015-12-16 | 3 | -7/+32 |
| * | | Merge pull request #322 from operutka/master | Steven Fackler | 2015-12-16 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Fix regression of c_char type mismatches on ARM | Ondrej Perutka | 2015-12-16 | 1 | -1/+1 |
| |/ / | |||||
| * | | Rustfmt | Steven Fackler | 2015-12-15 | 19 | -1135/+1260 |
| * | | Fix bounds on ssl_read and ssl_write | Steven Fackler | 2015-12-15 | 1 | -28/+28 |
| * | | Merge branch 'release' | Steven Fackler | 2015-12-15 | 7 | -13/+10 |
| |\| | |||||
| | * | Merge branch 'release-v0.7.2' into releasev0.7.2 | Steven Fackler | 2015-12-15 | 19 | -582/+996 |
| | |\ | |||||