Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
4905381c
Commit
4905381c
authored
Apr 04, 2019
by
Terry Ellison
Browse files
Resolve merge conflict on docs/index.md
parents
11592951
3f5ae99e
Changes
544
Show whitespace changes
Inline
Side-by-side
app/lwip/core/mem.c
View file @
4905381c
app/lwip/core/memp.c
View file @
4905381c
app/lwip/core/netif.c
View file @
4905381c
app/lwip/core/pbuf.c
View file @
4905381c
app/lwip/core/raw.c
View file @
4905381c
app/lwip/core/stats.c
View file @
4905381c
app/lwip/core/sys_arch.c
View file @
4905381c
app/lwip/core/tcp.c
View file @
4905381c
app/lwip/core/tcp_in.c
View file @
4905381c
app/lwip/core/tcp_out.c
View file @
4905381c
app/lwip/core/udp.c
View file @
4905381c
app/lwip/netif/Makefile
View file @
4905381c
app/lwip/netif/etharp.c
View file @
4905381c
app/mbedtls/Makefile
View file @
4905381c
app/mbedtls/app/Espconn_mem.c
View file @
4905381c
app/mbedtls/app/Makefile
View file @
4905381c
app/mbedtls/app/espconn_mbedtls.c
View file @
4905381c
...
...
@@ -296,6 +296,9 @@ static pmbedtls_msg mbedtls_msg_new(void)
mbedtls_ssl_config_init
(
&
msg
->
conf
);
mbedtls_ctr_drbg_init
(
&
msg
->
ctr_drbg
);
mbedtls_entropy_init
(
&
msg
->
entropy
);
#if defined(MBEDTLS_SSL_MAX_FRAGMENT_LENGTH) && defined(SSL_MAX_FRAGMENT_LENGTH_CODE)
mbedtls_ssl_conf_max_frag_len
(
&
msg
->
conf
,
SSL_MAX_FRAGMENT_LENGTH_CODE
);
#endif
}
else
{
os_free
(
msg
);
msg
=
NULL
;
...
...
app/mbedtls/app/espconn_secure.c
View file @
4905381c
app/mbedtls/app/lwIPSocket.c
View file @
4905381c
app/mbedtls/library/Makefile
View file @
4905381c
Prev
1
…
8
9
10
11
12
13
14
15
16
…
28
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment