SSLClient/src
2019-03-26 12:54:22 -07: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 restruturing according to arduino library guidlines 2019-02-19 14:29:50 -08: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
Client.h restruturing according to arduino library guidlines 2019-02-19 14:29:50 -08:00
config.h started integrating bearssl, wrote SSL profile that only incorporates safe TLS1.2 ciphers 2019-02-20 16:58:26 -08:00
inner.h restruturing according to arduino library guidlines 2019-02-19 14:29:50 -08:00
SSLClient.h Moved SSLSession stuff to SSLClientImpl 2019-03-26 12:54:22 -07:00
SSLClientImpl.cpp Moved SSLSession stuff to SSLClientImpl 2019-03-26 12:54:22 -07:00
SSLClientImpl.h Moved SSLSession stuff to SSLClientImpl 2019-03-26 12:54:22 -07:00
SSLSession.h refactored a bit, in process of documenting 2019-03-15 17:01:50 -07: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 debugged stack overflow error, fixed connection timeout and some error flow problems 2019-03-12 16:59:45 -07:00