Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

civetweb support mbedtls #912

Merged
merged 1 commit into from Oct 4, 2020
Merged

civetweb support mbedtls #912

merged 1 commit into from Oct 4, 2020

Conversation

Qinch
Copy link
Contributor

@Qinch Qinch commented Sep 21, 2020

#839
The Pull Request without test.
I will try to compile and test the code, In the next few days.

As I said before,
the demo using compile option -DUSE_MBEDTLS and -DNO_SSL at the same time. NO_SSL is used to compile without OpenSSL. USE_MBEDTLS means that mbed TLS is compiled.

@codecov
Copy link

codecov bot commented Sep 21, 2020

Codecov Report

Merging #912 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #912   +/-   ##
=======================================
  Coverage   77.17%   77.17%           
=======================================
  Files          13       13           
  Lines       10255    10255           
=======================================
  Hits         7914     7914           
  Misses       2341     2341           
Impacted Files Coverage Δ
src/civetweb.c 68.92% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8e1f656...4c6a818. Read the comment docs.

@Qinch Qinch force-pushed the master branch 2 times, most recently from 2ea850f to 161f06c Compare September 21, 2020 16:08
@Qinch Qinch changed the title civetweb support mbedtsl v2.16.2 civetweb support mbedtls Sep 29, 2020
@bel2125 bel2125 merged commit 52b9e54 into civetweb:master Oct 4, 2020
@bel2125
Copy link
Member

bel2125 commented Oct 4, 2020

Merged to branch "mbedtls": https://github.com/civetweb/civetweb/tree/mbedtls

@Qinch
Copy link
Contributor Author

Qinch commented Oct 9, 2020

@bel2125 I will compile the mbedtls branch. and provide a guidance document(such as docs/mbedtls.md).

note that:civetweb need to use Arm Mbed TLS in threaded environments.
see:
https://tls.mbed.org/kb/development/thread-safety-and-multi-threading)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants