Displaying 3 results from an estimated 3 matches for "gnutls_cert_type_set_prior".
2004 Jun 22
0
Update: Compile error
...'t set RSA parameters: %s", gnutls_strerror(ret));
Problem: gnutls.h lists these two functions as returning void
Solution: remove the ret and the check code
Compilation continue but link fails:
Undefined first referenced
symbol in file
gnutls_cert_type_set_priority ../login-common/liblogin-common.a(ssl-proxy-gnutls.o)
gnutls_certificate_allocate_cred ../login-common/liblogin-common.a(ssl-proxy-gnutls.o)
gnutls_certificate_free_cred ../login-common/liblogin-common.a(ssl-proxy-gnutls.o)
gnutls_handshake_get_direction ../login-common/libl...
2004 Dec 19
1
0.99.13-rc1
http://dovecot.org/rc/
I guess the RCing in 0.99.12 didn't help that much. SQL/LDAP
authentication crashed because memory was freed wrong. Please test so it
would actually work in 0.99.13.
Also fixed SEARCH UNKEYWORD which wasn't working.
Also added 1.0-test's oe-ns-eoh POP3 workaround built-in.
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2004 Jun 22
2
Compile error
...c ssl-proxy-gnutls.c
ssl-proxy-gnutls.c: In function `ssl_handshake':
ssl-proxy-gnutls.c:280: warning: implicit declaration of function `gnutls_handshake_get_direction'
ssl-proxy-gnutls.c: In function `initialize_state':
ssl-proxy-gnutls.c:302: warning: implicit declaration of function `gnutls_cert_type_set_priority'
ssl-proxy-gnutls.c: In function `ssl_proxy_new':
ssl-proxy-gnutls.c:318: warning: passing arg 2 of `gnutls_transport_set_ptr' makes pointer from integer without a cast
ssl-proxy-gnutls.c: In function `read_dh_parameters':
ssl-proxy-gnutls.c:416: warning: `gnutls_dh_params_set...