| Commit message (Expand) | Author | Age | Files | Lines |
* | * Another set of missed renames. | Ruediger Pluem | 2008-12-02 | 1 | -1/+1 |
* | * Send Content-Type application/ocsp-request for POST requests to OSCP | Ruediger Pluem | 2008-10-15 | 1 | -0/+1 |
* | Move struct definition out of the header file since it is only used in this s... | Sander Temme | 2008-08-21 | 2 | -10/+8 |
* | Implement dynamic mutex callbacks for the benefit of OpenSSL. | Sander Temme | 2008-08-21 | 3 | -0/+127 |
* | * modules/ssl/ssl_engine_io.c (ssl_io_input_getline): Document | Joe Orton | 2008-08-06 | 1 | -4/+25 |
* | * modules/ssl/ssl_engine_io.c (char_buffer_read): Use memmove in place | Joe Orton | 2008-08-06 | 1 | -2/+9 |
* | Relax checks for OCSP responder URIs: | Joe Orton | 2008-08-06 | 2 | -2/+7 |
* | picking nits - de-tab | Jim Jagielski | 2008-08-05 | 2 | -4/+4 |
* | Catch up with cache changes | William A. Rowe Jr | 2008-06-07 | 1 | -12/+0 |
* | Fix client verification problem with SNI and multicerts. | Guenter Knauf | 2008-06-03 | 1 | -0/+10 |
* | * 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 |