Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] Init SSLSocket context based on strings

Dear Paho Community,

the initialisation of Paho SSL Context seems to be possible only passing the paths to CAs, certificate and private key files.
For security reasons, I would like instead to create the context passing directly the files contents to the SSLSocket_createContext function, so I could store the credentials into an external vault.

I am wondering why this functionality was never added, if there are some security issues and if the development of the feature would be accepted and merged with the master branch in the future.

Thanks, best regards
Lorenzo

Back to the top