]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
The patch below reverts the prior commit to eliminate SSL_set_state().
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 22 May 2003 19:41:32 +0000 (19:41 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 22 May 2003 19:41:32 +0000 (19:41 +0000)
commit0638355e74d13c6c2bcf0338ac02c434f222dd14
tree088b4aae3abed6e51c7c0a928b71467e18ba65a5
parenta9f65765d5de45ae975e248b27f0a70df750f607
  The patch below reverts the prior commit to eliminate SSL_set_state().
  Some additional work or research is required in order to pass the
  perl-framework regressions, but I don't have the cycles and don't
  care to leave the broken code in cvs HEAD.

REVERTING: wrowe 2003/05/19 08:13:19

  Modified:    modules/ssl config.m4 ssl_engine_io.c ssl_engine_kernel.c
                        ssl_toolkit_compat.h
  Log:
    Drop SSL_set_state() in favor of a proper SSL_renegotiate() to begin
    rehandshaking the SSL connection, vis-a-vis ApacheSSL.

  Revision  Changes    Path
  1.15      +0 -1      httpd-2.0/modules/ssl/config.m4
  1.108     +1 -1      httpd-2.0/modules/ssl/ssl_engine_io.c
  1.93      +1 -1      httpd-2.0/modules/ssl/ssl_engine_kernel.c
  1.34      +0 -6      httpd-2.0/modules/ssl/ssl_toolkit_compat.h

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@100004 13f79535-47bb-0310-9956-ffa450edef68
config.m4
ssl_engine_io.c
ssl_engine_kernel.c
ssl_toolkit_compat.h