-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
docs(overlay): add URL of blog post and clarify wording #4635
Conversation
…ingerprint to prevent Man-in-the-middle attacks in a Peer connection
…anges to the flooding protocol
I'd like to ask a question, since we are looking into the Why did we choose the rippled/src/ripple/overlay/impl/Handshake.cpp Line 164 in aded4a7
In order to prevent Man-in-the-middle attacks, we are including a "Session-Signature" field in the response. ( rippled/src/ripple/overlay/README.md Line 346 in aded4a7
Isn't it likely that the local and remote data is identical? (For ex: sharing identical sets of validations, proposals, etc) Isn't it better to concatenate the two sets of data and then sign them with |
ok 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 LGTM
@manojsdoshi I think this could be ok to consider for 1.12.0-rc2 because it is only docs/comments, and does not touch any code |
There appears to be a mistake in the wording of the Overlay README file. I believe the private key is used to sign the fingerprint and the public key is used to verify the authenticity of the signature. This is a change to that effect.
Type of Change