yuzu/src/web_service
liushuyu 8e673cbb08
web_backend: fix a regression introduced in 39c8d18
* A regression was in 39c8d18 and token verification function was
  broken.
* The reason being `httplib` now requires OpenSSL 1.1+ API while
  LibreSSL 2.x provided OpenSSL 1.0 compatible API.
* The bundled LibreSSL has been updated to 3.2.2 so it now provides
  OpenSSL 1.1 compatible API now.
* Also the path hint has been added so that it will find the correct
  path to the CA certs on *nix systems.
* An option is provided so that *nix system distributions/providers can
  use their own SSL implementations when compiling Yuzu/Citra to
  (hopefully) complies with their maintenance guidelines.
* LURLParse is also removed since `httplib` can handle
  `scheme:host:port` string itself now.
2020-10-27 02:57:19 -06:00
..
CMakeLists.txt web_backend: fix a regression introduced in 39c8d18 2020-10-27 02:57:19 -06:00
telemetry_json.cpp web_service: Move web_result.h into web_service 2020-08-22 19:29:54 -04:00
telemetry_json.h common/telemetry: Migrate namespace into the Common namespace 2020-08-18 15:08:32 -04:00
verify_login.cpp web_service: Move web_result.h into web_service 2020-08-22 19:29:54 -04:00
verify_login.h web_service: Remove unnecessary inclusions 2019-03-02 14:58:49 -05:00
web_backend.cpp web_backend: fix a regression introduced in 39c8d18 2020-10-27 02:57:19 -06:00
web_backend.h web_service: Move web_result.h into web_service 2020-08-22 19:29:54 -04:00
web_result.h web_service: Move web_result.h into web_service 2020-08-22 19:29:54 -04:00