Ryujinx/Ryujinx.HLE/FileSystem/Content
Mary 3fa7ef21b4
ssl: Implement SSL connectivity (#2961)
* implement certain servicessl functions

* ssl: Implement more of SSL connection and abstract it

This adds support to non blocking SSL operations and unlink the SSL
implementation from the IPC logic.

* Rename SslDefaultSocketConnection to SslManagedSocketConnection

* Fix regression on Pokemon TV

* Address gdkchan's comment

* Simplify value read from previous commit

* ssl: some changes

- Implement builtin certificates parsing and retrieving
- Fix issues with SSL version handling
- Improve managed SSL socket error handling
- Ensure to only return a certificate on DoHandshake when actually requested

* Add missing BuiltInCertificateManager initialization call

* Address gdkchan's comment

* Address Ack's comment

Co-authored-by: InvoxiPlayGames <webmaster@invoxiplaygames.uk>
2022-01-13 23:29:04 +01:00
..
ContentManager.cs ssl: Implement SSL connectivity (#2961) 2022-01-13 23:29:04 +01:00
ContentPath.cs Implement ContentManager and related services (#438) 2018-11-18 17:37:41 -02:00
LocationEntry.cs Update to LibHac 0.15.0 (#2986) 2022-01-12 12:22:19 +01:00
LocationHelper.cs Reuse basePath variable in LocationHelper (#609) 2019-03-02 21:51:55 +11:00
StorageId.cs Implement ContentManager and related services (#438) 2018-11-18 17:37:41 -02:00
SystemVersion.cs hle: Improve safety (#2778) 2021-10-24 19:13:20 -03:00
TitleType.cs Implement ContentManager and related services (#438) 2018-11-18 17:37:41 -02:00