organicmaps
organicmaps copied to clipboard
Minor update of liboauthcpp and a few warning fixes
Thanks to @Osyotr for the MSVC build log: https://github.com/organicmaps/organicmaps/files/14728637/organicmaps-win-build-log.txt
Hmm, looks like liboauthcpp is not needed/used anymore when oauth2 is merged, right @strump ?
Base64/SHA1 stuff is used in other places.
Base64/SHA1 stuff is used in other places.
I see, in coding. Is it the best possible implementation that we can use? The author didn't update the library for 6 years. Are there other better/faster alternatives? @Osyotr
@biodranik oauth2 doesn't use liboauthcpp
. Maybe we can replace it with SHA1 lib
Are there other better/faster alternatives?
IMHO it's not worth adding an external dependency over these two algorithms. It's possible to rip out code from https://github.com/weidai11/cryptopp (BSL-1.0).
@biodranik oauth2 doesn't use
liboauthcpp
. Maybe we can replace it with SHA1 lib
Who said SHA1??? Do we still have SHA1 anywhere in the code?