rmaucher commented on PR #672:
URL: https://github.com/apache/tomcat/pull/672#issuecomment-1761197570

   For certificate (key) file, there's an attempt to always use PEMFile. When 
that fails, it uses the code path where it simply passes the file name, since 
that's what the native API has had since forever. It actually does not change 
the native code in a significant way since it would have to use a memory BIO 
rather than a file BIO, this is not a simple string like the password.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to