summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* ssl: fix output byte buffer size issue (#12372)liamwhite2023-12-161-3/+3
* msvc: set warning level to /W4 globallyDanila Malyutin2023-09-031-1/+2
* ssl: tolerate handshake without hostname set (#11328)liamwhite2023-08-263-24/+14
* ssl_backend_securetransport: remove stray .Code()Liam2023-08-121-1/+1
* general: fix incorrect conversionsLiam2023-08-081-2/+2
* ssl: remove ResultVal useLiam2023-08-086-118/+124
* ssl: Link with crypt32 for secure channel backendMorph2023-07-171-0/+1
* ssl: Reorder inclusionsMorph2023-07-175-24/+27
* Rename variables to avoid -Wshadow warnings under GCCcomex2023-07-021-5/+5
* ...actually add the SecureTransport backend to Git.comex2023-07-021-0/+219
* Updates:comex2023-07-023-185/+194
* PR feedback + constificationcomex2023-06-265-42/+44
* re-formatcomex2023-06-261-4/+5
* Fix more Windows build errorscomex2023-06-261-21/+28
* ssl: fix compatibility with OpenSSL 1.1.1comex2023-06-261-1/+10
* Fixes:comex2023-06-261-0/+1
* ssl: rename argument to avoid false positive codespell warningcomex2023-06-251-2/+2
* Implement SSL servicecomex2023-06-255-17/+1262
* service: ssl: Add missing properties and update namesNarr the Reg2023-03-051-18/+58
* service: move hle_ipc from kernelLiam2023-03-011-7/+7
* Merge pull request #9832 from liamwhite/hle-mpliamwhite2023-03-012-9/+7
|\
| * service: refactor server architectureLiam2023-02-212-9/+7
* | core: Update service function tables to 16.0.0+Narr the Reg2023-02-251-0/+10
|/
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-031-4/+4
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite2023-02-021-4/+4
* hle_ipc: Rename ReadBufferSpan to ReadBufferameerj2022-12-291-3/+3
* service: Use ReadBufferSpan where it is trivial to do soameerj2022-12-251-5/+5
* general: Convert source file copyright comments over to SPDXMorph2022-04-232-6/+4
* service: Reduce header include overheadMorph2021-10-071-1/+0
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-6/+6
* nifm, ssl: Fix incorrect response sizesMorph2021-05-161-1/+1
* ssl: Stub Import(Client/Server)PkiMorph2021-05-131-2/+40
* service: Eliminate usages of the global system instanceLioncash2020-11-272-8/+12
* service: Update function tablesLioncash2019-11-121-0/+5
* service: Update service function tablesLioncash2019-04-111-0/+2
* Merge pull request #2334 from lioncash/overridebunnei2019-04-061-1/+0
|\
| * core: Add missing override specifiers where applicableLioncash2019-04-041-1/+0
* | hle/service: Resolve unused variable warningsLioncash2019-04-041-1/+8
|/
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-0/+2
* Merge pull request #1354 from ogniK5377/ssl-versionbunnei2018-09-241-3/+3
|\
| * Corrected SSL::SetInterfaceVersionDavid Marcec2018-09-191-3/+3
* | Removed the use of rp.MakeBuilderDavid Marcec2018-09-191-1/+1
|/
* ssl: Move SSL class to cpp fileLioncash2018-09-022-37/+39
* Rename logging macro back to LOG_*James Rowe2018-07-031-4/+4
* Switched to NGLOG_WARNINGDavid Marcec2018-04-271-1/+1
* Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-implDavid Marcec2018-04-261-3/+3
|\
| * ssl: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-3/+3
* | Added PREPO to logging backend, Removed comments from SaveReportWithUserDavid Marcec2018-04-261-1/+1
* | GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.David Marcec2018-04-231-0/+1
* | Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)David Marcec2018-04-222-1/+11
|/
* service: Use nested namespace specifiers where applicableLioncash2018-04-202-8/+4
* Service/SSL: update service according switchbrewmailwl2018-04-112-1/+98
* Service/SSL: add ssl servicemailwl2018-03-232-0/+39