summaryrefslogtreecommitdiffstats
path: root/core/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-022-3/+3
|\
| * [Core] Improve error messages with `vformat`A Thousand Ships2024-10-302-3/+3
* | Fix copyright headers referring to GodotSpartan3222024-10-278-16/+16
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-118-0/+16
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-1/+1
|/
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* Allow ClassDB to create a Object without postinitialization for GDExtension.Daylily-Zeleen2024-08-202-20/+20
* [Crypto] Expose TLSOptions gettersFabio Alessandrelli2024-06-142-19/+19
* mbedTLS: Update to new LTS v3.6.0Lyuma2024-04-102-0/+4
* SCons: Fix Ninja compilation with MSVCThaddeus Crews2024-04-041-6/+6
* Add 'override' mark to ResourceFormat classppphp2024-03-251-7/+7
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-146-26/+26
* [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-112-4/+4
* mbedTLS: disable weak crypto and TLS versions.Fabio Alessandrelli2023-05-101-5/+14
* Exposes String functions for X509CertificatesScorpionInc2023-05-092-0/+4
* [NET] Refactor TLS configuration.Fabio Alessandrelli2023-01-282-0/+73
* One Copyright Update to rule them allRémi Verschelde2023-01-058-232/+232
* Swap arguments of ResourceSaver.save()kobewi2022-07-292-2/+2
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-0/+1
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-032-8/+8
* [Crypto] Implement CryptoCore::RandomGenerator.Fabio Alessandrelli2022-02-143-4/+64
* Merge pull request #56130 from Faless/mbedtls/2.28.0Rémi Verschelde2022-01-111-0/+1
|\
| * Bump mbedTLS version to 2.28.0 (new LTS).Fabio Alessandrelli2021-12-211-0/+1
* | Update copyright statements to 2022Rémi Verschelde2022-01-038-16/+16
|/
* [Crypto] Delete mbedtls ctx in deconstructor.Fabio Alessandrelli2021-07-031-0/+1
* Rename Reference to RefCountedPedro J. Estébanez2021-06-114-12/+12
* Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde2021-04-051-1/+2
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-2/+2
* Improve resource load cachereduz2021-02-112-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-018-16/+16
* SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde2020-12-181-2/+13
* feat: HMAC support in Crypto APIsJon Bonazza2020-11-262-0/+70
* Initialize class/struct variables with default values in core/ and drivers/Rafał Mikrut2020-11-234-7/+6
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-075-6/+6
* Adds PCK encryption support (using script encryption key for export).bruvzg2020-09-052-4/+18
* Implement RSA encryption/decryption.Fabio Alessandrelli2020-06-182-0/+4
* Implement sign and verify in crypto.Fabio Alessandrelli2020-06-182-0/+6
* CryptoKey supports public keys.Fabio Alessandrelli2020-06-182-8/+24
* Add AESContext.Fabio Alessandrelli2020-06-184-0/+196
* Crypto as a custom instance class.Fabio Alessandrelli2020-06-062-16/+4
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-142-9/+17
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-143-14/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-144-13/+5
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-202-2/+2
* DocData: Skip unexposed classesRémi Verschelde2020-04-201-4/+0
* Replace NULL with nullptrlupoDharkael2020-04-023-18/+18
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-3/+5
* Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-282-2/+2
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-185-16/+16