Displaying 4 results from an estimated 4 matches for "x509_store_add_cert".
2006 Oct 04
1
Can't load certificate file: cert already in hash table
...he following errors:
>>>
Oct 3 20:05:23 [dovecot] Dovecot v1.0.rc7 starting up
Oct 3 20:05:24 [dovecot] Login process died too early - shutting down
Oct 3 20:05:24 [dovecot] imap-login: Can't load certificate file
/etc/ssl/certs/dovecot.crt: error:0B07C065:x509 certificate
routines:X509_STORE_add_cert:cert already in hash table
Oct 3 20:05:24 [dovecot] pop3-login: Can't load certificate file
/etc/ssl/certs/dovecot.crt: error:0B07C065:x509 certificate
routines:X509_STORE_add_cert:cert already in hash table
- Last output repeated twice -
Oct 3 20:05:24 [dovecot] child 13344 (l...
2015 Feb 11
2
[PATCH] Fix for client certificate validation does not work
...(bio);
-
- if (xnames_r != NULL) {
- *xnames_r = sk_X509_NAME_new_null();
- if (*xnames_r == NULL)
- i_fatal_status(FATAL_OUTOFMEM, "sk_X509_NAME_new_null() failed");
- }
- for(i = 0; i < sk_X509_INFO_num(inf); i++) {
- itmp = sk_X509_INFO_value(inf, i);
- if(itmp->x509) {
- X509_STORE_add_cert(store, itmp->x509);
- xname = X509_get_subject_name(itmp->x509);
- if (xname != NULL && xnames_r != NULL) {
- xname = X509_NAME_dup(xname);
- if (xname == NULL)
- i_fatal_status(FATAL_OUTOFMEM, "X509_NAME_dup() failed");
- sk_X509_NAME_push(*xnames_r, xname)...
2012 Oct 30
5
Pigeonhole 3.3 broken against Dovecot 2.1.10
...SSL_1.0.0'
/usr/local/lib/dovecot/libdovecot-storage.so: undefined reference to
`X509_get_ext_d2i at OPENSSL_1.0.0'
/usr/local/lib/dovecot/libdovecot-storage.so: undefined reference to
`SSL_accept at OPENSSL_1.0.0'
/usr/local/lib/dovecot/libdovecot-storage.so: undefined reference to
`X509_STORE_add_cert at OPENSSL_1.0.0'
/usr/local/lib/dovecot/libdovecot-storage.so: undefined reference to
`SSLv23_server_method at OPENSSL_1.0.0'
/usr/local/lib/dovecot/libdovecot-storage.so: undefined reference to
`OBJ_txt2nid at OPENSSL_1.0.0'
/usr/local/lib/dovecot/libdovecot-storage.so: undefined re...
2017 Aug 25
3
trouble compiling Dovecot 2.2.31 on Solaris 10 SPARC - libssl_iostream_openssl.so is not portable!
...ibs/libssl_iostream_openssl.so
SSL_state_string_long ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so
ERR_remove_state ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so
BIO_free ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so
BIO_read ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so
X509_STORE_add_cert ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so
SSL_alert_desc_string_long ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so
SSL_get_version ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so
SSL_get_ex_data ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so
SSL_set_cipher_list ../lib-s...