This looks like a valid error. NSS does not support the curve requested:
Breakpoint 2, gf_populate_params (name=ECCurve_SECG_PRIME_112R1, field_type=ec_field_GFp, params=0x7fffd800e180) at ecdecode.c:145
curveParams = ecCurve_map[params->name]; CHECK_OK(curveParams);
That's from TestCurves. TestECDH wants ECCurve_NIST_P192. Both are NULL in nss-3.12.6/mozilla/security/nss/lib/freebl/ecl/ecl-curve.h
This looks like a valid error. NSS does not support the curve requested:
Breakpoint 2, gf_populate_params (name=ECCurve_ SECG_PRIME_ 112R1, field_type= ec_field_ GFp, params= 0x7fffd800e180) at ecdecode.c:145
curveParams = ecCurve_ map[params- >name]; OK(curveParams) ;
CHECK_
That's from TestCurves. TestECDH wants ECCurve_NIST_P192. Both are NULL in nss-3.12. 6/mozilla/ security/ nss/lib/ freebl/ ecl/ecl- curve.h