| Commit message (Expand) | Author | Age | Files | Lines |
* | * modules/ssl/mod_ssl.c (ssl_cleanup_pre_config): Remove the call to | Joe Orton | 2008-05-07 | 1 | -5/+6 |
* | added include dir. | Guenter Knauf | 2008-04-08 | 1 | -0/+1 |
* | Adjust socache init interface to take sizing hints, and namespace tag | Joe Orton | 2008-04-08 | 1 | -1/+7 |
* | Missed in r645940: | Joe Orton | 2008-04-08 | 1 | -6/+6 |
* | * modules/ssl/ssl_engine_config.c: Remove unused macro. | Joe Orton | 2008-04-08 | 1 | -3/+0 |
* | Session cache interface redesign, Part 9: | Joe Orton | 2008-04-08 | 10 | -2048/+11 |
* | * modules/ssl/ssl_engine_io.c (ssl_io_filter_error): Remove "fish", | Joe Orton | 2008-04-07 | 1 | -1/+1 |
* | Clean up some more error handling in mod_ssl: | Joe Orton | 2008-04-07 | 1 | -14/+10 |
* | Clean up some error handling in mod_ssl: | Joe Orton | 2008-04-07 | 1 | -6/+22 |
* | Avoid calling access control hooks for internal requests with | Chris Darroch | 2008-04-03 | 1 | -3/+6 |
* | Session cache interface redesign, Part 7: | Joe Orton | 2008-03-04 | 6 | -126/+134 |
* | * Do not segfault when either no mutex is needed either because no session | Ruediger Pluem | 2008-02-27 | 1 | -1/+3 |
* | Session cache interface redesign, Part 6: | Joe Orton | 2008-02-26 | 7 | -50/+79 |
* | * modules/ssl/ssl_scache_memcache.c (mc_session_id2sz): Fix memcache | Joe Orton | 2008-02-26 | 1 | -1/+1 |
* | * modules/ssl/ssl_scache.c (ssl_ext_status_hook): Do nothing | Joe Orton | 2008-02-26 | 1 | -1/+1 |
* | Allow compilation with pre-c99 compilers | Martin Kraemer | 2008-02-26 | 1 | -1/+1 |
* | * modules/ssl/ssl_scache_dbm.c (ssl_scache_dbm_remove): Use and clear | Joe Orton | 2008-02-25 | 1 | -2/+4 |
* | Session cache interface redesign, Part 5: | Joe Orton | 2008-02-25 | 4 | -67/+86 |
* | * modules/ssl/ssl_scache_dbm.c (ssl_scache_dbm_create): Fix for | Joe Orton | 2008-02-25 | 1 | -0/+2 |
* | Session cache interface redesign, Part 4: | Joe Orton | 2008-02-25 | 7 | -206/+214 |
* | * modules/ssl/ssl_engine_init.c (ssl_init_FindCAList): Cast return | Joe Orton | 2008-02-25 | 1 | -1/+1 |
* | * modules/ssl/ssl_scache.c (ssl_scache_init): Reformat | Joe Orton | 2008-02-25 | 1 | -12/+13 |
* | * modules/ssl/ssl_private.h: Specify extern storage for | Joe Orton | 2008-02-25 | 1 | -4/+4 |
* | * modules/ssl/ssl_scache_dbm.c (ssl_scache_dbm_retrieve): Set *destlen | Joe Orton | 2008-02-25 | 2 | -0/+2 |
* | * modules/ssl/ssl_scache_shmcb.c (shmcb_subcache_retrieve, | Joe Orton | 2008-02-25 | 1 | -2/+3 |
* | changed comments; no functional change. | Guenter Knauf | 2008-02-23 | 1 | -9/+12 |
* | Session cache interface redesign, Part 3: | Joe Orton | 2008-02-22 | 7 | -127/+177 |
* | Move SSL session data deserialization up out of the session cache | Joe Orton | 2008-02-22 | 6 | -178/+195 |
* | * modules/ssl/ssl_scache_shmcb.c: Describe the data structures | Joe Orton | 2008-02-22 | 1 | -0/+31 |
* | Move SSL session data serialization up out of the session cache | Joe Orton | 2008-02-22 | 6 | -55/+26 |
* | Re-implement the SSL session cache abstraction using a vtable; first | Joe Orton | 2008-02-22 | 8 | -160/+134 |
* | Kasper Brand came across a flaw in the current implementation when CRL | Dirk-Willem van Gulik | 2008-02-14 | 1 | -0/+20 |
* | Reduce the WARNING to a DEBUG when SNI support is enabled. | Dirk-Willem van Gulik | 2008-02-11 | 1 | -1/+7 |
* | Restructured server name indication support (PR 34607); | Guenter Knauf | 2008-01-11 | 4 | -114/+166 |
* | added empty line after var declaration. | Guenter Knauf | 2007-12-29 | 1 | -0/+1 |
* | fixed code style, missing prototype warnings, disabled init for proxy, remove... | Guenter Knauf | 2007-12-29 | 3 | -34/+39 |
* | Sander pointed out to me that as we added ENGINE logic support | William A. Rowe Jr | 2007-12-29 | 1 | -3/+3 |
* | Added server name indication (RFC 4366) support (PR 34607). | Guenter Knauf | 2007-12-21 | 3 | -0/+137 |
* | * modules/ssl/ssl_engine_kernel.c (upgrade_connection): Calling | Joe Orton | 2007-12-04 | 1 | -4/+1 |
* | * modules/ssl/ssl_util_ocsp.c: Fix spelling mistake in comment; no | Joe Orton | 2007-12-03 | 1 | -1/+1 |
* | * modules/ssl/ssl_engine_ocsp.c (verify_ocsp_status): Extract the | Joe Orton | 2007-12-03 | 1 | -2/+23 |
* | * modules/ssl/ssl_engine_log.c (ssl_log_cxerror): Drop 'peer' from the | Joe Orton | 2007-12-03 | 2 | -2/+2 |
* | * modules/ssl/ssl_util_ocsp.c (read_response): Bail out if the maximum | Joe Orton | 2007-12-03 | 1 | -2/+8 |
* | * modules/ssl/ssl_engine_kernel.c (ssl_hook_ReadReq): For performing | Joe Orton | 2007-12-03 | 1 | -1/+1 |
* | * modules/ssl/ssl_engine_io.c (ssl_io_input_add_filter, | Joe Orton | 2007-12-03 | 1 | -6/+0 |
* | * modules/ssl/ssl_engine_ocsp.c, modules/ssl/ssl_private.h: Comment | Joe Orton | 2007-11-29 | 2 | -8/+7 |
* | * modules/ssl/ssl_util_ocsp.c (serialize_request): Fix query string | Joe Orton | 2007-11-29 | 1 | -2/+2 |
* | mod_ssl: Add support for OCSP validation of client certificates: | Joe Orton | 2007-11-29 | 9 | -1/+674 |
* | * modules/ssl/ssl_engine_log.c (ssl_log_cxerror): Log the certificate | Joe Orton | 2007-11-27 | 1 | -3/+15 |
* | enable to build with OpenSSL 0.9.9 | Guenter Knauf | 2007-11-25 | 2 | -1/+7 |