Skip to content

Add blob support to the unitytls backend#38

Merged
jy-vivox merged 1 commit into
masterfrom
jyuill/support-blob
May 29, 2026
Merged

Add blob support to the unitytls backend#38
jy-vivox merged 1 commit into
masterfrom
jyuill/support-blob

Conversation

@jy-vivox
Copy link
Copy Markdown

Support loading CA certs, client certs, and private keys from in-memory curl_blobs (CURLOPT_CAINFO_BLOB, CURLOPT_SSLCERT_BLOB, CURLOPT_SSLKEY_BLOB) in addition to file paths. Advertises SSLSUPP_CAINFO_BLOB.

Also fixes a few error messages referencing the wrong variables (ssl_cafile instead of ssl_capath/ssl_cert).

Support loading CA certs, client certs, and private keys from in-memory curl_blobs (CURLOPT_CAINFO_BLOB,
CURLOPT_SSLCERT_BLOB, CURLOPT_SSLKEY_BLOB) in addition to file paths. Advertises SSLSUPP_CAINFO_BLOB.

Also fixes a few error messages referencing the wrong variables (ssl_cafile instead of ssl_capath/ssl_cert).
@github-actions github-actions Bot added the TLS label May 29, 2026
@jy-vivox jy-vivox requested a review from Petezah May 29, 2026 14:40
@jy-vivox jy-vivox merged commit e674bbd into master May 29, 2026
11 of 128 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants