a5c4ed5 (HEAD -> master) Merge branch &39;release/0.6.1&39;
f58b5a1 (release/0.6.1) version bump
be624d6 (origin/develop, develop) Merge branch &39;holgern-fasten_ecdsa&39; into develop
f8ed1a3 (holgern-fasten_ecdsa) Fix python2 support for ecdsa
cd36b86 [ssl] validate SSL certs against mitm (fix 60)
4dedfb1 [rpc] implement next() calls
c63b322 Revert &34;travis adds py3.6&34;
2b94c9c travis adds py3.6
1452215 fix ecdsa test
37a1d42 [exception] move exceptions into separated module
f5912e1 [ssl] validate SSL certs against mitm (fix 60)
b5f098a [rpc] implement next() calls
fae024d Revert &34;travis adds py3.6&34;
0c6b86a travis adds py3.6
f632cfd fix ecdsa test
32b9ae1 [exception] move exceptions into separated module
18cd04d Add unit test for cryptography and secp256k1
52c8914 Remove wrong line
56f8217 Improve sign and verify speed by 200% if secp256k1 is not installed
d89cbc0 travis and tox updates
f3da0a5 RPC cleanup
1c91ca9 Merge tag &39;0.6.0&39; into develop ([`2b57393`](https://github.com/xeroc/python-graphenelib/commit/2b573930366542d350daa138499de6b1b370d26b))
* Merge branch &39;release/0.6.1&39; ([`a5c4ed5`](https://github.com/xeroc/python-graphenelib/commit/a5c4ed53aa22e8538e64e61055bed97ac459db64))
* version bump ([`f58b5a1`](https://github.com/xeroc/python-graphenelib/commit/f58b5a1da7900ac3d746bd18bdeaf5628572c3a4))
* Merge branch &39;holgern-fasten_ecdsa&39; into develop ([`be624d6`](https://github.com/xeroc/python-graphenelib/commit/be624d67c81698d939b7d07312c0c5dfbd280d1b))
* Fix python2 support for ecdsa ([`f8ed1a3`](https://github.com/xeroc/python-graphenelib/commit/f8ed1a324c7101a4c35220e9e4b04bdc29c1d6a6))
* [ssl] validate SSL certs against mitm (fix 60) ([`cd36b86`](https://github.com/xeroc/python-graphenelib/commit/cd36b868edd458295a5a54acbfb9750999a3ed90))
* [rpc] implement next() calls ([`4dedfb1`](https://github.com/xeroc/python-graphenelib/commit/4dedfb1a2acd27c9503331409bab5bd81e686957))
* Revert &34;travis adds py3.6&34;
This reverts commit 0c6b86aa55f07980035042bfcb63fd1a6e6decb5. ([`c63b322`](https://github.com/xeroc/python-graphenelib/commit/c63b3226093f8a61ba1a76315bf16059b1f2eaf1))
* travis adds py3.6 ([`2b94c9c`](https://github.com/xeroc/python-graphenelib/commit/2b94c9cea4700261c24f5a6533d2ae52a61e0d79))
* fix ecdsa test ([`1452215`](https://github.com/xeroc/python-graphenelib/commit/145221589f1016b4508060279a20b7abee49702e))
* [exception] move exceptions into separated module ([`37a1d42`](https://github.com/xeroc/python-graphenelib/commit/37a1d42c5793c2f93da4eb30c34e05c3d66b6d8b))
* [ssl] validate SSL certs against mitm (fix 60) ([`f5912e1`](https://github.com/xeroc/python-graphenelib/commit/f5912e1a77b8ddf461e06df65a899a3d4576053a))
* [rpc] implement next() calls ([`b5f098a`](https://github.com/xeroc/python-graphenelib/commit/b5f098a816ad00bb56b92e107fd8eb6bbfb1ff3b))
* Revert &34;travis adds py3.6&34;
This reverts commit 0c6b86aa55f07980035042bfcb63fd1a6e6decb5. ([`fae024d`](https://github.com/xeroc/python-graphenelib/commit/fae024da0935ed7495814fa3278efd7227779de9))
* travis adds py3.6 ([`0c6b86a`](https://github.com/xeroc/python-graphenelib/commit/0c6b86aa55f07980035042bfcb63fd1a6e6decb5))
* fix ecdsa test ([`f632cfd`](https://github.com/xeroc/python-graphenelib/commit/f632cfd140aed96b5e0a55d935d37d6dd21525a5))
* [exception] move exceptions into separated module ([`32b9ae1`](https://github.com/xeroc/python-graphenelib/commit/32b9ae1d48812635c496056035d2c3afd6e12493))
* Add unit test for cryptography and secp256k1 ([`18cd04d`](https://github.com/xeroc/python-graphenelib/commit/18cd04d24965d173a98ebb4e7425344a1992bcce))
* Remove wrong line ([`52c8914`](https://github.com/xeroc/python-graphenelib/commit/52c8914ec8b82e8e80efcbf9425ef8ce11b60b04))
* Improve sign and verify speed by 200% if secp256k1 is not installed
* unit test for ecdsa fixed ([`56f8217`](https://github.com/xeroc/python-graphenelib/commit/56f82170abb2e792d3ee1d0f3fb8e69fccfd9d06))
* travis and tox updates ([`d89cbc0`](https://github.com/xeroc/python-graphenelib/commit/d89cbc0fd1160ccbada22420c0b1bb63a3f52451))
* RPC cleanup ([`f3da0a5`](https://github.com/xeroc/python-graphenelib/commit/f3da0a5689bfb1ebb79efbf94edaade2943919c2))
* Merge tag &39;0.6.0&39; into develop