Support for OpenSSL 1.1.0:
authorRainer Jung <rjung@apache.org>
Tue, 9 Feb 2016 09:55:18 +0000 (09:55 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 9 Feb 2016 09:55:18 +0000 (09:55 +0000)
commita1d33eade888f74f34819cb972a94e61f644b365
tree3f837a295af87b1113a18f6b8e71b77ac648b14d
parent062a232d427a51b5ea101b65148768146306bc59
Support for OpenSSL 1.1.0:
- partial support for renegotiations.
  - Not a good design, need to poll until
    renegotitation has finished.
  - Loop criterion not right, if no client certs
    will be send.
  - Also doesn't work for EC or DH ciphers.
    Unclear how to fix with current 1.1.0
    API.
  - Details see
    http://marc.info/?t=145493359200002&r=1&w=2

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729341 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_kernel.c