summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ssl (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-16ssl: fix output byte buffer size issue (#12372)liamwhite1-3/+3
2023-09-03msvc: set warning level to /W4 globallyDanila Malyutin1-1/+2
2023-08-26ssl: tolerate handshake without hostname set (#11328)liamwhite3-24/+14
2023-08-12ssl_backend_securetransport: remove stray .Code()Liam1-1/+1
2023-08-08general: fix incorrect conversionsLiam1-2/+2
2023-08-08ssl: remove ResultVal useLiam6-118/+124
2023-07-17ssl: Link with crypt32 for secure channel backendMorph1-0/+1
2023-07-17ssl: Reorder inclusionsMorph5-24/+27
2023-07-02Rename variables to avoid -Wshadow warnings under GCCcomex1-5/+5
2023-07-02...actually add the SecureTransport backend to Git.comex1-0/+219
2023-07-02Updates:comex3-185/+194
2023-06-26PR feedback + constificationcomex5-42/+44
2023-06-26re-formatcomex1-4/+5
2023-06-26Fix more Windows build errorscomex1-21/+28
2023-06-26ssl: fix compatibility with OpenSSL 1.1.1comex1-1/+10
2023-06-26Fixes:comex1-0/+1
2023-06-25ssl: rename argument to avoid false positive codespell warningcomex1-2/+2
2023-06-25Implement SSL servicecomex5-17/+1262
2023-03-05service: ssl: Add missing properties and update namesNarr the Reg1-18/+58
2023-03-01service: move hle_ipc from kernelLiam1-7/+7
2023-02-25core: Update service function tables to 16.0.0+Narr the Reg1-0/+10
2023-02-21service: refactor server architectureLiam2-9/+7
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-2/+2
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-2/+2
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj1-4/+4
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite1-4/+4
2022-12-29hle_ipc: Rename ReadBufferSpan to ReadBufferameerj1-3/+3
2022-12-25service: Use ReadBufferSpan where it is trivial to do soameerj1-5/+5
2022-04-23general: Convert source file copyright comments over to SPDXMorph2-6/+4
2021-10-07service: Reduce header include overheadMorph1-1/+0
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-6/+6
2021-05-16nifm, ssl: Fix incorrect response sizesMorph1-1/+1
2021-05-13ssl: Stub Import(Client/Server)PkiMorph1-2/+40
2020-11-27service: Eliminate usages of the global system instanceLioncash2-8/+12
2019-11-12service: Update function tablesLioncash1-0/+5
2019-04-11service: Update service function tablesLioncash1-0/+2
2019-04-04hle/service: Resolve unused variable warningsLioncash1-1/+8
2019-04-04core: Add missing override specifiers where applicableLioncash1-1/+0
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-0/+2
2018-09-19Corrected SSL::SetInterfaceVersionDavid Marcec1-3/+3
2018-09-19Removed the use of rp.MakeBuilderDavid Marcec1-1/+1
2018-09-02ssl: Move SSL class to cpp fileLioncash2-37/+39
2018-07-03Rename logging macro back to LOG_*James Rowe1-4/+4
2018-04-27Switched to NGLOG_WARNINGDavid Marcec1-1/+1
2018-04-26Added PREPO to logging backend, Removed comments from SaveReportWithUserDavid Marcec1-1/+1
2018-04-24ssl: Move logging macros over to new fmt-compatible onesLioncash1-3/+3
2018-04-23GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.David Marcec1-0/+1
2018-04-22Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)David Marcec2-1/+11
2018-04-20service: Use nested namespace specifiers where applicableLioncash2-8/+4
2018-04-11Service/SSL: update service according switchbrewmailwl2-1/+98
2018-03-23Service/SSL: add ssl servicemailwl2-0/+39