On Thu, Nov 18, 2010 at 3:08 PM, Brian Smith wrote:
> (Note that this is to: dev-tech-crypto)
>
> Short Version: We are looking at taking a private patch for one Firefox beta
> cycle in
> mozilla-central to export the MPI functions from FreeBL on all platforms in
> our private
> copy of NSS. The
On 11/18/2010 03:08 PM, Brian Smith wrote:
> (Note that this is to: dev-tech-crypto)
>
> Short Version: We are looking at taking a private patch for one Firefox beta
> cycle in mozilla-central to export the MPI functions from FreeBL on all
> platforms in our private copy of NSS. Then, we could pu
(Note that this is to: dev-tech-crypto)
Short Version: We are looking at taking a private patch for one Firefox beta
cycle in mozilla-central to export the MPI functions from FreeBL on all
platforms in our private copy of NSS. Then, we could push the next NSS 3.12
release to the week after Amer
I want to add a client certificate to a firefox profile using JSS.
I have a p12 file with no password on it and am trying to import it
like so:
CryptoManager.initialize(profileDirectory);
CryptoManager cm = CryptoManager.getInstance();
cm.importCACertPackage(certificateFile
I want to add a client certificate to a firefox profile using JSS.
I have a p12 file with no password on it and am trying to import it like so:
CryptoManager.initialize(profileDirectory);
CryptoManager cm = CryptoManager.getInstance();
cm.importCACertPackage(certificateFileAsByteArray);
This giv
5 matches
Mail list logo