Ian McGreer wrote:
> PSM uses the PKCS#11 interface (via NSS). What you would need to write
>
> is a PKCS#11 module that provides access to your cert (presumably, you
>
> would do that anyway once you moved to smart cards).
>
>
>
> See NSS documentation at
>
> http://www.mozilla.org/projects/security/pki/nss/index.html.
>
>
>
> Anyone know where the guidelines for writing a PKCS#11 module for NSS
>
> are? I didn't see them on that page, seems like that would be a useful
>
> link.
PKCS #11 info can be found at
http://developer.netscape.com/docs/manuals/index.html?content=security.html
Sean email me off line about nabbing some of these over to mozilla
before we loose them.
bob
>
>
>
> -Ian