summaryrefslogtreecommitdiff
path: root/modules/mbedtls/crypto_mbedtls.cpp
AgeCommit message (Expand)Author
2021-07-03[Crypto] Delete mbedtls ctx in deconstructor.Fabio Alessandrelli
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-05-25Rename File::get_len() get_length()Marcel Admiraal
2021-05-17Make all file access 64-bit (uint64_t)Pedro J. Estébanez
2021-04-27Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-11-26feat: HMAC support in Crypto APIsJon Bonazza
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-15Fix certificate generation with mbedtls 2.16.8 .Fabio Alessandrelli
2020-06-18Implement RSA encryption/decryption.Fabio Alessandrelli
2020-06-18Implement sign and verify in crypto.Fabio Alessandrelli
2020-06-18CryptoKey supports public keys.Fabio Alessandrelli
2020-06-18Better zeroizing in CryptoKey.Fabio Alessandrelli
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-10-09Fix crash when passing invalid key to Crypto.Fabio Alessandrelli
2019-09-25Added some obvious errors explanationsqarmin
2019-08-22Better error handling in SSLContext, CryptoFabio Alessandrelli
2019-08-21New CryptoMbedTLS Crypto implementation.Fabio Alessandrelli