summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ssl/ssl_backend_openssl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ssl: tolerate handshake without hostname set (#11328)liamwhite2023-08-261-2/+1
* ssl: remove ResultVal useLiam2023-08-081-23/+22
* ssl: Reorder inclusionsMorph2023-07-171-8/+8
* Updates:comex2023-07-021-33/+33
* PR feedback + constificationcomex2023-06-261-7/+7
* ssl: fix compatibility with OpenSSL 1.1.1comex2023-06-261-1/+10
* ssl: rename argument to avoid false positive codespell warningcomex2023-06-251-2/+2
* Implement SSL servicecomex2023-06-251-0/+342