aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorTed Zlatanov2012-04-09 08:46:16 -0400
committerTed Zlatanov2012-04-09 08:46:16 -0400
commita18ecafa99e7e7c3caa35ed68dd8a7b9b5d2b8e3 (patch)
tree51714f1203b0b06d44591f57f245ca7c94acde48 /src/ChangeLog
parentb4d3bc10dc84f6b01a2b6b215d0e489555aa6edd (diff)
downloademacs-a18ecafa99e7e7c3caa35ed68dd8a7b9b5d2b8e3.tar.gz
emacs-a18ecafa99e7e7c3caa35ed68dd8a7b9b5d2b8e3.zip
Limit number of GnuTLS handshakes per connection.
* gnutls.c (gnutls_log_function2i): Convenience log function. (emacs_gnutls_read): Use new log functions, `gnutls_handshakes_tried' process member, and `GNUTLS_EMACS_HANDSHAKES_LIMIT' to limit the number of handshake attempts per process (connection). * gnutls.h: Add `GNUTLS_EMACS_HANDSHAKES_LIMIT' upper limit. Add convenience `GNUTLS_LOG2i' macro. * process.c (make_process): * process.h: Add integer `gnutls_handshakes_tried' member to process struct.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7c3dd115c5b..f7889d99335 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * process.c (make_process):
4 * process.h: Add integer `gnutls_handshakes_tried' member to
5 process struct.
6
7 * gnutls.h: Add `GNUTLS_EMACS_HANDSHAKES_LIMIT' upper limit. Add
8 convenience `GNUTLS_LOG2i' macro.
9
10 * gnutls.c (gnutls_log_function2i): Convenience log function.
11 (emacs_gnutls_read): Use new log functions,
12 `gnutls_handshakes_tried' process member, and
13 `GNUTLS_EMACS_HANDSHAKES_LIMIT' to limit the number of handshake
14 attempts per process (connection).
15
12012-04-09 Chong Yidong <cyd@gnu.org> 162012-04-09 Chong Yidong <cyd@gnu.org>
2 17
3 * eval.c (Fuser_variable_p, user_variable_p_eh) 18 * eval.c (Fuser_variable_p, user_variable_p_eh)