On Wed, Aug 27, 2008 at 8:34 AM, Michael Kaply <[EMAIL PROTECTED]> wrote:
> I'm having a problem signing my Firefox extension on Mac OS X. The error
> I get is:
>
> signtool: function failed: An I/O error occurred during security
> authorization.
>
>
> I built NSS and NSPR myself using Darwin Ports
>
>  sudo port install nspr (4.7_1)
>  sudo port install nss (3.11.9_0)
>
> I have had no problem creating a database or importing my key.
>
> Any idea where to start to look?

Please provide the signtool command line you used, and the
content of the relevant directories.

"An I/O error occurred during security authorization" is
SEC_ERROR_IO.  This error often has nothing to do
with I/O.  SEC_ERROR_IO is reported when
libsoftokn3.dylib cannot be initailized.

Wan-Teh
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to