Displaying 5 results from an estimated 5 matches for "ssl_proxy_init".
2011 Apr 18
4
Solaris hardware crypto engines
Hello,
I tried to find out how about to use the hardware crypto engines under
Solaris (Sun Fire T2000). It seems, that its not just a compilation issue:
> For operations that are to be offloaded, it is necessary to restrict use to subset
> of OpenSSL functions (the EVP_ functions) and explicitly indicate the use of
the PKCS11
> engine; something like the following works for bulk
2008 Jun 16
2
Installation Problem -
...uthenticate.o
imap-proxy.o ../login-common/liblogin-common.a ../lib-imap/libimap.a
../lib-auth/libauth.a ../lib/liblib.a -L/usr/kerberos/lib -lssl -lcrypto
-lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz
../login-common/liblogin-common.a(ssl-proxy-openssl.o)(.text+0x10e9): In
function `ssl_proxy_init':
/tmp/dovecot-1.0.14/src/login-common/ssl-proxy-openssl.c:735: undefined
reference to `SSL_CTX_set_info_callback'
collect2: ld returned 1 exit status
make[3]: *** [imap-login] Error 1
make[3]: Leaving directory `/tmp/dovecot-1.0.14/src/imap-login'
make[2]: *** [all-recursive] Error 1
m...
2004 Jun 22
2
Compile error
...ams_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:442: warning: `gnutls_rsa_params_set' is deprecated (declared at /usr/local/include/gnutls/compat8.h:77)
ssl-proxy-gnutls.c: In function `ssl_proxy_init':
ssl-proxy-gnutls.c:508: warning: implicit declaration of function `gnutls_certificate_allocate_cred'
ssl-proxy-gnutls.c:520: error: void value not ignored as it ought to be
ssl-proxy-gnutls.c:523: error: void value not ignored as it ought to be
ssl-proxy-gnutls.c: In function `ssl_proxy_d...
2007 Mar 15
5
[PATCH 0/5] fix gcc warnings in CVS HEAD
Hi,
I have rewritten the patches I submitted earlier today for the CVS
HEAD. Some of the changes were already committed months ago.
On 2007/03/15 12:30, Timo Sirainen <tss at iki.fi> wrote:
> That's ok, but I'm not sure about bsearch_insert_pos(). It's the way it
> is mostly because I wanted to keep bsearch() API. If it can't return
> void * then maybe it could be
2003 Jun 15
3
0.99.10-test12
http://dovecot.procontrol.fi/test/
I should have released 0.99.10 already I think.. There's just two
annoying problems that I think should be fixed first:
- PAM: If user gives a wrong password, dovecot-auth process sleeps for
two seconds, blocking everyone else who are trying to authenticate at
the time. So using PAM isn't very good idea at the moment.
- OpenSSL problems. Are they