summaryrefslogtreecommitdiffstats
path: root/modules/mbedtls
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-27/+35
|\
| * [mbedTLS] Keep reading/writing partial until "would block"Fabio Alessandrelli2024-11-091-27/+35
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+1
|\|
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-2714-28/+28
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1114-0/+28
|/
* [mbedTLS] Enable TLS 1.3 supportFabio Alessandrelli2024-09-263-4/+43
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* [mbedTLS] Fix incorrect cert pinning with client_unsafeFabio Alessandrelli2024-08-271-1/+1
* Allow ClassDB to create a Object without postinitialization for GDExtension.Daylily-Zeleen2024-08-208-21/+21
* [Crypto] Expose TLSOptions gettersFabio Alessandrelli2024-06-141-5/+7
* mbedTLS: Update to new LTS v3.6.0Lyuma2024-04-104-21/+60
* SCons: Fix Ninja compilation with MSVCThaddeus Crews2024-04-041-3/+3
* Add unit tests for CryptoKeyEdward Moulsdale2024-03-013-0/+73
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-142-26/+26
* [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-263-7/+7
* [Crypto] Fix generate_random_bytes for large chunksFabio Alessandrelli2023-09-251-1/+11
* mbedtls: Improve X509 certificate load error handlingRémi Verschelde2023-06-261-8/+17
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-157-10/+14
* [TLS] Add support for platform-specific CA bundles.Fabio Alessandrelli2023-05-121-11/+18
* mbedTLS: disable weak crypto and TLS versions.Fabio Alessandrelli2023-05-102-1/+4
* Exposes String functions for X509CertificatesScorpionInc2023-05-092-0/+32
* [Net] Remove StreamPeerTLS.blocking_handshake option.Fabio Alessandrelli2023-01-281-18/+11
* [NET] Refactor TLS configuration.Fabio Alessandrelli2023-01-288-56/+67
* One Copyright Update to rule them allRémi Verschelde2023-01-0514-406/+406
* Code simplifications found by cppcheckMarkus Sauermann2022-11-211-4/+3
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
* [Net] Rename "ssl" references to "tls" in methods and members.Fabio Alessandrelli2022-09-089-78/+78
* [Net] Rename StreamPeerSSL to StreamPeerTLS.Fabio Alessandrelli2022-09-073-5/+5
* 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