diff options
| author | Ted Zlatanov | 2014-11-25 09:07:13 -0500 |
|---|---|---|
| committer | Ted Zlatanov | 2014-11-25 09:07:13 -0500 |
| commit | 8608c1009dafa7bf657e8835087bb8ad81357202 (patch) | |
| tree | 8a24eae1414f747b9982ec97dc998a3050d46266 /src/ChangeLog | |
| parent | 8be099a2c10ce4718e6630cef6b6ca1983617264 (diff) | |
| download | emacs-8608c1009dafa7bf657e8835087bb8ad81357202.tar.gz emacs-8608c1009dafa7bf657e8835087bb8ad81357202.zip | |
Use a simple list of symbols in GnuTLS peer verification.
* gnutls.c (Fgnutls_peer_status_warning_describe): Add function to describe a
peer verification warning symbol.
(Fgnutls_peer_status): Use it.
(Fgnutls_boot): Use it.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 220c2bfd771..922b61a92e3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,10 @@ | |||
| 1 | 2014-11-25 Teodor Zlatanov <tzz@lifelogs.com> | 1 | 2014-11-25 Teodor Zlatanov <tzz@lifelogs.com> |
| 2 | 2 | ||
| 3 | * gnutls.c (Fgnutls_peer_status): Check GNUTLS_INITSTAGE, not gnutls_p. | 3 | * gnutls.c (Fgnutls_peer_status): Check GNUTLS_INITSTAGE, not gnutls_p. |
| 4 | (Fgnutls_peer_status_warning_describe): Add function to describe a | ||
| 5 | peer verification warning symbol. | ||
| 6 | (Fgnutls_peer_status): Use it. | ||
| 7 | (Fgnutls_boot): Use it. | ||
| 4 | 8 | ||
| 5 | 2014-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org> | 9 | 2014-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | 10 | ||