Home
last modified time | relevance | path

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

/mbedtls-latest/programs/ssl/
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()
Dssl_test_lib.h100 mbedtls_net_context *net; member
Dssl_client2.c2129 io_ctx.net = &server_fd; in main()
Dssl_server2.c3285 io_ctx.net = &client_fd; in main()
/mbedtls-latest/tests/suites/
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/)
2797 # Vector from TLS 1.3 Byte by Byte (https://tls13.ulfheim.net/)
[all …]
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 …rk/data_files/test-ca.crt":"../framework/data_files/crl.pem":"mail.example.net":MBEDTLS_ERR_X509_C…
724 …amework/data_files/test-ca.crt":"../framework/data_files/crl.pem":"example.net":0:0:"compat":"NULL"
728 …ork/data_files/test-ca.crt":"../framework/data_files/crl.pem":"www.example.net":MBEDTLS_ERR_X509_C…
732 …ramework/data_files/test-ca.crt":"../framework/data_files/crl.pem":"xample.net":MBEDTLS_ERR_X509_C…
736 …mework/data_files/test-ca.crt":"../framework/data_files/crl.pem":"bexample.net":MBEDTLS_ERR_X509_C…
[all …]
/mbedtls-latest/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md173 …ion diagram can be generated in https://app.diagrams.net/ via this [url](https://viewer.diagrams.n…
/mbedtls-latest/docs/
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-latest/
DChangeLog1858 Remove the deprecated file: include/mbedtls/net.h. Fixes #4282.
3207 in the paper available here: http://cat.eyalro.net/cat.pdf CVE-2018-19608
4304 * Renamed source file library/net.c to library/net_sockets.c to avoid
4306 net.c. For consistency, the corresponding header file, net.h, is marked as
4467 * Fix compile error in net.c with musl libc. Found and patch provided by
5054 * Fix detection of DragonflyBSD in net.c (found by Markus Pfeiffer)
5179 * net module handles timeouts on blocking sockets better (found by Tilman
5327 * Support for AIX header locations in net.c module
5482 * Fix detection of DragonflyBSD in net.c (found by Markus Pfeiffer)