mturk       2005/06/11 11:20:10

  Modified:    jni/native/include ssl_private.h
  Log:
  Add pointer to the context very store, so we could know if the
  setCACertificate was called.
  
  Revision  Changes    Path
  1.26      +4 -2      
jakarta-tomcat-connectors/jni/native/include/ssl_private.h
  
  Index: ssl_private.h
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/jni/native/include/ssl_private.h,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- ssl_private.h     11 Jun 2005 07:03:45 -0000      1.25
  +++ ssl_private.h     11 Jun 2005 18:20:10 -0000      1.26
  @@ -179,7 +179,7 @@
       BIO             *bio_os;
       BIO             *bio_is;
   
  -    unsigned char   vhost_id[MD5_DIGEST_LENGTH];
  +    unsigned char   context_id[MD5_DIGEST_LENGTH];
   
       int             protocol;
       /* we are one or the other */
  @@ -187,6 +187,8 @@
   
       /* certificate revocation list */
       X509_STORE      *crl;
  +    /* pointer to the context verify store */
  +    X509_STORE      *store;
       const char      *cert_files[SSL_AIDX_MAX];
       const char      *key_files[SSL_AIDX_MAX];
       X509            *certs[SSL_AIDX_MAX];
  
  
  

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

Reply via email to