summaryrefslogtreecommitdiffstats
path: root/core/crypto/crypto.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* [Crypto] Expose TLSOptions gettersFabio Alessandrelli2024-06-141-11/+9
* Add 'override' mark to ResourceFormat classppphp2024-03-251-7/+7
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-16/+16
* Exposes String functions for X509CertificatesScorpionInc2023-05-091-0/+2
* [NET] Refactor TLS configuration.Fabio Alessandrelli2023-01-281-0/+34
* 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
* [Crypto] Delete mbedtls ctx in deconstructor.Fabio Alessandrelli2021-07-031-0/+1
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-5/+5
* 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/+23
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Implement RSA encryption/decryption.Fabio Alessandrelli2020-06-181-0/+2
* Implement sign and verify in crypto.Fabio Alessandrelli2020-06-181-0/+4
* CryptoKey supports public keys.Fabio Alessandrelli2020-06-181-2/+5
* Crypto as a custom instance class.Fabio Alessandrelli2020-06-061-3/+3
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-4/+3
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-201-1/+1
* DocData: Skip unexposed classesRémi Verschelde2020-04-201-4/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-281-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Add Crypto custom classFabio Alessandrelli2019-08-211-0/+105