summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ssl/ssl_backend_schannel.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-03msvc: set warning level to /W4 globallyDanila Malyutin1-1/+2
2023-08-26ssl: tolerate handshake without hostname set (#11328)liamwhite1-13/+12
2023-08-08ssl: remove ResultVal useLiam1-29/+33
2023-07-17ssl: Link with crypt32 for secure channel backendMorph1-0/+1
2023-07-17ssl: Reorder inclusionsMorph1-4/+4
2023-07-02Updates:comex1-101/+106
2023-06-26PR feedback + constificationcomex1-22/+23
2023-06-26re-formatcomex1-4/+5
2023-06-26Fix more Windows build errorscomex1-21/+28
2023-06-25Implement SSL servicecomex1-0/+529