aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/ssl
Commit message (Expand)AuthorAgeFilesLines
* More deprecated function cleanupSteven Fackler2016-02-081-1/+1
* Stop using deprecated methodSteven Fackler2016-02-081-1/+2
* Fix connect and accept error reportingSteven Fackler2016-01-221-20/+16
* openssl/ssl/context: test that we are refcounting correctlyCody P Schafer2016-01-181-0/+13
* ssl: fix refcounting of SslContext when set_ssl_context is usedCody P Schafer2016-01-181-3/+28
* Fix should_panic checkSteven Fackler2016-01-111-3/+3
* Add stream panic propagation behind a nightly feature gateSteven Fackler2016-01-113-12/+192
* RustfmtSteven Fackler2015-12-182-2/+2
* Fix deprecation locationSteven Fackler2015-12-181-4/+4
* Work around the worst of clone bogusnessSteven Fackler2015-12-183-43/+37
* Disable cross compilation for nowSteven Fackler2015-12-171-1/+2
* Fix nonblocking behaviorSteven Fackler2015-12-172-22/+17
* Fix regression of c_char type mismatches on ARMOndrej Perutka2015-12-161-1/+1
* RustfmtSteven Fackler2015-12-153-306/+327
* Fix bounds on ssl_read and ssl_writeSteven Fackler2015-12-151-28/+28
* Cleanup SNI stuffSteven Fackler2015-12-151-13/+6
* CleanupSteven Fackler2015-12-151-4/+6
* Merge pull request #309 from Geal/masterSteven Fackler2015-12-151-0/+112
|\
| * Increment SSL_CTX's reference count in Ssl::get_ssl_context()Geoffroy Couprie2015-12-031-0/+1
| * Make shims for SSL_CTX_ctrl and SSL_CTX_callback_ctrl macro wrappersGeoffroy Couprie2015-11-251-3/+3
| * fix memory managementGeoffroy Couprie2015-11-251-5/+3
| * Avoid freeing the SSL object when Ssl is droppedGeoffroy Couprie2015-11-241-10/+19
| * implement get/set ssl contextGeoffroy Couprie2015-11-241-0/+8
| * test SNI supportGeoffroy Couprie2015-11-241-0/+96
* | Document unused variantSteven Fackler2015-12-141-1/+1
* | Yet more AsRawSocket fixesSteven Fackler2015-12-121-1/+1
* | More AsRawSocket fixesSteven Fackler2015-12-121-1/+1
* | Fix AsRawSocket implsSteven Fackler2015-12-121-2/+2
* | Have NonblockingSslStream delegate to SslStreamSteven Fackler2015-12-122-158/+84
* | Build out a new error typeSteven Fackler2015-12-122-35/+231
* | Make error handling more reliableSteven Fackler2015-12-101-5/+16
* | Replace SslStream implementation!Steven Fackler2015-12-092-532/+114
* | Implement read and writeSteven Fackler2015-12-092-96/+142
* | IT LIVESSteven Fackler2015-12-093-15/+144
* | Custom BIO infrastructureSteven Fackler2015-12-082-0/+142
* | Cast correctly c_char raw pointers (fixes build on ARM #314)Ondrej Perutka2015-11-302-12/+15
|/
* Implement try_clone for MaybeSslStreamSteven Fackler2015-11-201-0/+10
* Fixed a typo in a comment.Alex Gaynor2015-11-191-1/+1
* Split stuff requiring a shim out to a separate crateSteven Fackler2015-11-161-46/+47
* Switch to libc 0.2Steven Fackler2015-11-161-29/+14
* Move SSL methods to Ssl object, add getterSteven Fackler2015-11-162-124/+66
* Revert "Revert "Merge pull request #280 from ltratt/libressl_build""Steven Fackler2015-11-162-4/+3
* Better debug implsSteven Fackler2015-10-261-3/+7
* Get nonblocking tests working on OSX/WindowsAlex Crichton2015-10-222-120/+189
* Nonblocking streams support.Jamie Turner2015-10-203-2/+405
* Revert "Merge pull request #280 from ltratt/libressl_build"Steven Fackler2015-10-142-3/+4
* Add set_certificate_chain_file()Frank Denis2015-10-121-0/+10
* Fix build on LibreSSL.Laurence Tratt2015-10-032-4/+3
* Update documentation about SSLv23John Downey2015-10-021-1/+2
* Add an ecdh_auto descriptionFrank Denis2015-09-251-0/+4