The NSS documentation reflects that a user application can define a password callback function using the PK11_SetPasswordFunc function. It further states that a user defined void * argument can be passed into the application callback by setting it with SSL_SetPKCS11PinArg. However this function requires a SSL socket fd. How does non-SSL type application (that does not have a ssl fd) set the argument?
Ken
