Compiling
NSS
To compile:
- setenv CVSROOT :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
- cvs login enter anonymous as the password
- cvs co mozilla/nsprpub
- cvs co mozilla/dbm mozilla/security/dbm
- cvs co mozilla/security/coreconf mozilla/security/nss
- cd mozilla
- setenv NSS_ENABLE_ECC 1
- setenv NSS_BUILD_OPT 1
- cd security/nss
- make nss_build_all
OpenSSL
This build of OpenSSL was created by downloading the source snapshot as of December 2, 2005, and applying a patch (currently under review for acceptance to OpenSSL).
To compile: follow the instructions to build OpenSSL. No special configuration is required to enable elliptic curve cryptography.