I have the SSLSample code building on the Mac, but not sure how
to supply all of the arguments.  Could someone provide an
example of the args they would pass to this sample program?

1.              case 'C' : cipherString = PL_strdup(optstate->value); break;

Is this required? Example?

2.      case 'c' : connections = PORT_Atoi(optstate->value);  break;

# of connections to make?

3.  case 'd' : certDir = PL_strdup(optstate->value);      break;

This is Directory where Cert DB is stored, right? Can I use a
Netscape or Mozilla cert file from my Preferences folder? I'm
asking this because I know how to export my Cert from a browser
but don't understand how to insert into mozilla "certdb".

4. case 'n' : certNickname = PL_strdup(optstate->value); break;

Reqired?  Is this the Nickname of the Cert that the server is
expecting?

5. case 'w' : password = PL_strdup(optstate->value);     break;

Password to what? Is this an *optional* password to the SSL
server?

Thanks for any help.
-chris


Sent via Deja.com
http://www.deja.com/

Reply via email to