index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
mbedtls
Age
Commit message (
Expand
)
Author
2021-10-21
Remove unimplemented methods
Marcel Admiraal
2021-07-15
Misc cleanup of header includes
Rémi Verschelde
2021-07-03
[Crypto] Delete mbedtls ctx in deconstructor.
Fabio Alessandrelli
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-11
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-05-25
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-17
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-05-06
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-04-29
Replace remaining uses of `NULL` with `nullptr`
Rémi Verschelde
2021-04-27
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-03-12
Fixes small typos and grammar correction
Anshul7sp1
2021-02-08
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-01-19
Cleanup: Remove executable bit from files which don't need it
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-18
SCons: Add explicit dependencies on thirdparty code in cloned env
Rémi Verschelde
2020-11-26
feat: HMAC support in Crypto APIs
Jon Bonazza
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-09-15
Fix certificate generation with mbedtls 2.16.8 .
Fabio Alessandrelli
2020-06-18
Implement RSA encryption/decryption.
Fabio Alessandrelli
2020-06-18
Implement sign and verify in crypto.
Fabio Alessandrelli
2020-06-18
CryptoKey supports public keys.
Fabio Alessandrelli
2020-06-18
Better zeroizing in CryptoKey.
Fabio Alessandrelli
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-10
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-30
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-23
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-03-17
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
Changed default for p_validate_certs to true.
simpuid
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-18
Merge pull request #36296 from Faless/dtls/enet_vulkan
Rémi Verschelde
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-17
New PacketPeerDTLS and DTLSServer classes.
Fabio Alessandrelli
2020-02-16
Move mbedlts print func to SSLMbedTLSContext.
Fabio Alessandrelli
2020-02-05
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-10
Removed unused variables, add some constants numbers
Rafał Mikrut
2019-10-09
Fix crash when passing invalid key to Crypto.
Fabio Alessandrelli
2019-09-25
Added some obvious errors explanations
qarmin
2019-08-28
Style: Fix copyright headers in new files
Rémi Verschelde
2019-08-22
Better error handling in SSLContext, Crypto
Fabio Alessandrelli
2019-08-22
Fix StreamPeerSSL connect_to_stream w/ custom cert
Fabio Alessandrelli
2019-08-22
Fix regression in StreamPeerSSL
Fabio Alessandrelli
2019-08-21
Rewrite StreamPeerSSL with SSLContext helper class
Fabio Alessandrelli
2019-08-21
New CryptoMbedTLS Crypto implementation.
Fabio Alessandrelli
2019-07-02
CryptoCore class to access to base crypto utils.
Fabio Alessandrelli
[next]