Add BearSSL extra (#340)
Add BearSSL extra + http_get example, TLS server example
This commit is contained in:
parent
54ce6bbe1c
commit
398ed46776
9 changed files with 849 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -19,6 +19,9 @@
|
|||
[submodule "tests/fs-test"]
|
||||
path = tests/fs-test
|
||||
url = https://github.com/sheinz/fs-test
|
||||
[submodule "extras/bearssl/BearSSL"]
|
||||
path = extras/bearssl/BearSSL
|
||||
url = https://www.bearssl.org/git/BearSSL
|
||||
[submodule "extras/http-parser/http-parser"]
|
||||
path = extras/http-parser/http-parser
|
||||
url = https://github.com/nodejs/http-parser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue