This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
PSG
/
civetweb
의 미러
https://github.com/civetweb/civetweb.git
Watch
5
Star
0
포크
0
파일
이슈
0
위키
트리:
5864b55a94
브랜치
태그
1.9
HTTP2
master
mbedtls
ref-stop-atomic
ref-stop-volatile
revert-1082-patch-1
v1.16
v1.15
v1.14
v1.13
v1.12
v1.11
v1.10
v1.9.1
v1.9
v1.8
v1.7
v1.6
v1.5
v1.4
v1.3
v1.2
v1.1
civetweb
/
docs
/
mbedtls.md
mbedtls.md
649 B
히스토리
Raw
Use MbedTLS instead of OpenSSL
=====
1
Build mbedtls
1.1 git clone
https://github.com/ARMmbed/mbedtls.git
-b mbedtls-2.24.0
1.2 Use Arm Mbed TLS in threaded environments, enable
MBEDTLS_THREADING_C
and
MBEDTLS_THREADING_PTHREAD
in config.h,
more
1.3 make SHARED=1 && make install
2 Build civetweb
make build WITH_MBEDTLS=1
3 Run civetweb
export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH
./civetweb -listening_ports 8443s -ssl_certificate resources/cert/server.pem -document_root ./test/htmldir/