summaryrefslogtreecommitdiffstats
path: root/modules/ssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* * modules/ssl/mod_ssl.c (ssl_cleanup_pre_config): Remove the call toJoe Orton2008-05-071-5/+6
* added include dir.Guenter Knauf2008-04-081-0/+1
* Adjust socache init interface to take sizing hints, and namespace tagJoe Orton2008-04-081-1/+7
* Missed in r645940:Joe Orton2008-04-081-6/+6
* * modules/ssl/ssl_engine_config.c: Remove unused macro.Joe Orton2008-04-081-3/+0
* Session cache interface redesign, Part 9:Joe Orton2008-04-0810-2048/+11
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_error): Remove "fish",Joe Orton2008-04-071-1/+1
* Clean up some more error handling in mod_ssl:Joe Orton2008-04-071-14/+10
* Clean up some error handling in mod_ssl:Joe Orton2008-04-071-6/+22
* Avoid calling access control hooks for internal requests withChris Darroch2008-04-031-3/+6
* Session cache interface redesign, Part 7:Joe Orton2008-03-046-126/+134
* * Do not segfault when either no mutex is needed either because no sessionRuediger Pluem2008-02-271-1/+3
* Session cache interface redesign, Part 6:Joe Orton2008-02-267-50/+79
* * modules/ssl/ssl_scache_memcache.c (mc_session_id2sz): Fix memcacheJoe Orton2008-02-261-1/+1
* * modules/ssl/ssl_scache.c (ssl_ext_status_hook): Do nothingJoe Orton2008-02-261-1/+1
* Allow compilation with pre-c99 compilersMartin Kraemer2008-02-261-1/+1
* * modules/ssl/ssl_scache_dbm.c (ssl_scache_dbm_remove): Use and clearJoe Orton2008-02-251-2/+4
* Session cache interface redesign, Part 5:Joe Orton2008-02-254-67/+86
* * modules/ssl/ssl_scache_dbm.c (ssl_scache_dbm_create): Fix forJoe Orton2008-02-251-0/+2
* Session cache interface redesign, Part 4:Joe Orton2008-02-257-206/+214
* * modules/ssl/ssl_engine_init.c (ssl_init_FindCAList): Cast returnJoe Orton2008-02-251-1/+1
* * modules/ssl/ssl_scache.c (ssl_scache_init): ReformatJoe Orton2008-02-251-12/+13
* * modules/ssl/ssl_private.h: Specify extern storage forJoe Orton2008-02-251-4/+4
* * modules/ssl/ssl_scache_dbm.c (ssl_scache_dbm_retrieve): Set *destlen Joe Orton2008-02-252-0/+2
* * modules/ssl/ssl_scache_shmcb.c (shmcb_subcache_retrieve,Joe Orton2008-02-251-2/+3
* changed comments; no functional change.Guenter Knauf2008-02-231-9/+12
* Session cache interface redesign, Part 3: Joe Orton2008-02-227-127/+177
* Move SSL session data deserialization up out of the session cacheJoe Orton2008-02-226-178/+195
* * modules/ssl/ssl_scache_shmcb.c: Describe the data structuresJoe Orton2008-02-221-0/+31
* Move SSL session data serialization up out of the session cacheJoe Orton2008-02-226-55/+26
* Re-implement the SSL session cache abstraction using a vtable; firstJoe Orton2008-02-228-160/+134
* Kasper Brand came across a flaw in the current implementation when CRL Dirk-Willem van Gulik2008-02-141-0/+20
* Reduce the WARNING to a DEBUG when SNI support is enabled. Dirk-Willem van Gulik2008-02-111-1/+7
* Restructured server name indication support (PR 34607);Guenter Knauf2008-01-114-114/+166
* added empty line after var declaration.Guenter Knauf2007-12-291-0/+1
* fixed code style, missing prototype warnings, disabled init for proxy, remove...Guenter Knauf2007-12-293-34/+39
* Sander pointed out to me that as we added ENGINE logic supportWilliam A. Rowe Jr2007-12-291-3/+3
* Added server name indication (RFC 4366) support (PR 34607).Guenter Knauf2007-12-213-0/+137
* * modules/ssl/ssl_engine_kernel.c (upgrade_connection): CallingJoe Orton2007-12-041-4/+1
* * modules/ssl/ssl_util_ocsp.c: Fix spelling mistake in comment; noJoe Orton2007-12-031-1/+1
* * modules/ssl/ssl_engine_ocsp.c (verify_ocsp_status): Extract theJoe Orton2007-12-031-2/+23
* * modules/ssl/ssl_engine_log.c (ssl_log_cxerror): Drop 'peer' from theJoe Orton2007-12-032-2/+2
* * modules/ssl/ssl_util_ocsp.c (read_response): Bail out if the maximumJoe Orton2007-12-031-2/+8
* * modules/ssl/ssl_engine_kernel.c (ssl_hook_ReadReq): For performingJoe Orton2007-12-031-1/+1
* * modules/ssl/ssl_engine_io.c (ssl_io_input_add_filter,Joe Orton2007-12-031-6/+0
* * modules/ssl/ssl_engine_ocsp.c, modules/ssl/ssl_private.h: CommentJoe Orton2007-11-292-8/+7
* * modules/ssl/ssl_util_ocsp.c (serialize_request): Fix query stringJoe Orton2007-11-291-2/+2
* mod_ssl: Add support for OCSP validation of client certificates:Joe Orton2007-11-299-1/+674
* * modules/ssl/ssl_engine_log.c (ssl_log_cxerror): Log the certificateJoe Orton2007-11-271-3/+15
* enable to build with OpenSSL 0.9.9Guenter Knauf2007-11-252-1/+7