-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Server Security
-
None
-
None
-
None
-
None
-
None
-
None
-
None
If SERVER-114168 doesn't pan out, how else could we pass TLS sessions between processes? Perhaps there are OpenSSL APIs that we could use to serialize/deserialize session state. To test this we should:
1. Find the necessary APIs.
2. Extend the listening process to negotiate TLS, then
3. Extend the listening process to pass the socket and the TLS session state to the echo server.
4. Then, extend the echo server to load the session state, and use it to speak TLS with the client.
- depends on
-
SERVER-114167 Create a socket negotiation and handoff test
-
- Closed
-
- is related to
-
SERVER-114168 Test kTLS
-
- Open
-