arduino-esp32/tools/sdk/include/mbedtls/mbedtls
Me No Dev a59eafbc9d
Update IDF to aaf1239 (#1539)
* fix sdmmc config

* Fix warnings in EEPROM

from @Curclamas

* remove leftover TAG in EEPROM

* Initial add of @stickbreaker i2c

* Add log_n

* fix warnings when log is off

* i2c code clean up and reorganization

* add flags to interrupt allocator

* fix sdmmc config

* Fix warnings in EEPROM

from @Curclamas

* remove leftover TAG in EEPROM

* fix errors with latest IDF

* fix debug optimization (#1365)

incorrect optimization for debugging tick markers.

* Fix some missing BT header

* Change BTSerial log calls

* Update BLE lib

* Arduino-ESP32 release management scripted (#1515)

* Calculate an absolute path for a custom partitions table (#1452)

* * Arduino-ESP32 release management scripted
(ready-to-merge)

* * secure env for espressif/arduino-esp32

* * build tests enabled
* gitter webhook enabled

* * gitter room link fixed
* better comment

* * filepaths fixed

* BT Serial adjustments

* * don't run sketch builds & tests for tagged builds

* Return false from WiFi.hostByName() if hostname is not resolved

* Free BT Memory when BT is not used

* WIFI_MODE_NULL is not supported anymore

* Select some key examples to build with PlatformIO to save some time

* Update BLE lib

* Fixed BLE lib

* Major WiFi overhaul

- auto reconnect on connection loss now works
- moved to event groups
- some code clean up and procedure optimizations
- new methods to get a more elaborate system ststus

* Add cmake tests to travis

* Add initial AsyncUDP

* Add NetBIOS lib and fix CMake includes

* Add Initial WebServer

* Fix WebServer and examples

* travis not quiting on build fail

* Try different travis build

* Update IDF to aaf1239

* Fix WPS Example

* fix script permission and add some fail tests to sketch builder

* Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
..
aes.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
aesni.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
arc4.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
asn1.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
asn1write.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
base64.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
bignum.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
blowfish.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
bn_mul.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
camellia.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
ccm.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
certs.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
check_config.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
cipher_internal.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
cipher.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
cmac.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
compat-1.3.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
config.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
ctr_drbg.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
debug.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
des.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
dhm.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
ecdh.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
ecdsa.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
ecjpake.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
ecp_internal.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
ecp.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
entropy_poll.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
entropy.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
error.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
gcm.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
havege.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
hmac_drbg.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
md2.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
md4.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
md5.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
md_internal.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
md.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
memory_buffer_alloc.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
net_sockets.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
net.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
oid.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
padlock.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
pem.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
pk_internal.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
pk.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
pkcs5.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
pkcs11.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
pkcs12.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
platform_time.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
platform.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
ripemd160.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
rsa_internal.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
rsa.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
sha1.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
sha256.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
sha512.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
ssl_cache.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
ssl_ciphersuites.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
ssl_cookie.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
ssl_internal.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
ssl_ticket.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
ssl.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
threading.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
timing.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
version.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
x509_crl.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
x509_crt.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
x509_csr.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
x509.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
xtea.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00