mirror of
https://github.com/PabloMK7/citra.git
synced 2025-10-30 13:20:03 +00:00
* 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. |
||
|---|---|---|
| .. | ||
| android-ifaddrs | ||
| boost@36603a1e66 | ||
| catch@c4e3767e26 | ||
| cmake-modules | ||
| cpp-jwt@6e27aa4c86 | ||
| cryptopp | ||
| cubeb@1d66483ad2 | ||
| discord-rpc@963aa9f3e5 | ||
| dynarmic@af0d4a7c18 | ||
| enet@39a72ab199 | ||
| fmt@cc09f1a679 | ||
| getopt | ||
| glad | ||
| httplib | ||
| inih | ||
| json | ||
| libressl@8289d0d07d | ||
| libusb | ||
| libyuv@19d71f6b35 | ||
| lodepng | ||
| microprofile | ||
| nihstro@fd69de1a1b | ||
| open_source_archives | ||
| soundtouch@060181eaf2 | ||
| teakra@3e032a73d7 | ||
| xbyak@c306b8e578 | ||
| zstd@97a3da1df0 | ||
| CMakeLists.txt | ||