GameAnalytics / GA-SDK-DEFOLD

Repository for GameAnalytics Defold SDK
MIT License
14 stars 7 forks source link

Q: What functions do you use from OpenSSL? #31

Closed JCash closed 3 years ago

JCash commented 3 years ago

I'm asking since we're thinking of exposing certain functions via our own dmCrypt:: namespace. We use mbedTLS which is a lot smaller in code side footprint.

Perhaps this won't be of use to you, since your libraries are closed source, but I thought I'd ask anyways, since it will help our decision making, and hopefully others in the longer run.

Regards, Mathias

the1schwartz commented 3 years ago

Hmm I think we just use OpenSSL indirectly via HTTPS requests using curl and yes that is all happening in our native C++ library.

JCash commented 3 years ago

Ok, good to know.