Fei Fong wrote:
> I am able to generate ECC encryption keys using: reqtype = 'ec-ex'
> However, it fails when I try to generate ECC signature keys using
> reqtype = 'ec-sign'
> 
> I tried the other options for ECC given in
> https://developer.mozilla.org/en/generateCRMFRequest
> as well but have only been able to generate keys using the 'ec-ex'
> argument.

https://bugzilla.mozilla.org/show_bug.cgi?id=367577

You need a custom build of NSS, with NSS_ECC_MORE_THAN_SUITE_B=1 e.g.:

NSS_ECC_MORE_THAN_SUITE_B=1 \
NSS_ENABLE_ZLIB=1 \
OS_TARGET=WIN95 \
make nss_clean_all nss_build_all

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

Reply via email to