SSLClient/src
2019-12-26 17:50:34 -05:00
..
bearssl/src debugged stack overflow error, fixed connection timeout and some error flow problems 2019-03-12 16:59:45 -07:00
bearssl.h restruturing according to arduino library guidlines 2019-02-19 14:29:50 -08:00
bearssl_aead.h restruturing according to arduino library guidlines 2019-02-19 14:29:50 -08:00
bearssl_block.h restruturing according to arduino library guidlines 2019-02-19 14:29:50 -08:00
bearssl_ec.h Fixed a TLS timeout when connecting to servers with large ECC chains, removed curve25519 support to save space, added back chachapoly support for speed benefits 2019-08-01 10:00:00 -07:00
bearssl_hash.h restruturing according to arduino library guidlines 2019-02-19 14:29:50 -08:00
bearssl_hmac.h restruturing according to arduino library guidlines 2019-02-19 14:29:50 -08:00
bearssl_kdf.h restruturing according to arduino library guidlines 2019-02-19 14:29:50 -08:00
bearssl_pem.h restruturing according to arduino library guidlines 2019-02-19 14:29:50 -08:00
bearssl_prf.h restruturing according to arduino library guidlines 2019-02-19 14:29:50 -08:00
bearssl_rand.h restruturing according to arduino library guidlines 2019-02-19 14:29:50 -08:00
bearssl_rsa.h restruturing according to arduino library guidlines 2019-02-19 14:29:50 -08:00
bearssl_ssl.h made a lot of progress creating the SSLClient, slow but steady 2019-02-21 11:45:52 -08:00
bearssl_x509.h restruturing according to arduino library guidlines 2019-02-19 14:29:50 -08:00
config.h refactored SSLClient to use a reference to a client as opposed to an instance. 2019-11-07 12:08:39 -08:00
ec_prime_fast_256.c Fixed a TLS timeout when connecting to servers with large ECC chains, removed curve25519 support to save space, added back chachapoly support for speed benefits 2019-08-01 10:00:00 -07:00
inner.h restruturing according to arduino library guidlines 2019-02-19 14:29:50 -08:00
SSLClient.cpp fix support for the esp8266 2019-12-26 17:50:34 -05:00
SSLClient.h fix support for the esp8266 2019-12-26 17:50:34 -05:00
SSLClientParameters.h added mutual authentication, tweaked command line tool 2019-07-23 18:29:13 -07:00
SSLObj.cpp Remove unnessecary functions in SSLObj, add comments to SSLObj and update docs 2019-08-14 11:12:06 -07:00
SSLObj.h Remove unnessecary functions in SSLObj, add comments to SSLObj and update docs 2019-08-14 11:12:06 -07:00
SSLSession.h refactored SSLClient to use a reference to a client as opposed to an instance. 2019-11-07 12:08:39 -08:00
time_macros.h added unix timestamp macro, fixed RNG implementation with analog pin, fixed bugs (client works now!) 2019-02-28 15:44:21 -08:00
TLS12_only_profile.c Fixed a TLS timeout when connecting to servers with large ECC chains, removed curve25519 support to save space, added back chachapoly support for speed benefits 2019-08-01 10:00:00 -07:00