Perspectives-Server
Perspectives-Server copied to clipboard
network notary implementation for the Perspectives project
Commit 325367fbc6dcf7e9fea1abc50acc49d78bd328a6 introduced a change in admin/start_webserver.sh and as a result the main process no longer detaches itself from active console.
Looks like the domain is lost? Why don't we reanimate the project?
How to repeat : try to scan high-secure site, disallowing weak ciphers handshake. For example https://crowdcourse.net ``` perspectives@crowdcourse:~$ /usr/bin/python notary_http.py --sni --webport 8081 --pycache 100M --cache-expiry 4H --dbtype sqlite --dbname...
Currently queries are sent to notaries using unecrypted http traffic. Messages are still cryptographically signed and verified using the notary's public key, so they are guaranteed to be correct and...
Fixing issue #42 added the header : Cache-Control: private, max-age=3600
While sensitive data stored in memory can never be truly safe on an untrusted system, especially in python with immutable strings, garbage collection algorithms, et cetera, we could take steps...
Fixing #46 A verified config for using with NGinx, and memcache-enabled =) If NGinx was built with ngx_http_memcached_module support, it is able not just serve results out of memcached without...
Fixed URL loss described in issue #54 by implementing a separate call of OpenSSL scanner if a sock one fails.