summaryrefslogtreecommitdiff
path: root/src/core/hle/service/ssl/ssl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ssl: add cert storeGravatar Liam2024-02-241-3/+22
* ssl: fix output byte buffer size issue (#12372)Gravatar liamwhite2023-12-161-3/+3
* ssl: tolerate handshake without hostname set (#11328)Gravatar liamwhite2023-08-261-9/+1
* ssl: remove ResultVal useGravatar Liam2023-08-081-39/+47
* Rename variables to avoid -Wshadow warnings under GCCGravatar comex2023-07-011-5/+5
* Updates:Gravatar comex2023-07-011-51/+55
* PR feedback + constificationGravatar comex2023-06-251-10/+10
* Implement SSL serviceGravatar comex2023-06-251-17/+332
* service: ssl: Add missing properties and update namesGravatar Narr the Reg2023-03-051-18/+58
* service: move hle_ipc from kernelGravatar Liam2023-03-011-7/+7
* Merge pull request #9832 from liamwhite/hle-mpGravatar liamwhite2023-03-011-3/+6
|\
| * service: refactor server architectureGravatar Liam2023-02-211-3/+6
* | core: Update service function tables to 16.0.0+Gravatar Narr the Reg2023-02-241-0/+10
|/
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"Gravatar ameerj2023-02-031-4/+4
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...Gravatar liamwhite2023-02-021-4/+4
* hle_ipc: Rename ReadBufferSpan to ReadBufferGravatar ameerj2022-12-281-3/+3
* service: Use ReadBufferSpan where it is trivial to do soGravatar ameerj2022-12-251-5/+5
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* service: Reduce header include overheadGravatar Morph2021-10-071-1/+0
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-021-6/+6
* nifm, ssl: Fix incorrect response sizesGravatar Morph2021-05-161-1/+1
* ssl: Stub Import(Client/Server)PkiGravatar Morph2021-05-121-2/+40
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-261-7/+7
* service: Update function tablesGravatar Lioncash2019-11-121-0/+5
* service: Update service function tablesGravatar Lioncash2019-04-111-0/+2
* Merge pull request #2334 from lioncash/overrideGravatar bunnei2019-04-051-1/+0
|\
| * core: Add missing override specifiers where applicableGravatar Lioncash2019-04-041-1/+0
* | hle/service: Resolve unused variable warningsGravatar Lioncash2019-04-041-1/+8
|/
* Changed logging to be "Log before execution", Added more error logging, all s...Gravatar David Marcec2018-11-261-0/+2
* Merge pull request #1354 from ogniK5377/ssl-versionGravatar bunnei2018-09-231-3/+3
|\
| * Corrected SSL::SetInterfaceVersionGravatar David Marcec2018-09-191-3/+3
* | Removed the use of rp.MakeBuilderGravatar David Marcec2018-09-191-1/+1
|/
* ssl: Move SSL class to cpp fileGravatar Lioncash2018-09-021-26/+36
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-4/+4
* Switched to NGLOG_WARNINGGravatar David Marcec2018-04-261-1/+1
* Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-implGravatar David Marcec2018-04-261-3/+3
|\
| * ssl: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-3/+3
* | Added PREPO to logging backend, Removed comments from SaveReportWithUserGravatar David Marcec2018-04-261-1/+1
* | GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport...Gravatar David Marcec2018-04-221-0/+1
* | Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersi...Gravatar David Marcec2018-04-211-1/+10
|/
* service: Use nested namespace specifiers where applicableGravatar Lioncash2018-04-191-4/+2
* Service/SSL: update service according switchbrewGravatar mailwl2018-04-111-1/+95
* Service/SSL: add ssl serviceGravatar mailwl2018-03-231-0/+17