SSLClient/src
2019-04-01 18:53:20 -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
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 regenerated documentation 2019-03-31 16:42:28 -07:00
SSLClientImpl.cpp added some example sketchs 2019-04-01 18:53:20 -07:00
SSLClientImpl.h regenerated documentation 2019-03-31 16:42:28 -07:00
SSLSession.cpp almost finished documenting, moved SSLSession implementation into it's own file, fixed infinite loop when overflowing m_iobuf 2019-03-31 12:55:58 -07:00
SSLSession.h Updated documentation for comprehension, readability 2019-03-31 16:39:10 -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