projects
/
umurmur.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b46618c
)
Hotfix TLSv1 support for mbed TLS
author
Zero King
<l2dy@icloud.com>
Thu, 26 Jan 2017 12:21:32 +0000
(12:21 +0000)
committer
GitHub
<noreply@github.com>
Thu, 26 Jan 2017 12:21:32 +0000
(12:21 +0000)
src/ssli_mbedtls.c
patch
|
blob
|
history
diff --git
a/src/ssli_mbedtls.c
b/src/ssli_mbedtls.c
index 0f55a9d168630f56f03539e809f66d376dba3bfa..aaaccf852f232bd162c3d60a44ac99fdeb841b5f 100644
(file)
--- a/
src/ssli_mbedtls.c
+++ b/
src/ssli_mbedtls.c
@@
-173,7
+173,7
@@
void SSLi_init(void)
#endif
mbedtls_ssl_conf_dbg(conf, pssl_debug, NULL);
- mbedtls_ssl_conf_min_version(conf, MBEDTLS_SSL_MAJOR_VERSION_3, MBEDTLS_SSL_MINOR_VERSION_
3
);
+ mbedtls_ssl_conf_min_version(conf, MBEDTLS_SSL_MAJOR_VERSION_3, MBEDTLS_SSL_MINOR_VERSION_
1
);
mbedtls_ssl_conf_ciphersuites(conf, (const int*)&ciphers);