]> granicus.if.org Git - php/commit
Fix bug #28096 - stream_socket_accept() on an SSL server socket doesn't
authorWez Furlong <wez@php.net>
Wed, 21 Apr 2004 23:02:06 +0000 (23:02 +0000)
committerWez Furlong <wez@php.net>
Wed, 21 Apr 2004 23:02:06 +0000 (23:02 +0000)
commite9920ede1fc54e2b1cfd99a2cfb4528a5e79d005
tree60b06ff44f6f717ffafc132b2fc14f04e5febcf3
parent375b5df63d3e57520ddb1d08fea2dbe8ec50d59f
Fix bug #28096 - stream_socket_accept() on an SSL server socket doesn't
enable SSL on the accepted socket.

- Add cipher list context option
- Add helpful hint about why SSL server socket fails with mysterious
  error (eg: you need an SSL certificate for most ciphers).
ext/openssl/openssl.c
ext/openssl/xp_ssl.c