aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Make the BigNum generation from a native pointer unsafeDaniel Albert2016-01-091-8/+6
| | | | |
| * | | | Add public interface to access BigNums from RSA keysDaniel Albert2016-01-011-0/+39
| | | | |
| * | | | Implement the possibility to create BigNums from their ffi counterpartDaniel Albert2016-01-011-0/+14
| | | | |
| * | | | Add RSA structsDaniel Albert2016-01-013-4/+44
| | |_|/ | |/| |
* | | | Exclude test directory from packageSteven Fackler2016-01-221-0/+1
| | | |
* | | | Merge branch 'release'Steven Fackler2016-01-227-13/+13
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'release-v0.7.5' into releasev0.7.5Steven Fackler2016-01-2214-49/+379
| |\ \ \
| | * | | Release v0.7.5Steven Fackler2016-01-227-13/+13
| |/ / / |/| | |
* | | | Fix connect and accept error reportingSteven Fackler2016-01-221-20/+16
| | | | | | | | | | | | | | | | | | | | We were previously trying to create an error twice so the second wouldn't be correct.
* | | | Merge pull request #339 from jimmycuadra/allow-raw-pointer-deriveSteven Fackler2016-01-221-1/+0
|\ \ \ \ | |_|_|/ |/| | | Remove raw_pointer_derive lint
| * | | Remove raw_pointer_derive lint.Jimmy Cuadra2016-01-221-1/+0
|/ / /
* | | Merge pull request #334 from jmesmon/ssl-contextSteven Fackler2016-01-192-3/+41
|\ \ \ | | | | | | | | ssl: fix refcounting of SslContext when set_ssl_context is used
| * | | openssl/ssl/context: test that we are refcounting correctlyCody P Schafer2016-01-181-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not a perfect test, on failure it _might_ exit with this output: Process didn't exit successfully: `/home/cody/g/rust-openssl/openssl/target/debug/openssl-8e712036e3aac4fe` (signal: 11) But unclear if we can do any better.
| * | | ssl: fix refcounting of SslContext when set_ssl_context is usedCody P Schafer2016-01-181-3/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additionally impl Clone for SslContext to both allow us to use it & allow external users to take advantage of SslContext's internal refcount. Maintain the existing signature for set_ssl_context(), but add inline comments recommending changing it. Fixes #333
* | | | Merge pull request #336 from jmesmon/x509-pky-cloneSteven Fackler2016-01-193-0/+36
|\ \ \ \ | |/ / / |/| | | impl Clone for PKey and X509 by using their 'references' member
| * | | x509: impl Clone using references & CRYPTO_add()Cody P Schafer2016-01-192-0/+18
| | | |
| * | | crypto/pkey: impl Clone for PKey using openssl's ref countingCody P Schafer2016-01-192-0/+18
|/ / /
* | | Fix should_panic checkSteven Fackler2016-01-111-3/+3
| | |
* | | Test nightly on travisSteven Fackler2016-01-111-0/+4
| | |
* | | Add stream panic propagation behind a nightly feature gateSteven Fackler2016-01-115-12/+195
| | |
* | | Merge pull request #328 from Cyberunner23/PemRSASteven Fackler2016-01-092-0/+71
|\ \ \ | | | | | | | | Add support for RSA PEM files.
| * | | Added tests for private_rsa_key_from_pem() and public_rsa_key_from_pem()Cyberunner232016-01-092-1/+21
| | | |
| * | | Added private_rsa_key_from_pem and public_rsa_key_from_pem.Cyberunner232016-01-051-0/+48
| | | |
| * | | Added PEM_read_bio_RSAPrivateKey and PEM_read_bio_RSA_PUBKEYCyberunner232016-01-051-0/+3
| | |/ | |/|
* | | Merge pull request #329 from bheart/send-sync-pkeySteven Fackler2016-01-061-0/+3
|\ \ \ | |/ / |/| | Mark PKey as `Send` and `Sync`
| * | Mark PKey as `Send` and `Sync`Will Tange2016-01-071-0/+3
|/ / | | | | | | | | Provided that the locking function is set, the underlying `ffi::EVP_KEY` type should be safe to use across threads.
* | Update README doc linkSteven Fackler2015-12-181-1/+1
| |
* | Merge branch 'release'Steven Fackler2015-12-186-12/+12
|\|
| * Merge branch 'release-v0.7.4' into releasev0.7.4Steven Fackler2015-12-1810-60/+64
| |\
| | * Release v0.7.4Steven Fackler2015-12-186-12/+12
| |/ |/|
* | RustfmtSteven Fackler2015-12-182-2/+2
| |
* | Fix deprecation locationSteven Fackler2015-12-181-4/+4
| |
* | Drop verbose flagSteven Fackler2015-12-181-1/+1
| |
* | Add a script to build docs with all features enabledSteven Fackler2015-12-181-0/+10
| |
* | Work around the worst of clone bogusnessSteven Fackler2015-12-183-43/+37
| | | | | | | | | | | | | | | | | | | | SslStream::{clone,try_clone} are inherently broken since the Ssl object shared by both streams is only going to be talking to one stream. Stuff like hyper depends on try_clone, so we'll leave it here for now but minimize the brokenness to "no worse than what it used to be like". They'll be removed in 0.8. cc #325
* | Merge pull request #324 from gentoo90/depsSteven Fackler2015-12-181-4/+4
|\ \ | | | | | | Fix Cargo.toml to actually depend on gdi32-sys and user32-sys
| * | Fix Cargo.toml to actually depend on gdi32-sys and user32-sysgentoo902015-12-181-4/+4
|/ /
* | Merge branch 'release'Steven Fackler2015-12-177-13/+13
|\|
| * Merge branch 'release-v0.7.3' into releasev0.7.3Steven Fackler2015-12-1730-1205/+1381
| |\
| | * Release v0.7.3Steven Fackler2015-12-177-13/+13
| |/ |/|
* | Disable cross compilation for nowSteven Fackler2015-12-174-9/+15
| |
* | Fix nonblocking behaviorSteven Fackler2015-12-172-22/+17
| | | | | | | | | | | | | | | | A new nonblocking socket may not have finished connecting yet, so reads and writes can return ENOTCONNECTED which we should reinterpret into a WantRead or WantWrite Closes #323
* | Travis fixesSteven Fackler2015-12-162-6/+6
| |
* | Stop using manifest-path for nowSteven Fackler2015-12-161-1/+1
| | | | | | | | Some ssl tests depend on the working directory being openssl
* | Try cross compilingSteven Fackler2015-12-162-3/+24
| |
* | Install an ARM cross compilation toolchainSteven Fackler2015-12-161-0/+4
| |
* | Test overhaul + add an arm cross compile buildSteven Fackler2015-12-163-7/+32
| | | | | | | | The ARM build doesn't do anything yet
* | Merge pull request #322 from operutka/masterSteven Fackler2015-12-161-1/+1
|\ \ | | | | | | Fix regression of c_char type mismatches on ARM
| * | Fix regression of c_char type mismatches on ARMOndrej Perutka2015-12-161-1/+1
|/ /
* | RustfmtSteven Fackler2015-12-1519-1135/+1260
| |