aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorTed Zlatanov2013-12-14 13:04:09 -0500
committerTed Zlatanov2013-12-14 13:04:09 -0500
commit31b4827ea9ba8d22deb17c0593f0f555a33e1fa4 (patch)
treedbfcb55f9fa3edc10623b34d5cf964a9a1167f7d /src/ChangeLog
parentf93cc74f04312c1b27bfcc870c1782083525fc61 (diff)
downloademacs-31b4827ea9ba8d22deb17c0593f0f555a33e1fa4.tar.gz
emacs-31b4827ea9ba8d22deb17c0593f0f555a33e1fa4.zip
New verify-error GnuTLS interface for certificate validation
* net/gnutls.el (gnutls-verify-error): New defcustom to control the behavior when a certificate fails validation. Defaults to old behavior: never abort, just warn. (gnutls-negotiate): Use it. * gnutls.c: Replace `:verify_hostname_error' with `:verify_error', now a list of certificate validation checks that will abort a connection with an error. (Fgnutls_boot): Document it and use it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 80367c81166..081a6b8631c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * gnutls.c: Replace `:verify_hostname_error' with `:verify_error',
4 now a list of certificate validation checks that will abort a
5 connection with an error.
6 (Fgnutls_boot): Document it and use it.
7
12013-12-14 Martin Rudalics <rudalics@gmx.at> 82013-12-14 Martin Rudalics <rudalics@gmx.at>
2 9
3 * w32term.c (w32_enable_frame_resize_hack): New variable. 10 * w32term.c (w32_enable_frame_resize_hack): New variable.