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

Update the protocol versions recommendations to remove LinkAuth=1 #291

Closed

Conversation

Labels
None yet
Projects
None yet
2 participants
@nmathewson
Copy link
Contributor

@nmathewson nmathewson commented Aug 23, 2018

LinkAuth method 1 is the one where we pull the TLS master secrets
out of the OpenSSL data structures and authenticate them with
RSA. Right now we list method 1 as required for clients and relays.
That's a problem, since we can't reasonably support it with NSS. So
let's remove it as a requirement, and have only method 3 as a
recommendation.

Closes ticket 27286

LinkAuth method 1 is the one where we pull the TLS master secrets
out of the OpenSSL data structures and authenticate them with
RSA. Right now we list method 1 as required for clients and relays.
That's a problem, since we can't reasonably support it with NSS. So
let's remove it as a requirement, and have only method 3 as a
recommendation.

Closes ticket 27286
@coveralls
Copy link

@coveralls coveralls commented Aug 23, 2018

Coverage Status

Coverage decreased (-0.001%) to 55.931% when pulling db2409b on nmathewson:ticket27286_032 into c1ad406 on torproject:maint-0.3.2.

@nmathewson
Copy link
Contributor Author

@nmathewson nmathewson commented Sep 30, 2018

This was tweaked and merged.

@nmathewson nmathewson closed this Sep 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment