~ubuntu-branches/ubuntu/wily/dovecot/wily

« back to all changes in this revision

Viewing changes to src/login-common/ssl-proxy.h

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2014-05-15 10:19:29 UTC
  • Revision ID: package-import@ubuntu.com-20140515101929-esvldcgzjrcmz3xk
Tags: 1:2.2.9-1ubuntu3
* SECURITY UPDATE: denial of service via SSL connection exhaustion
  - debian/patches/CVE-2014-3430.patch: properly close connections in
    src/login-common/client-common.c,
    src/login-common/ssl-proxy-openssl.c,
    src/login-common/ssl-proxy.h.
  - CVE-2014-3430

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
const char *ssl_proxy_get_security_string(struct ssl_proxy *proxy);
35
35
const char *ssl_proxy_get_compression(struct ssl_proxy *proxy);
36
36
const char *ssl_proxy_get_cert_error(struct ssl_proxy *proxy);
 
37
void ssl_proxy_destroy(struct ssl_proxy *proxy);
37
38
void ssl_proxy_free(struct ssl_proxy **proxy);
38
39
 
39
40
/* Return number of active SSL proxies */