[Modules] Re: About gnutls_session_t.

Fco .J. Arias javi at productshome.com
Thu Jul 21 12:28:57 EST 2005


[If someone see my previous message and anybody answer, the solution is:
certificate files of openssl are not compatible with gnutls certificate
files, make a new one with certtool]

Hello,
When I try to load config of module with:
> 
>   mgs_handle_t *ctxt;
>   ctxt = ap_get_module_config (r->connection->conn_config, &gnutls_module);

after this request info about gnutls:

>  if (gnutls_certificate_type_get (ctxt->session) != GNUTLS_CRT_X509)
>     return;

that return a value of structs something like this:
gnutls_session_int:security_parametres_st:gnutls_certificatetype_t:enum{GNUTLS_CRT_X509=1,GNUTLS_CRT_OPENPGP}

seems that the config of module is not exported or allocated.

--apache: segmentation fault (all child)

Is exported config of mod_gnutls to another modules, with active ssl connection ?


-- 
Fco. J. Arias <javi at productshome.com>



More information about the Modules mailing list