- The goal is removes client-side callers of getSSLManager()->getSSLConfiguration().clientSubjectName.toString()
- Also server callers of isClusterMember
- Add a virtual method to transport::Session SSLConfiguration* getSSLConfiguration()
- It should just call getSSLManager()->getSSLConfiguration().
- See src/mongo/transport/session.h
- Add to derived class TransportLayerASIO::ASIOSession