summaryrefslogtreecommitdiffstats
path: root/core/crypto/crypto.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Crypto] Expose TLSOptions gettersFabio Alessandrelli2024-06-141-8/+10
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-4/+4
* Exposes String functions for X509CertificatesScorpionInc2023-05-091-0/+2
* [NET] Refactor TLS configuration.Fabio Alessandrelli2023-01-281-0/+39
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Swap arguments of ResourceSaver.save()kobewi2022-07-291-1/+1
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-4/+4
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde2021-04-051-1/+2
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-2/+2
* Improve resource load cachereduz2021-02-111-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* feat: HMAC support in Crypto APIsJon Bonazza2020-11-261-0/+47
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Implement RSA encryption/decryption.Fabio Alessandrelli2020-06-181-0/+2
* Implement sign and verify in crypto.Fabio Alessandrelli2020-06-181-0/+2
* CryptoKey supports public keys.Fabio Alessandrelli2020-06-181-6/+19
* Crypto as a custom instance class.Fabio Alessandrelli2020-06-061-13/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-8/+15
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-8/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-3/+0
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-201-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-9/+9
* Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-281-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Added some obvious errors explanationsqarmin2019-09-251-1/+1
* Add Crypto custom classFabio Alessandrelli2019-08-211-0/+170