Re: Custom Key Manager

2016-07-31 Thread Amit Pande
there is a provision to hook in a custom >> implementation for trust manager by mentioning class name in >> connector's trustManagerClassName attribute. >> >> https://bz.apache.org/bugzilla/show_bug.cgi?id=48208 >> >> https://tomcat.apache.org/tomcat-7.0-doc/config

Re: Custom Key Manager

2016-07-31 Thread Christopher Schultz
; https://bz.apache.org/bugzilla/show_bug.cgi?id=48208 > > https://tomcat.apache.org/tomcat-7.0-doc/config/http.html > > > I need to implement a custom key manager along with custom trust > manager. Wanted to confirm if there is any way currently to hook > in custom key manager

Re: Custom Key Manager

2016-07-27 Thread Amit Pande
rg/bugzilla/show_bug.cgi?id=48208 > >https://tomcat.apache.org/tomcat-7.0-doc/config/http.html > > >I need to implement a custom key manager along with custom trust >manager. Wanted to confirm if there is any way currently to hook in >custom key manager ? > >If not, c

Custom Key Manager

2016-07-26 Thread Amit Pande
ed to implement a custom key manager along with custom trust manager. Wanted to confirm if there is any way currently to hook in custom key manager ? If not, can this enhancement be taken and Tomcat can expose something like " keyManagerClassName" ? Appreciate your inputs. Thanks, Amit