summaryrefslogtreecommitdiff
path: root/ext/openssl/php_openssl_structs.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactor + reorganize openssl filesDaniel Lowrey2014-03-051-51/+0
| | | | | | | | | - All streams-related code now lives in xp_ssl.c. Previously stream code was split across both openssl.c and xp_ssl.c - Folded superfluous php_openssl_structs.h into xp_ssl.c - Server-specific options now set on SSL_CTX instead of SSL - Deprecate SNI_server_name ctx option - Miscellaneous refactoring
* Mitigate client-initiated SSL renegotiation DoSDaniel Lowrey2014-02-211-0/+9
|
* Verify peers by default in client socket operationsDaniel Lowrey2014-01-281-0/+42