Home
last modified time | relevance | path

Searched refs:net (Results 1 – 10 of 10) sorted by relevance

/mbedtls/programs/ssl/
A Dssl_test_common_source.c205 ret = delayed_recv(io_ctx->net, buf, len); in recv_cb()
207 ret = mbedtls_net_recv(io_ctx->net, buf, len); in recv_cb()
233 ret = mbedtls_net_recv_timeout(io_ctx->net, buf, len, timeout); in recv_timeout_cb()
256 return delayed_send(io_ctx->net, buf, len); in send_cb()
259 return mbedtls_net_send(io_ctx->net, buf, len); in send_cb()
A Dssl_test_lib.h100 mbedtls_net_context *net; member
A Dssl_client2.c2110 io_ctx.net = &server_fd; in main()
A Dssl_server2.c3276 io_ctx.net = &client_fd; in main()
/mbedtls/tests/data_files/
A Dtest-ca.opensslconf30 subjectAltName=DNS:example.com, DNS:example.net, DNS:*.example.org
38 DNS.2=example.net
103 subjectAltName=DNS:example.com, DNS:example.net, DNS:*.example.org
/mbedtls/tests/suites/
A Dtest_suite_ssl.data2693 # Vector from TLS 1.3 Byte by Byte (https://tls13.ulfheim.net/)
2699 # Vector from TLS 1.3 Byte by Byte (https://tls13.ulfheim.net/)
2705 # Vector from TLS 1.3 Byte by Byte (https://tls13.ulfheim.net/)
2711 # Vector from TLS 1.3 Byte by Byte (https://tls13.ulfheim.net/)
2718 # Vector from TLS 1.3 Byte by Byte (https://tls13.ulfheim.net/)
2725 # Vector from TLS 1.3 Byte by Byte (https://tls13.ulfheim.net/)
2732 # Vector from TLS 1.3 Byte by Byte (https://tls13.ulfheim.net/)
2777 # Vector from TLS 1.3 Byte by Byte (https://tls13.ulfheim.net/)
2789 # Vector from TLS 1.3 Byte by Byte (https://tls13.ulfheim.net/)
2853 SSL TLS 1.3 Record Encryption, tls13.ulfheim.net Example #1
[all …]
A Dtest_suite_x509parse.data123 …\nsubject alt name \:\n dNSName \: example.com\n dNSName \: example.net\n dNSName \: *.e…
127 … hardware serial number \: 313233343536\n dNSName \: example.net\n dNSName \: *.e…
219 …lti.crt":"type \: 2\ndNSName \: example.com\ntype \: 2\ndNSName \: example.net\ntype \: 2\ndNSName…
223 …7.3, hardware serial number \: 313233343536\ntype \: 2\ndNSName \: example.net\ntype \: 2\ndNSName…
403 …\nsubject alt name \:\n dNSName \: example.com\n dNSName \: example.net\n dNSName \: *.e…
712 …_wildcard.crt":"data_files/test-ca.crt":"data_files/crl.pem":"mail.example.net":MBEDTLS_ERR_X509_C…
724 …_example_multi.crt":"data_files/test-ca.crt":"data_files/crl.pem":"example.net":0:0:"compat":"NULL"
728 …mple_multi.crt":"data_files/test-ca.crt":"data_files/crl.pem":"www.example.net":MBEDTLS_ERR_X509_C…
732 …t_example_multi.crt":"data_files/test-ca.crt":"data_files/crl.pem":"xample.net":MBEDTLS_ERR_X509_C…
736 …example_multi.crt":"data_files/test-ca.crt":"data_files/crl.pem":"bexample.net":MBEDTLS_ERR_X509_C…
[all …]
/mbedtls/docs/architecture/psa-thread-safety/
A Dpsa-thread-safety.md173 …ion diagram can be generated in https://app.diagrams.net/ via this [url](https://viewer.diagrams.n…
/mbedtls/docs/
A D3.0-migration-guide.md85 ### Deprecated net.h file was removed
87 The file `include/mbedtls/net.h` was removed because its only function was to
/mbedtls/
A DChangeLog1663 Remove the deprecated file: include/mbedtls/net.h. Fixes #4282.
3012 in the paper available here: http://cat.eyalro.net/cat.pdf CVE-2018-19608
4109 * Renamed source file library/net.c to library/net_sockets.c to avoid
4111 net.c. For consistency, the corresponding header file, net.h, is marked as
4272 * Fix compile error in net.c with musl libc. Found and patch provided by
4859 * Fix detection of DragonflyBSD in net.c (found by Markus Pfeiffer)
4984 * net module handles timeouts on blocking sockets better (found by Tilman
5132 * Support for AIX header locations in net.c module
5287 * Fix detection of DragonflyBSD in net.c (found by Markus Pfeiffer)

Completed in 55 milliseconds