summaryrefslogtreecommitdiff
path: root/src/core/hle/service/ssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* ssl: add cert storeGravatar Liam2024-02-244-3/+327
* ssl: fix output byte buffer size issue (#12372)Gravatar liamwhite2023-12-161-3/+3
* msvc: set warning level to /W4 globallyGravatar Danila Malyutin2023-09-031-1/+2
* ssl: tolerate handshake without hostname set (#11328)Gravatar liamwhite2023-08-263-24/+14
* ssl_backend_securetransport: remove stray .Code()Gravatar Liam2023-08-111-1/+1
* general: fix incorrect conversionsGravatar Liam2023-08-081-2/+2
* ssl: remove ResultVal useGravatar Liam2023-08-086-118/+124
* ssl: Link with crypt32 for secure channel backendGravatar Morph2023-07-171-0/+1
* ssl: Reorder inclusionsGravatar Morph2023-07-175-24/+27
* Rename variables to avoid -Wshadow warnings under GCCGravatar comex2023-07-011-5/+5
* ...actually add the SecureTransport backend to Git.Gravatar comex2023-07-011-0/+219
* Updates:Gravatar comex2023-07-013-185/+194
* PR feedback + constificationGravatar comex2023-06-255-42/+44
* re-formatGravatar comex2023-06-251-4/+5
* Fix more Windows build errorsGravatar comex2023-06-251-21/+28
* ssl: fix compatibility with OpenSSL 1.1.1Gravatar comex2023-06-251-1/+10
* Fixes:Gravatar comex2023-06-251-0/+1
* ssl: rename argument to avoid false positive codespell warningGravatar comex2023-06-251-2/+2
* Implement SSL serviceGravatar comex2023-06-255-17/+1262
* 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-012-9/+7
|\
| * service: refactor server architectureGravatar Liam2023-02-212-9/+7
* | 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-232-6/+4
* 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-262-8/+12
* 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-022-37/+39
* 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