Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: add support for TLS PSK (pre-shared key) #281

Open
denglerchr opened this issue Jan 19, 2024 · 0 comments
Open

Feature Request: add support for TLS PSK (pre-shared key) #281

denglerchr opened this issue Jan 19, 2024 · 0 comments

Comments

@denglerchr
Copy link

It looks like MbedTLS supports the use of pre-shared id-key pairs, at least I found this example implementation in C: "https://github.com/dimakuv/mbedtls-psk-example/tree/master"
I did not find a way to use TLS PSKtogether with HTTP.jl, as it seems no functions to set this up are exported by this module (or I did not find them). 'MbedTKS.SSLConfig' seems to work only with certificates so far.

TLS PSK would be useful for our company where we have services all coming from the same company, that are communicating with each other. This would allow us to get rid of certificates, which are a bit annoying sometimes. If it fits in the roadmap, could you please add a way to add pre shared keys to an SSLConfig?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant