m-lab / ndt

Network Diagnostic Tool
Other
11 stars 7 forks source link

Makes the server's SSL setup as cross-compatible as possible #62

Closed pboothe closed 8 years ago

pboothe commented 8 years ago

Makes the server's SSL setup as cross-compatible as OpenSSL can possibly be.

Eliminates session caching, as a proper implementation of session caching requires IPC when you have a server that forks, and we avoid unnecessary IPC in pursuit of simplicity.


This change is Reviewable