summaryrefslogtreecommitdiffstats
path: root/modules/mbedtls
Commit message (Expand)AuthorAgeFilesLines
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-194-6/+6
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-3/+3
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-114-4/+4
* Rename File::get_len() get_length()Marcel Admiraal2021-05-251-2/+2
* Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-2/+2
* Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio2021-05-061-1/+1
* Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde2021-04-291-1/+1
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-272-6/+6
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-086-8/+4
* Cleanup: Remove executable bit from files which don't need itRémi Verschelde2021-01-195-0/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-0114-28/+28
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde2020-12-181-5/+18
* feat: HMAC support in Crypto APIsJon Bonazza2020-11-266-4/+220
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-073-4/+4
* Fix certificate generation with mbedtls 2.16.8 .Fabio Alessandrelli2020-09-151-13/+8
* Implement RSA encryption/decryption.Fabio Alessandrelli2020-06-182-0/+29
* Implement sign and verify in crypto.Fabio Alessandrelli2020-06-182-0/+48
* CryptoKey supports public keys.Fabio Alessandrelli2020-06-182-8/+55
* Better zeroizing in CryptoKey.Fabio Alessandrelli2020-06-181-15/+8
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-143-16/+30
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-149-45/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-102-4/+8
* Replace NULL with nullptrlupoDharkael2020-04-026-38/+38
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-4/+5
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Changed default for p_validate_certs to true.simpuid2020-03-171-1/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-204-8/+8
* Merge pull request #36296 from Faless/dtls/enet_vulkanRémi Verschelde2020-02-188-12/+615
|\
| * New PacketPeerDTLS and DTLSServer classes.Fabio Alessandrelli2020-02-177-3/+604
| * Move mbedlts print func to SSLMbedTLSContext.Fabio Alessandrelli2020-02-163-9/+11
* | PoolVector is gone, replaced by VectorJuan Linietsky2020-02-183-19/+19
|/
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-052-3/+3
* Update copyright statements to 2020Rémi Verschelde2020-01-018-16/+16
* Removed unused variables, add some constants numbersRafał Mikrut2019-12-102-5/+2
* Fix crash when passing invalid key to Crypto.Fabio Alessandrelli2019-10-091-0/+1
* Added some obvious errors explanationsqarmin2019-09-251-7/+7
* Style: Fix copyright headers in new filesRémi Verschelde2019-08-284-4/+4
* Better error handling in SSLContext, CryptoFabio Alessandrelli2019-08-222-5/+8
* Fix StreamPeerSSL connect_to_stream w/ custom certFabio Alessandrelli2019-08-221-1/+1
* Fix regression in StreamPeerSSLFabio Alessandrelli2019-08-223-10/+4
* Rewrite StreamPeerSSL with SSLContext helper classFabio Alessandrelli2019-08-215-80/+256
* New CryptoMbedTLS Crypto implementation.Fabio Alessandrelli2019-08-213-1/+412
* CryptoCore class to access to base crypto utils.Fabio Alessandrelli2019-07-022-3/+0
* Add NULL check in SSL connect_to_streamFabio Alessandrelli2019-06-241-0/+2
* Small hack to avoid runtime error when using ubsanFabio Alessandrelli2019-02-201-1/+4
* Fix typos with codespellRémi Verschelde2019-02-131-1/+1