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
*
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