It seems the parser is implemented as an nginx module, thus having access to its memory. CloudFlare terminates SSL in nginx and establishes SSL connections to their upstreams, but inside nginx everything is cleartext.
Private keys are not exposed because they are not stored locally (they use the Lua module to implement this).
Private keys are not exposed because they are not stored locally (they use the Lua module to implement this).
Of course, AFAIK.