ZeroNet/src/lib/sslcrypto/fallback
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
..
__init__.py Fix sslcrypto thread safety (#2454) 2020-03-05 17:54:46 +01:00
_jacobian.py Fix sslcrypto thread safety (#2454) 2020-03-05 17:54:46 +01:00
_util.py Fix sslcrypto thread safety (#2454) 2020-03-05 17:54:46 +01:00
aes.py Fix sslcrypto thread safety (#2454) 2020-03-05 17:54:46 +01:00
ecc.py Fix sslcrypto thread safety (#2454) 2020-03-05 17:54:46 +01:00
rsa.py Fix sslcrypto thread safety (#2454) 2020-03-05 17:54:46 +01:00