summaryrefslogtreecommitdiffstats
path: root/modules/mbedtls/crypto_mbedtls.cpp
Commit message (Expand)AuthorAgeFilesLines
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-13/+13
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-16/+16
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Removed unused variables, add some constants numbersRafał Mikrut2019-12-101-2/+0
* Fix crash when passing invalid key to Crypto.Fabio Alessandrelli2019-10-091-0/+1
* 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