summaryrefslogtreecommitdiffstats
path: root/modules/mbedtls/crypto_mbedtls.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* [mbedTLS] Enable TLS 1.3 supportFabio Alessandrelli2024-09-261-4/+0
* Allow ClassDB to create a Object without postinitialization for GDExtension.Daylily-Zeleen2024-08-201-8/+8
* mbedTLS: Update to new LTS v3.6.0Lyuma2024-04-101-6/+40
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-13/+13
* [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-3/+3
* [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-151-5/+5
* [TLS] Add support for platform-specific CA bundles.Fabio Alessandrelli2023-05-121-11/+18
* Exposes String functions for X509CertificatesScorpionInc2023-05-091-0/+30
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-14/+8
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* [Crypto] Delete mbedtls ctx in deconstructor.Fabio Alessandrelli2021-07-031-0/+7
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* 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
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-3/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* feat: HMAC support in Crypto APIsJon Bonazza2020-11-261-3/+68
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Fix certificate generation with mbedtls 2.16.8 .Fabio Alessandrelli2020-09-151-13/+8
* Implement RSA encryption/decryption.Fabio Alessandrelli2020-06-181-0/+27
* Implement sign and verify in crypto.Fabio Alessandrelli2020-06-181-0/+45
* CryptoKey supports public keys.Fabio Alessandrelli2020-06-181-5/+48
* Better zeroizing in CryptoKey.Fabio Alessandrelli2020-06-181-15/+8
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-13/+13
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-16/+16
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Removed unused variables, add some constants numbersRafał Mikrut2019-12-101-2/+0
* Fix crash when passing invalid key to Crypto.Fabio Alessandrelli2019-10-091-0/+1
* Added some obvious errors explanationsqarmin2019-09-251-7/+7
* Better error handling in SSLContext, CryptoFabio Alessandrelli2019-08-221-1/+1
* New CryptoMbedTLS Crypto implementation.Fabio Alessandrelli2019-08-211-0/+285