]> granicus.if.org Git - apache/commit
Support for OpenSSL 1.1.0:
authorRainer Jung <rjung@apache.org>
Sun, 20 Mar 2016 14:20:52 +0000 (14:20 +0000)
committerRainer Jung <rjung@apache.org>
Sun, 20 Mar 2016 14:20:52 +0000 (14:20 +0000)
commit10ef9761a04fbdede40caee8ca2fd3b26a676fc5
treec327a1908ae6c54a230641218b83a65be5d0ff8c
parent10e3eeda2f50f2137d66a1df724cad9bb4acd2b3
Support for OpenSSL 1.1.0:
- use new API SSL_CTX_set_max_proto_version()
  and SSL_CTX_set_min_proto_version() instead
  of SSL_CTX_set_options()
- use new methods TLS_client_method() and
  TLS_server_method()

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