Age | Commit message (Expand) | Author |
2021-07-03 | [Crypto] Delete mbedtls ctx in deconstructor. | Fabio Alessandrelli |
2021-06-11 | Rename Reference to RefCounted | Pedro J. Estébanez |
2021-04-05 | Style: Apply clang-tidy's `readability-braces-around-statements` | Rémi Verschelde |
2021-03-12 | Fixes small typos and grammar correction | Anshul7sp1 |
2021-02-11 | Improve resource load cache | reduz |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
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-23 | Initialize class/struct variables with default values in core/ and drivers/ | Rafał Mikrut |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-09-05 | Adds PCK encryption support (using script encryption key for export). | bruvzg |
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 | Add AESContext. | Fabio Alessandrelli |
2020-06-06 | Crypto as a custom instance class. | 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-14 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
2020-04-20 | Exposed RenderingDevice to script API | Juan Linietsky |
2020-04-20 | DocData: Skip unexposed classes | 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-02-28 | Removed interactive loader, added proper thread loading. | Juan Linietsky |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-10-28 | Fix some crashes and using null pointers | Rafał Mikrut |
2019-09-25 | Merge pull request #32051 from qarmin/some_error_explanation | Rémi Verschelde |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-09-22 | Changed some code found by Clang Tidy and Coverity | qarmin |
2019-08-21 | Add hashing context class | Fabio Alessandrelli |
2019-08-21 | Add Crypto custom class | Fabio Alessandrelli |
2019-08-19 | Move CryptoCore to it's own folder. | Fabio Alessandrelli |