mod_ssl
[Apache Modules]


モジュール

 Expression Handling
 Private
 Toolkit
 Utilities

関数

 APR_DECLARE_OPTIONAL_FN (char *, ssl_var_lookup,(apr_pool_t *, server_rec *, conn_rec *, request_rec *, char *))
 APR_DECLARE_OPTIONAL_FN (const char *, ssl_ext_lookup,(apr_pool_t *p, conn_rec *c, int peer, const char *oidnum))
 APR_DECLARE_OPTIONAL_FN (int, ssl_is_https,(conn_rec *))
 APR_DECLARE_OPTIONAL_FN (int, ssl_proxy_enable,(conn_rec *))
 APR_DECLARE_OPTIONAL_FN (int, ssl_engine_disable,(conn_rec *))
 APR_DECLARE_OPTIONAL_FN (apr_array_header_t *, ssl_extlist_by_oid,(request_rec *r, const char *oidstr))

関数

APR_DECLARE_OPTIONAL_FN ( int  ,
ssl_proxy_enable  ,
(conn_rec *)   
)

The ssl_proxy_enable() and ssl_engine_disable() optional functions are used by mod_proxy to enable use of SSL for outgoing connections.

APR_DECLARE_OPTIONAL_FN ( int  ,
ssl_is_https  ,
(conn_rec *)   
)

An optional function which returns non-zero if the given connection is using SSL/TLS.

APR_DECLARE_OPTIONAL_FN ( const char *  ,
ssl_ext_lookup  ,
(apr_pool_t *p, conn_rec *c, int peer, const char *oidnum)   
)

The ssl_ext_lookup() optional function retrieves the value of a SSL certificate X.509 extension. The client certificate is used if peer is non-zero; the server certificate is used otherwise. The oidnum parameter specifies the numeric OID (e.g. "1.2.3.4") of the desired extension. The string value of the extension is returned, or NULL on error.

APR_DECLARE_OPTIONAL_FN ( char *  ,
ssl_var_lookup  ,
(apr_pool_t *, server_rec *, conn_rec *, request_rec *, char *)   
)

The ssl_var_lookup() optional function retrieves SSL environment variables.


Apacheに対してSun Jul 19 22:05:29 2009に生成されました。  doxygen 1.4.7