Displaying 2 results from an estimated 2 matches for "gnutls_rsa_params_set".
2005 Oct 15
3
Dovecot doesn' compile with gnutls
...build dovecot-1.0.alpha3 with gnutls. The build stops
something like:
ssl-proxy-gnutls.c:420: warning: 'gnutls_dh_params_set' is \
deprecated (declared at /usr/include/gnutls/compat8.h:82)
ssl-proxy-gnutls.c: In function 'read_rsa_parameters': \
ssl-proxy-gnutls.c:446: warning: 'gnutls_rsa_params_set' is \
deprecated (declared at /usr/include/gnutls/compat8.h:77)
make[4]: *** [ssl-proxy-gnutls.o] Error 1
Building with openssl 0.9.8 there are connection errors:
dovecot: Oct 15 22:46:48 Error: imap-login: Can't load certificate \
file /etc/ssl/certs/dovecot.pem: error:25066067:DSO suppo...
2004 Jun 22
2
Compile error
...nteger without a cast
ssl-proxy-gnutls.c: In function `read_dh_parameters':
ssl-proxy-gnutls.c:417: warning: `gnutls_dh_params_set' is deprecated (declared at /usr/local/include/gnutls/compat8.h:82)
ssl-proxy-gnutls.c: In function `read_rsa_parameters':
ssl-proxy-gnutls.c:443: warning: `gnutls_rsa_params_set' is deprecated (declared at /usr/local/include/gnutls/compat8.h:77)
make[3]: *** [ssl-proxy-gnutls.o] Error 1
On dovecot-0.99.10.6:
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/lib -DPKG_RUNDIR=\""/usr/local/var/run/dovecot"\"
-DSBINDIR=\""/usr/local/sbin...