Ryujinx/Ryujinx.HLE/HOS/Services/Ssl
TSRBerry ba5c0cf5d8
Bsd: Implement Select (#4017)
* bsd: Add gdkchan's Select implementation

Co-authored-by: TSRBerry <20988865+tsrberry@users.noreply.github.com>

* bsd: Fix Select() causing a crash with an ArgumentException

.NET Sockets have to be used for the Select() call

* bsd: Make Select more generic

* bsd: Adjust namespaces and remove unused imports

* bsd: Fix NullReferenceException in Select

Co-authored-by: gdkchan <gab.dark.100@gmail.com>
2022-12-12 14:59:31 +01:00
..
SslService Bsd: Implement Select (#4017) 2022-12-12 14:59:31 +01:00
Types ssl: Implement SSL connectivity (#2961) 2022-01-13 23:29:04 +01:00
BuiltInCertificateManager.cs Fix SSL GetCertificates with certificate ID set to All (#3727) 2022-09-29 12:45:25 -03:00
ISslService.cs Fix SSL GetCertificates with certificate ID set to All (#3727) 2022-09-29 12:45:25 -03:00
ResultCode.cs ssl: Implement SSL connectivity (#2961) 2022-01-13 23:29:04 +01:00