Commit d663c2db authored by Nicola Tuveri's avatar Nicola Tuveri Committed by Richard Levitte
Browse files

ecdhtest.c: move NAMED CURVES TESTS to evptests.txt

parent c491a399
Loading
Loading
Loading
Loading
+1 −12
Original line number Diff line number Diff line
@@ -570,18 +570,7 @@ int main(int argc, char *argv[])

    if (!EC_get_builtin_curves(curves, crv_len)) goto err;

    /* NAMED CURVES TESTS */
    for (n = 0; n < crv_len; n++) {
        nid = curves[n].nid;
        /*
         * Skipped for X25519 because affine coordinate operations are not
         * supported for this curve.
         * Higher level ECDH tests are performed in evptests.txt instead.
         */
        if (nid == NID_X25519)
            continue;
        if (!test_ecdh_curve(nid, ctx, out)) goto err;
    }
    /* NAMED CURVES TESTS: moved to evptests.txt */

    /* KATs */
    for (n = 0; n < (sizeof(ecdh_kats)/sizeof(ecdh_kat_t)); n++) {
+3034 −0

File changed.

Preview size limit exceeded, changes collapsed.