Remove forced TLS1v3 in cryptocb example
parent
0c031ea601
commit
a5168edc72
|
@ -43,8 +43,10 @@
|
||||||
|
|
||||||
#define DEFAULT_PORT 11111
|
#define DEFAULT_PORT 11111
|
||||||
|
|
||||||
|
/* Uncomment to force TLS v1.3
|
||||||
#define USE_ECDHE_ECDSA
|
#define USE_ECDHE_ECDSA
|
||||||
#define USE_TLSV13
|
#define USE_TLSV13
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef USE_ECDHE_ECDSA
|
#ifdef USE_ECDHE_ECDSA
|
||||||
#define CERT_FILE "../certs/client-ecc-cert.pem"
|
#define CERT_FILE "../certs/client-ecc-cert.pem"
|
||||||
|
|
|
@ -43,8 +43,10 @@
|
||||||
|
|
||||||
#define DEFAULT_PORT 11111
|
#define DEFAULT_PORT 11111
|
||||||
|
|
||||||
|
/* Uncomment to force TLS v1.3
|
||||||
#define USE_ECDHE_ECDSA
|
#define USE_ECDHE_ECDSA
|
||||||
#define USE_TLSV13
|
#define USE_TLSV13
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef USE_ECDHE_ECDSA
|
#ifdef USE_ECDHE_ECDSA
|
||||||
#define CERT_FILE "../certs/server-ecc.pem"
|
#define CERT_FILE "../certs/server-ecc.pem"
|
||||||
|
|
Loading…
Reference in New Issue