Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check size of cookie file #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

check size of cookie file #12

wants to merge 1 commit into from

Commits on Aug 29, 2016

  1. check size of cookie file

    The documentation notes that the cookie file is always 32 bytes, and
    requires that any other size file not be used as an auth cookie.
    
    This is a very basic guard against tor asking for any file as a cookie.
    It's not sufficient to really secure the cookie auth method. This is a
    stopgap measure until SECURECOOKIE can be implemented.
    joeyh committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    8c28555 View commit details
    Browse the repository at this point in the history