summaryrefslogtreecommitdiffstats
path: root/modules/mbedtls/crypto_mbedtls.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix crash when passing invalid key to Crypto.Fabio Alessandrelli2019-10-091-0/+1
| | | | In generate_self_signed_certificate
* Added some obvious errors explanationsqarmin2019-09-251-7/+7
|
* Better error handling in SSLContext, CryptoFabio Alessandrelli2019-08-221-1/+1
|
* New CryptoMbedTLS Crypto implementation.Fabio Alessandrelli2019-08-211-0/+285
Allows random bytes, RSA keys, and X509 certificates generation.