aboutsummaryrefslogtreecommitdiffstats
path: root/netlib
Commit message (Collapse)AuthorAgeFilesLines
...
| * refactor HTTP/1 as protocolThomas Kriechbaumer2015-07-221-444/+457
| |
| * change HTTP2 interface to match HTTP1Thomas Kriechbaumer2015-07-221-3/+3
| |
| * extract authentication methods from protocolThomas Kriechbaumer2015-07-223-39/+36
| |
| * move bits aroundThomas Kriechbaumer2015-07-2215-111/+130
| |
| * refactor websockets into protocolThomas Kriechbaumer2015-07-223-113/+133
| |
| * introduce http_semantics moduleThomas Kriechbaumer2015-07-222-14/+25
| | | | | | | | | | used for generic HTTP representation everything should apply for HTTP/1 and HTTP/2
* | add distinct error for cert verification issuesMaximilian Hils2015-07-242-4/+9
|/
* bump versionMaximilian Hils2015-07-221-1/+1
|
* Added a fix for pre-1.0 OpenSSL which wasn't correctly erring on failed ↵Kyle Morton2015-07-211-0/+7
| | | | certificate validation
* Fixing default CA which ought to be read as a pemfile and not a directoryKyle Morton2015-07-211-1/+1
|
* bump versionMaximilian Hils2015-07-221-1/+1
|
* Fixed version error formatting issueM. Utku Altinkaya2015-07-211-1/+1
|
* socks: optionally fail earlyMaximilian Hils2015-07-031-5/+10
|
* socks: add assert_socks5 methodMaximilian Hils2015-07-031-7/+34
|
* Fixing how certifi is made the default ca_path to simplify calling logic.Kyle Morton2015-06-261-1/+3
|
* remove certffiMaximilian Hils2015-06-262-47/+0
|
* Fix printing of SSL version errorAldo Cortesi2015-06-251-1/+1
| | | | Fixes #73
* Merge pull request #76 from kyle-m/masterAldo Cortesi2015-06-241-10/+14
|\ | | | | Provide debugging information when upstream server certificate fails validation
| * Cleaning up upstream server verification. Adding storage of cerificateKyle Morton2015-06-221-8/+8
| | | | | | | | | | verification errors on TCPClient object to enable warnings in downstream projects.
| * Updating TCPServer to allow tests (and potentially other use cases) to serveKyle Morton2015-06-221-2/+6
| | | | | | | | certificate chains instead of only single certificates.
* | Merge branch 'Kriechi-ssl-version-handling'Aldo Cortesi2015-06-231-7/+18
|\ \
| * | unify SSL version/method handlingThomas Kriechbaumer2015-06-221-7/+18
| |/
* / Remove dependence on pathod in test suite.Aldo Cortesi2015-06-231-1/+20
|/
* netlib/test.py -> test/tservers.pyAldo Cortesi2015-06-221-108/+0
|
* fix http user agentsThomas Kriechbaumer2015-06-181-2/+2
|
* mark unused variables and argumentsThomas Kriechbaumer2015-06-187-26/+24
|
* Merge branch 'master' of https://github.com/kyle-m/netlib into kyle-m-masterAldo Cortesi2015-06-181-3/+3
|\
| * Adding certifi as default CA bundle.Kyle Morton2015-06-161-3/+3
| |
* | Only set OP_NO_COMPRESSION by default if it exists in our version of OpenSSLAldo Cortesi2015-06-181-1/+12
| | | | | | | | | | We'll need to start testing under both new and old versions of OpenSSL somehow to catch these...
* | Merge pull request #71 from Kriechi/landscapeAldo Cortesi2015-06-187-58/+56
|\ \ | | | | | | fix warnings and code smells
| * | fix warnings and code smellsThomas Kriechbaumer2015-06-177-58/+56
| | | | | | | | | | | | use prospector to find them
* | | http2: improve :authority headerThomas Kriechbaumer2015-06-161-0/+3
| | |
* | | http2: improve test suiteThomas Kriechbaumer2015-06-162-12/+13
| | |
* | | http2: return stream_id from request for responseThomas Kriechbaumer2015-06-161-4/+7
| | |
* | | http2: fix header_block_fragments and lengthThomas Kriechbaumer2015-06-162-10/+26
| | |
* | | http2: only first headers frame as END_STREAM flagThomas Kriechbaumer2015-06-161-2/+2
| | |
* | | http2: improve frame outputThomas Kriechbaumer2015-06-161-5/+6
| | |
* | | add elliptic curve during TLS handshakeThomas Kriechbaumer2015-06-161-8/+5
| | |
* | | http2: improve frame outputThomas Kriechbaumer2015-06-162-33/+39
|/ /
* | Merge pull request #69 from kyle-m/masterAldo Cortesi2015-06-161-0/+23
|\| | | | | Adding support for upstream certificate validation when using SSL/TLS…
| * Adding support for upstream certificate validation when using SSL/TLS with anKyle Morton2015-06-151-0/+23
| | | | | | | | instance of TCPClient.
* | simplify ALPNThomas Kriechbaumer2015-06-141-6/+2
| |
* | http2: add authority headerThomas Kriechbaumer2015-06-141-1/+5
| |
* | add new TLS methodsThomas Kriechbaumer2015-06-141-1/+4
| |
* | add more testsThomas Kriechbaumer2015-06-121-4/+4
| |
* | http2: add response creationThomas Kriechbaumer2015-06-121-15/+41
| |
* | http2: general improvementsThomas Kriechbaumer2015-06-121-20/+43
| |
* | improve ALPN integrationThomas Kriechbaumer2015-06-111-8/+15
|/
* fix coding styleThomas Kriechbaumer2015-06-081-1/+1
|
* http2: add warning if raw data looks like HTTP/1Thomas Kriechbaumer2015-06-082-1/+5
|