summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ssl/ssl_backend_schannel.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* msvc: set warning level to /W4 globallyDanila Malyutin2023-09-031-1/+2
* ssl: tolerate handshake without hostname set (#11328)liamwhite2023-08-261-13/+12
* ssl: remove ResultVal useLiam2023-08-081-29/+33
* ssl: Link with crypt32 for secure channel backendMorph2023-07-171-0/+1
* ssl: Reorder inclusionsMorph2023-07-171-4/+4
* Updates:comex2023-07-021-101/+106
* PR feedback + constificationcomex2023-06-261-22/+23
* re-formatcomex2023-06-261-4/+5
* Fix more Windows build errorscomex2023-06-261-21/+28
* Implement SSL servicecomex2023-06-251-0/+529