Perspectives-Server icon indicating copy to clipboard operation
Perspectives-Server copied to clipboard

network notary implementation for the Perspectives project

Results 33 Perspectives-Server issues
Sort by recently updated
recently updated
newest added

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...

Enhancement

Fixing issue #42 added the header : Cache-Control: private, max-age=3600

Enhancement

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...

Enhancement

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...

Enhancement

Fixed URL loss described in issue #54 by implementing a separate call of OpenSSL scanner if a sock one fails.

Bug

Improvement for issue #56 fixing it

Enhancement