summaryrefslogtreecommitdiffstats
path: root/modules/mbedtls
Commit message (Expand)AuthorAgeFilesLines
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-253-9/+9
* Add StreamPeerSSL.get_stream() accessor.Lyuma2022-05-252-0/+5
* Refactor module initializationreduz2022-05-042-4/+14
* Merge pull request #59582 from Faless/net/4.x_tcp_explicit_pollRémi Verschelde2022-04-271-1/+1
|\
| * [Net] Drop is_connected_to_host for TCP and UDP.Fabio Alessandrelli2022-03-271-1/+1
* | Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-14/+8
* | Fix some issues found by cppcheck.bruvzg2022-04-062-8/+8
|/
* Merge pull request #56130 from Faless/mbedtls/2.28.0Rémi Verschelde2022-01-111-1/+5
|\
| * Bump mbedTLS version to 2.28.0 (new LTS).Fabio Alessandrelli2021-12-211-1/+5
* | Update copyright statements to 2022Rémi Verschelde2022-01-0314-28/+28
|/
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* Remove unimplemented methodsMarcel Admiraal2021-10-213-6/+0
* Misc cleanup of header includesRémi Verschelde2021-07-151-1/+1
* [Crypto] Delete mbedtls ctx in deconstructor.Fabio Alessandrelli2021-07-032-0/+8
* 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