liushuyu af24f75c18
externals: update httplib and libressl ...
* In older `httplib`, SSL connections were not handled correctly and
  will have issues with proxy servers. Also, keep alive directives were
  not available back then, which is probably necessary to implement
  HTTP_C service correctly.
* Another 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.
2022-01-13 19:32:50 -07:00
..
2020-03-28 17:11:35 +00:00
2021-10-23 18:54:36 +05:30
2021-10-23 18:54:36 +05:30
2020-11-11 00:58:39 +01:00
2019-01-30 14:08:28 -06:00
2020-11-24 18:25:10 -05:00
2021-01-04 03:35:56 +01:00
2021-12-12 20:22:30 +05:30
2018-01-15 21:20:49 -06:00
2021-01-04 05:11:18 +01:00
2020-12-31 14:52:07 -03:00