summaryrefslogtreecommitdiffstats
path: root/modules/mbedtls
Commit message (Expand)AuthorAgeFilesLines
...
* Update copyright statements to 2021Rémi Verschelde2021-01-0114-28/+28
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde2020-12-181-5/+18
* feat: HMAC support in Crypto APIsJon Bonazza2020-11-266-4/+220
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-073-4/+4
* Fix certificate generation with mbedtls 2.16.8 .Fabio Alessandrelli2020-09-151-13/+8
* Implement RSA encryption/decryption.Fabio Alessandrelli2020-06-182-0/+29
* Implement sign and verify in crypto.Fabio Alessandrelli2020-06-182-0/+48
* CryptoKey supports public keys.Fabio Alessandrelli2020-06-182-8/+55
* Better zeroizing in CryptoKey.Fabio Alessandrelli2020-06-181-15/+8
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-143-16/+30
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-149-45/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-102-4/+8
* Replace NULL with nullptrlupoDharkael2020-04-026-38/+38
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-4/+5
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Changed default for p_validate_certs to true.simpuid2020-03-171-1/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-204-8/+8
* Merge pull request #36296 from Faless/dtls/enet_vulkanRémi Verschelde2020-02-188-12/+615
|\
| * New PacketPeerDTLS and DTLSServer classes.Fabio Alessandrelli2020-02-177-3/+604
| * Move mbedlts print func to SSLMbedTLSContext.Fabio Alessandrelli2020-02-163-9/+11
* | PoolVector is gone, replaced by VectorJuan Linietsky2020-02-183-19/+19
|/
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-052-3/+3
* Update copyright statements to 2020Rémi Verschelde2020-01-018-16/+16
* Removed unused variables, add some constants numbersRafał Mikrut2019-12-102-5/+2
* Fix crash when passing invalid key to Crypto.Fabio Alessandrelli2019-10-091-0/+1
* Added some obvious errors explanationsqarmin2019-09-251-7/+7
* Style: Fix copyright headers in new filesRémi Verschelde2019-08-284-4/+4
* Better error handling in SSLContext, CryptoFabio Alessandrelli2019-08-222-5/+8
* Fix StreamPeerSSL connect_to_stream w/ custom certFabio Alessandrelli2019-08-221-1/+1
* Fix regression in StreamPeerSSLFabio Alessandrelli2019-08-223-10/+4
* Rewrite StreamPeerSSL with SSLContext helper classFabio Alessandrelli2019-08-215-80/+256
* New CryptoMbedTLS Crypto implementation.Fabio Alessandrelli2019-08-213-1/+412
* CryptoCore class to access to base crypto utils.Fabio Alessandrelli2019-07-022-3/+0
* Add NULL check in SSL connect_to_streamFabio Alessandrelli2019-06-241-0/+2
* Small hack to avoid runtime error when using ubsanFabio Alessandrelli2019-02-201-1/+4
* Fix typos with codespellRémi Verschelde2019-02-131-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-014-8/+8
* Fix missing/malformed license headersRémi Verschelde2019-01-012-2/+2
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-1/+5
* Fix invalid comparison warnings: [-Wbool-compare] and [-Wenum-compare]Rémi Verschelde2018-09-272-9/+11
* Add checks for clean disconnect in HTTP/TCP/SSL.Fabio Alessandrelli2018-09-211-3/+36
* Allow system certs file to be used by Editor.Fabio Alessandrelli2018-09-151-5/+3
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-122-2/+2
* mbedtls: Update to upstream version 2.12.0Rémi Verschelde2018-07-281-0/+5
* Implement non blocking-handshake for StreamPeerSSLFabio Alessandrelli2018-07-162-30/+56
* Bump mbedTLS to version 2.10.0Fabio Alessandrelli2018-06-071-0/+2
* SCons: Pass env to modules can_build methodRémi Verschelde2018-05-301-1/+1