Closed matt-deboer closed 5 years ago
Adds a ca_file_name field to us_socket_context_options_t which enables basic tls peer verification using the provided cert/bundle file.
ca_file_name
us_socket_context_options_t
Includes hack/gen_test_certs.sh to create the certs used by examples/peer_verify_test.c
hack/gen_test_certs.sh
examples/peer_verify_test.c
Adds a
ca_file_name
field tous_socket_context_options_t
which enables basic tls peer verification using the provided cert/bundle file.Includes
hack/gen_test_certs.sh
to create the certs used byexamples/peer_verify_test.c