ZeroNet/src
ZeroNet 296e4aab57
Fix sslcrypto thread safety (#2454)
* Use sslcrypto instead of pyelliptic and pybitcointools

* Fix CryptMessage

* Support Python 3.4

* Fix user creation

* Get rid of pyelliptic and pybitcointools

* Fix typo

* Delete test file

* Add sslcrypto to tree

* Update sslcrypto

* Add pyaes to src/lib

* Fix typo in tests

* Update sslcrypto version

* Use privatekey_bin instead of privatekey for bytes objects

* Fix sslcrypto

* Fix Benchmark plugin

* Don't calculate the same thing twice

* Only import sslcrypto once

* Handle fallback sslcrypto implementation during tests

* Fix sslcrypto fallback implementation selection

* Fix thread safety

* Add derivation

* Bring split back

* Fix typo

* v3.3

* Fix custom OpenSSL discovery
2020-03-05 17:54:46 +01:00
..
Connection Stop checkconnections with connectionserver 2020-02-07 16:38:42 +01:00
Content Verify cert in separate function 2020-01-04 16:54:34 +01:00
Crypt Fix sslcrypto thread safety (#2454) 2020-03-05 17:54:46 +01:00
Db Skip commit if already commiting 2020-01-28 16:58:14 +01:00
Debug Rev4382, Fix is_prev_builtin startup error 2019-12-31 18:15:17 +01:00
File Log site address with getfile error 2019-12-31 12:46:01 +01:00
Peer Use peer ip in peer exchange if no active connection 2020-01-28 16:57:20 +01:00
Plugin Always load plugins abc sorted 2019-08-08 14:37:42 +02:00
Site Skip announcing to trackers with unsupported address 2020-03-02 17:08:43 +01:00
Test Fix sslcrypto thread safety (#2454) 2020-03-05 17:54:46 +01:00
Tor Workaround for Tor utf8 cookie file path encoding bug on Windows 2020-02-25 16:46:21 +01:00
Translate Polish translation 2020-02-28 01:24:44 +01:00
Ui Fixed `Cache-Control` for .js and .css files 2020-02-29 00:51:41 +01:00
User Display more clean error on users.json/sites.json load error 2019-08-07 14:11:30 +02:00
Worker More detailed logging on write error 2020-01-28 16:56:35 +01:00
lib Fix sslcrypto thread safety (#2454) 2020-03-05 17:54:46 +01:00
util Fix sslcrypto thread safety (#2454) 2020-03-05 17:54:46 +01:00
Config.py Rev4462, Experimental fix for segfault on shutdown 2020-03-04 21:50:28 +01:00
__init__.py First release, remove not used lines from gitignore 2015-01-12 02:03:45 +01:00
main.py Always use libev if possible 2019-12-17 14:25:04 +01:00