Bill Price wrote:
> It appears that JSS supports elliptic curve signatures. If so, are there any 
> documents describing parameters/options or code samples available. Also, 
> what JSS versions support EC? Thanks. 
>
>   
There is no JSS documentation, but you can view code samples in the JSS 
tests directory:
Use the latest JSS version currently JSS 4.2.5.

http://mxr.mozilla.org/security/source/security/jss/org/mozilla/jss/tests/

The JSS automated QA is kicked off by a perl script called all.pl
http://mxr.mozilla.org/security/source/security/jss/org/mozilla/jss/tests/all.pl

you can see the results by viewing the full log results of the tinderbox 
results and searching for all.pl:
http://tinderbox.mozilla.org/showbuilds.cgi?tree=NSS
such as the following link (that will expire):
http://tinderbox.mozilla.org/showlog.cgi?log=NSS/1199910600.1199913585.20469.gz&fulltext=1

Please look at the tinderbox JSS QA results to see samples on how to 
execute the following programs:

http://mxr.mozilla.org/security/source/security/jss/org/mozilla/jss/tests/GenerateTestCert.java
http://mxr.mozilla.org/security/source/security/jss/org/mozilla/jss/tests/JCASigTest.java
http://mxr.mozilla.org/security/source/security/jss/org/mozilla/jss/tests/TestKeyGen.java
http://mxr.mozilla.org/security/source/security/jss/org/mozilla/jss/tests/JSS_SelfServServer.java
http://mxr.mozilla.org/security/source/security/jss/org/mozilla/jss/tests/JSS_SelfServClient.java

-glen






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

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

Reply via email to