Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor + reorganize openssl files | Daniel Lowrey | 2014-03-05 | 1 | -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 DoS | Daniel Lowrey | 2014-02-21 | 1 | -0/+9 |
| | |||||
* | Verify peers by default in client socket operations | Daniel Lowrey | 2014-01-28 | 1 | -0/+42 |