luehe       2003/08/11 11:07:15

  Modified:    http11/src/java/org/apache/coyote/http11 Http11Protocol.java
  Log:
  Added support for specifying alias name for server keypair and cert
  chain, to be used by the server to authenticate itself to SSL clients
  
  Revision  Changes    Path
  1.32      +4 -0      
jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/Http11Protocol.java
  
  Index: Http11Protocol.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/Http11Protocol.java,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- Http11Protocol.java       28 Jul 2003 11:24:16 -0000      1.31
  +++ Http11Protocol.java       11 Aug 2003 18:07:15 -0000      1.32
  @@ -357,6 +357,10 @@
           setAttribute("ciphers", ciphers);
       }
   
  +    public void setKeyAlias(String keyAlias) {
  +        setAttribute("keyAlias", keyAlias);
  +    }
  +
       /** Set the maximum number of Keep-Alive requests that we will honor.
        */
       public void setMaxKeepAliveRequests(int mkar) {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to