(file) Return to notes.txt CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Executor

Diff for /pegasus/src/Executor/notes.txt between version 1.1.2.6 and 1.1.2.7

version 1.1.2.6, 2006/12/31 23:03:58 version 1.1.2.7, 2007/01/02 03:18:59
Line 44 
Line 44 
         Compile with PEGASUS_PAM_AUTHENTICATION and         Compile with PEGASUS_PAM_AUTHENTICATION and
         PEGASUS_USE_PAM_STANDALONE_PROC.         PEGASUS_USE_PAM_STANDALONE_PROC.
  
       11. Running the SSL tests.
   
           Run server like this:
   
               % cimserver enableHttpsConnection=true enableAuthentication=true sslClientVerificationMode=optional sslTrustStoreUserName=root
   
           Run test like this:
   
           % make -f TestMakefile run_SSL_TS1
           % chown pegasus.pegasus /opt/pegasus/cimserver_trust
           % chown pegasus.pegasus /opt/pegasus/crl
   
   
       12. Interesting functions.
   
           SSL_CTX_use_PrivateKey_file()
   
           EVP_PKEY *PEM_read_PrivateKey(
               FILE *fp, EVP_PKEY **x, pem_password_cb *cb, void *u);
   
           int SSL_CTX_use_PrivateKey(SSL_CTX *ctx, EVP_PKEY *pkey);
   


Legend:
Removed from v.1.1.2.6  
changed lines
  Added in v.1.1.2.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2