IXWebSocket/third_party/mbedtls/library
Benjamin Sergeant 06cbebe22e Feature/mbedtls (#84)
* try to import mbedtls and build it

* add stubs socket class

* some boilterplate, read and write function implemented

* more boilterplate / current error in handshake because no CA cert is setup

* add something so skip ca verification, can ws curl https://google.com !

* cleanup / close implemented

* tweak CMakefiles

* typo in include

* update readme

* disable unittests
2019-06-01 17:41:48 -07:00
..
.gitignore Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
aes.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
aesni.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
arc4.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
aria.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
asn1parse.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
asn1write.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
base64.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
bignum.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
blowfish.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
camellia.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
ccm.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
certs.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
chacha20.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
chachapoly.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
cipher_wrap.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
cipher.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
cmac.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
CMakeLists.txt Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
ctr_drbg.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
debug.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
des.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
dhm.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
ecdh.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
ecdsa.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
ecjpake.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
ecp_curves.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
ecp.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
entropy_poll.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
entropy.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
error.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
gcm.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
havege.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
hkdf.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
hmac_drbg.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
Makefile Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
md2.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
md4.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
md5.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
md_wrap.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
md.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
memory_buffer_alloc.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
net_sockets.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
nist_kw.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
oid.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
padlock.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
pem.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
pk_wrap.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
pk.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
pkcs5.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
pkcs11.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
pkcs12.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
pkparse.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
pkwrite.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
platform_util.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
platform.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
poly1305.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
ripemd160.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
rsa_internal.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
rsa.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
sha1.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
sha256.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
sha512.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
ssl_cache.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
ssl_ciphersuites.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
ssl_cli.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
ssl_cookie.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
ssl_srv.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
ssl_ticket.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
ssl_tls.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
threading.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
timing.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
version_features.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
version.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
x509_create.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
x509_crl.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
x509_crt.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
x509_csr.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
x509.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
x509write_crt.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
x509write_csr.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
xtea.c Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00