diff options
| author | Robert Pluim | 2020-07-20 14:39:25 +0200 |
|---|---|---|
| committer | Robert Pluim | 2020-07-20 14:41:21 +0200 |
| commit | 551123e0b272c967b8cd042df39947c0f8ad4b40 (patch) | |
| tree | 6cdeadb615285c20b4e33529aeaa289fc618eed4 | |
| parent | de68572742f37f70c128c7192576182347eb8f4b (diff) | |
| download | emacs-551123e0b272c967b8cd042df39947c0f8ad4b40.tar.gz emacs-551123e0b272c967b8cd042df39947c0f8ad4b40.zip | |
* etc/NEWS: Correct description of :client-certificate change
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -270,7 +270,7 @@ doing before changing the value. | |||
| 270 | +++ | 270 | +++ |
| 271 | ** Native GnuTLS connections can now use client certificates. | 271 | ** Native GnuTLS connections can now use client certificates. |
| 272 | Previously, this support was only available when using the external | 272 | Previously, this support was only available when using the external |
| 273 | 'gnutls-cli' command. Call 'open-network-stream' with | 273 | 'gnutls-cli' or 'starttls' command. Call 'open-network-stream' with |
| 274 | ':client-certificate t' to trigger looking up of per-server | 274 | ':client-certificate t' to trigger looking up of per-server |
| 275 | certificates via 'auth-source'. | 275 | certificates via 'auth-source'. |
| 276 | 276 | ||