index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
mbedtls
/
crypto_mbedtls.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
[mbedTLS] Enable TLS 1.3 support
Fabio Alessandrelli
2024-09-26
1
-4
/
+0
*
Allow ClassDB to create a Object without postinitialization for GDExtension.
Daylily-Zeleen
2024-08-20
1
-8
/
+8
*
mbedTLS: Update to new LTS v3.6.0
Lyuma
2024-04-10
1
-6
/
+40
*
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
1
-13
/
+13
*
[Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-26
1
-3
/
+3
*
[Crypto] Fix generate_random_bytes for large chunks
Fabio Alessandrelli
2023-09-25
1
-1
/
+11
*
mbedtls: Improve X509 certificate load error handling
Rémi Verschelde
2023-06-26
1
-8
/
+17
*
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
1
-5
/
+5
*
[TLS] Add support for platform-specific CA bundles.
Fabio Alessandrelli
2023-05-12
1
-11
/
+18
*
Exposes String functions for X509Certificates
ScorpionInc
2023-05-09
1
-0
/
+30
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-14
/
+8
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-1
/
+1
*
[Crypto] Delete mbedtls ctx in deconstructor.
Fabio Alessandrelli
2021-07-03
1
-0
/
+7
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-2
/
+2
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-25
1
-2
/
+2
*
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-05-17
1
-2
/
+2
*
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-3
/
+3
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-2
/
+2
*
feat: HMAC support in Crypto APIs
Jon Bonazza
2020-11-26
1
-3
/
+68
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-2
/
+2
*
Fix certificate generation with mbedtls 2.16.8 .
Fabio Alessandrelli
2020-09-15
1
-13
/
+8
*
Implement RSA encryption/decryption.
Fabio Alessandrelli
2020-06-18
1
-0
/
+27
*
Implement sign and verify in crypto.
Fabio Alessandrelli
2020-06-18
1
-0
/
+45
*
CryptoKey supports public keys.
Fabio Alessandrelli
2020-06-18
1
-5
/
+48
*
Better zeroizing in CryptoKey.
Fabio Alessandrelli
2020-06-18
1
-15
/
+8
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-1
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-13
/
+13
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-1
/
+1
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-16
/
+16
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-2
/
+2
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Removed unused variables, add some constants numbers
Rafał Mikrut
2019-12-10
1
-2
/
+0
*
Fix crash when passing invalid key to Crypto.
Fabio Alessandrelli
2019-10-09
1
-0
/
+1
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-7
/
+7
*
Better error handling in SSLContext, Crypto
Fabio Alessandrelli
2019-08-22
1
-1
/
+1
*
New CryptoMbedTLS Crypto implementation.
Fabio Alessandrelli
2019-08-21
1
-0
/
+285