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
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
2019-06-24
Add NULL check in SSL connect_to_stream
Fabio Alessandrelli
2019-02-20
Small hack to avoid runtime error when using ubsan
Fabio Alessandrelli
2019-02-13
Fix typos with codespell
Rémi Verschelde
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
Fix missing/malformed license headers
Rémi Verschelde
2018-09-28
SCons: Build thirdparty code in own env, disable warnings
Rémi Verschelde
2018-09-27
Fix invalid comparison warnings: [-Wbool-compare] and [-Wenum-compare]
Rémi Verschelde
2018-09-21
Add checks for clean disconnect in HTTP/TCP/SSL.
Fabio Alessandrelli
2018-09-15
Allow system certs file to be used by Editor.
Fabio Alessandrelli
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-07-28
mbedtls: Update to upstream version 2.12.0
Rémi Verschelde
2018-07-16
Implement non blocking-handshake for StreamPeerSSL
Fabio Alessandrelli
2018-06-07
Bump mbedTLS to version 2.10.0
Fabio Alessandrelli
2018-05-30
SCons: Pass env to modules can_build method
Rémi Verschelde
2018-04-03
Generalize SSL cert reading from file
Fabio Alessandrelli
2018-02-28
Use Prepend instead of Append for mbedTLS include
Fabio Alessandrelli
2018-02-14
Allow building with system wide mbedtls on X11
Fabio Alessandrelli
2018-02-14
Add mbedtls module
Fabio Alessandrelli