Home
last modified time | relevance | path

Searched refs:curve (Results 1 – 14 of 14) sorted by relevance

/net-tools-3.7.0/mbedtls-2.4.0/tests/scripts/
Dcurves.pl39 for my $curve (@curves) {
46 print "* Testing without curve: $curve\n";
49 system( "scripts/config.pl unset $curve" )
50 and abort "Failed to disable $curve\n";
52 system( "make lib" ) and abort "Failed to build lib: $curve\n";
53 system( "cd tests && make" ) and abort "Failed to build tests: $curve\n";
54 system( "make test" ) and abort "Failed test suite: $curve\n";
/net-tools-3.7.0/mbedtls-2.4.0/tests/suites/
Dtest_suite_ecp.data1 ECP curve info #1
5 ECP curve info #2
9 ECP curve info #3
13 ECP curve info #4
17 ECP curve info #5
21 ECP curve info #6
25 ECP curve info #7
29 ECP curve info #8
135 ECP tls read group #3 (unknown curve)
Dtest_suite_ecjpake.data61 ECJPAKE round one: KKP1: X not on the curve
109 ECJPAKE round one: KKP2: X not on the curve
124 ECJPAKE round two client: ECParams not named curve
127 ECJPAKE round two client: ECParams wrong curve
175 ECJPAKE round two client: X not on the curve
229 ECJPAKE round two server: X not on curve
Dtest_suite_x509parse.function19 0xFFFFFFF, /* Any curve */
/net-tools-3.7.0/mbedtls-2.4.0/include/mbedtls/
Decjpake.h115 mbedtls_ecp_group_id curve,
/net-tools-3.7.0/tinydtls-0.8.2/
Ddtls.h64 dtls_ecdh_curve curve; member
/net-tools-3.7.0/mbedtls-2.4.0/library/
Dssl_srv.c2811 const mbedtls_ecp_curve_info **curve = NULL; local
2816 for( curve = ssl->handshake->curves; *curve != NULL; curve++ )
2817 if( (*curve)->grp_id == *gid )
2821 if( curve == NULL || *curve == NULL )
2827 MBEDTLS_SSL_DEBUG_MSG( 2, ( "ECDHE curve: %s", (*curve)->name ) );
2830 (*curve)->grp_id ) ) != 0 )
Decjpake.c101 mbedtls_ecp_group_id curve, in mbedtls_ecjpake_setup() argument
112 MBEDTLS_MPI_CHK( mbedtls_ecp_group_load( &ctx->grp, curve ) ); in mbedtls_ecjpake_setup()
/net-tools-3.7.0/tinydtls-0.8.2/examples/contiki/
Ddtls-server.c168 .curve = DTLS_ECDH_CURVE_SECP256R1, in get_ecdsa_key()
Ddtls-client.c187 .curve = DTLS_ECDH_CURVE_SECP256R1, in get_ecdsa_key()
/net-tools-3.7.0/tinydtls-0.8.2/tests/
Ddtls-server.c103 .curve = DTLS_ECDH_CURVE_SECP256R1, in get_ecdsa_key()
Ddtls-client.c149 .curve = DTLS_ECDH_CURVE_SECP256R1, in get_ecdsa_key()
/net-tools-3.7.0/
Dcoap-client.c575 .curve = DTLS_ECDH_CURVE_SECP256R1, in get_ecdsa_key()
/net-tools-3.7.0/mbedtls-2.4.0/
DChangeLog192 size/curve against the profile. Before that, there was no way to set a
581 curve picked by the server was actually allowed.
673 with a suitable (extended)KeyUsage or curve or no PSK set.