You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- Related: crypto.stackexchange.com/questions/5455/…mti2935– mti29352020-12-23 13:49:30 +00:00Commented Dec 23, 2020 at 13:49
- Also security.stackexchange.com/questions/143375/… and half a dozen more linked there @mti2935dave_thompson_085– dave_thompson_0852020-12-24 00:10:51 +00:00Commented Dec 24, 2020 at 0:10
- 1Your description isn't quite correct. Each TLS message is not only encrypted but accompanied by a secure message digest.user207421– user2074212020-12-24 03:14:08 +00:00Commented Dec 24, 2020 at 3:14
- 9I'd disagree with the premise that "non-repudiation is really important in communications". Of all the properties that are commonly guaranteed via cryptographic means, non-repudiation seems to be one of the least useful ones. Can you come up with a scenario where this is actually more useful than the confidentiality/authenticity/integrity already provided by SSL?Stack Tracer– Stack Tracer2020-12-24 06:33:35 +00:00Commented Dec 24, 2020 at 6:33
- 2For some discussion of why non-repudiation may not be desirable, read this posting by Matt Green about how DKIM accidentally provides non-repudiation of email messages, and why that can be a bad thing.Gordon Davisson– Gordon Davisson2020-12-24 20:54:34 +00:00Commented Dec 24, 2020 at 20:54
| Show 4 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. web-application), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you