diff options
| author | Robert Pluim | 2025-06-05 16:09:11 +0200 |
|---|---|---|
| committer | Robert Pluim | 2025-06-06 17:19:45 +0200 |
| commit | e4ba279b014417c77cf494575434c0714b03eaa3 (patch) | |
| tree | 97ce227573a663d8bc15d5f92a84429cfde1e44c | |
| parent | 8fdb2d19b495e392f47046513e05c8992fee2b4c (diff) | |
| download | emacs-e4ba279b014417c77cf494575434c0714b03eaa3.tar.gz emacs-e4ba279b014417c77cf494575434c0714b03eaa3.zip | |
; * doc/emacs/misc.texi (Network Security): Fix typo.
| -rw-r--r-- | doc/emacs/misc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index fbcb7294505..c35afcf802c 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi | |||
| @@ -430,7 +430,7 @@ checks in @code{network-security-protocol-checks}). | |||
| 430 | The protocols older than @acronym{TLS1.0} are believed to be | 430 | The protocols older than @acronym{TLS1.0} are believed to be |
| 431 | vulnerable to a variety of attacks, and you may want to avoid using | 431 | vulnerable to a variety of attacks, and you may want to avoid using |
| 432 | these if what you're doing requires higher security. (This is the | 432 | these if what you're doing requires higher security. (This is the |
| 433 | @code{ssl} check in @code{network-security-protocol-checks}). | 433 | @code{version} check in @code{network-security-protocol-checks}). |
| 434 | 434 | ||
| 435 | @item Triple DES (or @acronym{3DES}) cipher | 435 | @item Triple DES (or @acronym{3DES}) cipher |
| 436 | The @acronym{3DES} stream cipher provides at most 112 bits of | 436 | The @acronym{3DES} stream cipher provides at most 112 bits of |