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

Fix issue with connection resetting every hour when using otp. #208

Merged
merged 5 commits into from
Jan 27, 2017

Commits on Jan 24, 2017

  1. automatically add reneg-sec 0 to client and server configs when otp i…

    …s being used to avoid connection resetting every hour. Edit docs to make clear that a more secure cipher needs to be selected to use with otp to avoid the connection being reset every 64 MB of data
    Luke committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    3ebc490 View commit details
    Browse the repository at this point in the history
  2. remove debugging extra

    Luke committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    fbdc8e3 View commit details
    Browse the repository at this point in the history
  3. modify command in documentation too

    Luke committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    a20c638 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2017

  1. reneg-sec needs to be set to 0 when using otp because otherwise the c…

    …onnection will be ask for a otp every hour. Tests added to make sure it's there when otp is enabled
    Luke committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    c9ada1e View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2017

  1. change test to bring in line with others

    Luke committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    ef82213 View commit details
    Browse the repository at this point in the history