summaryrefslogtreecommitdiff
path: root/modules/ssl
Commit message (Expand)AuthorAgeFilesLines
* * Another set of missed renames.Ruediger Pluem2008-12-021-1/+1
* * Send Content-Type application/ocsp-request for POST requests to OSCPRuediger Pluem2008-10-151-0/+1
* Move struct definition out of the header file since it is only used in this s...Sander Temme2008-08-212-10/+8
* Implement dynamic mutex callbacks for the benefit of OpenSSL.Sander Temme2008-08-213-0/+127
* * modules/ssl/ssl_engine_io.c (ssl_io_input_getline): DocumentJoe Orton2008-08-061-4/+25
* * modules/ssl/ssl_engine_io.c (char_buffer_read): Use memmove in placeJoe Orton2008-08-061-2/+9
* Relax checks for OCSP responder URIs:Joe Orton2008-08-062-2/+7
* picking nits - de-tabJim Jagielski2008-08-052-4/+4
* Catch up with cache changesWilliam A. Rowe Jr2008-06-071-12/+0
* Fix client verification problem with SNI and multicerts.Guenter Knauf2008-06-031-0/+10
* * 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