summaryrefslogtreecommitdiffstats
path: root/modules/ssl/ssl_engine_io.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid some memory allocations by using apr_table_setn where the stringStefan Fritsch2011-06-131-4/+4
* * modules/ssl/ssl_engine_io.c: Revamp output buffering: add aJoe Orton2011-01-171-88/+188
* * We can only get there if the line is too long and in this caseRuediger Pluem2011-01-141-4/+0
* * Fix comment typo as noticed by jortonRuediger Pluem2011-01-121-2/+2
* * Do not drop contents of incomplete lines, but safe them for the nextRuediger Pluem2010-12-211-0/+8
* * Put a note in the connection notes that the SSL handshake to the backendRuediger Pluem2010-11-261-0/+4
* Fix a number of typos and misspellings. Reported by Ville Skytta.Daniel Earl Poirier2010-10-301-2/+2
* remove more unused variablesStefan Fritsch2010-08-041-2/+0
* - Introduce ap_log_cserror to allow mod_ssl to associate log messages toStefan Fritsch2010-06-141-9/+10
* Replace LogLevelDebugDump with TRACE log levelsStefan Fritsch2010-06-061-10/+8
* - Be less verbose at levels INFO and DEBUG in mod_proxy* and mod_sslStefan Fritsch2010-06-061-7/+9
* Use new loglevel accessor macros to simplify codeStefan Fritsch2010-06-061-3/+2
* Introduce SSLLOG_MARK for use with ssl_log_ssl_error(). This will allow toStefan Fritsch2010-06-041-7/+7
* Further mitigation for the TLS renegotation attack, CVE-2009-3555:Joe Orton2009-12-161-1/+9
* SECURITY: Partial fix for CVE-2009-3555:Joe Orton2009-11-061-1/+16
* fixed wrong 3rd parameter passed to apr_brigade_split_line().Guenter Knauf2009-09-271-1/+1
* Fix hung SSL handshake if a particularly long CA list is configured:Joe Orton2009-06-261-11/+12
* * modules/ssl/ssl_engine_io.c (bio_filter_out_ctrl): SwitchJoe Orton2009-06-231-2/+6
* * module/ssl/ssl_engine_io.c: Comment bio_filter_out_ctx_t.Joe Orton2009-06-231-4/+4
* * Optimize access to server_rec.Ruediger Pluem2009-05-041-3/+3
* * Set SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN to on by default.Ruediger Pluem2009-04-291-2/+2
* * Improve and simplify the implementation of SSLProxyCheckPeerExpire byRuediger Pluem2009-04-291-39/+10
* * Add SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN directives to enableRuediger Pluem2009-04-011-0/+70
* * Store the correct server_rec in the connection record configuration andRuediger Pluem2009-03-231-12/+15
* mod_ssl: Make the size of the per-dir-reneg request-body bufferJoe Orton2008-12-121-9/+6
* * 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
* * 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
* * modules/ssl/ssl_engine_io.c (ssl_io_input_add_filter,Joe Orton2007-12-031-6/+0
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_handshake): Renamed fromJoe Orton2007-11-061-4/+7
* mod_ssl: Fix forever-broken TLS upgrade support; perform the upgradeJoe Orton2007-11-061-89/+17
* Fix handling of buffered request body for per-location SSLJoe Orton2007-11-021-5/+30
* Fixup style nitpicks:Paul Querna2007-06-121-1/+1
* Add a clogging_input_filters variable to the conn_rec, enabling the Event MPM...Paul Querna2007-06-121-0/+3
* * modules/ssl/ssl_engine_io.c (ssl_io_buffer_fill): Remove subpool; itJoe Orton2006-11-221-4/+2
* update license header textRoy T. Fielding2006-07-111-6/+6
* New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ]William A. Rowe Jr2006-06-221-2/+7
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Fix SSL Protocol hexdumps for EBCDIC systemsMartin Kraemer2005-11-301-0/+14
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-43/+43
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-1/+1
* Implement a (bounded) buffer of request body data to provide a limitedJoe Orton2005-09-221-0/+185
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_init): Initialize theJoe Orton2005-06-101-0/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * modules/ssl/ssl_engine_io.c (bio_filter_out_flush): Fail if theJoe Orton2005-01-141-0/+4
* * modules/ssl/ssl_engine_io.c (bio_filter_out_flush): Revert theJoe Orton2004-12-151-2/+0
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_cleanup): Fix segfaultsJoe Orton2004-12-151-3/+0
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_Upgrade): Simplify theJoe Orton2004-12-071-38/+25