Fast-DDS library treating the password phrase as a string [13831] #2486
Unanswered
JaganKumar-TRM
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We have protected our private key files with the password phrases containing NULL characters in the middle and with a fixed length of 32 characters. The Fast-DDS library is not able to read that private key properly. because the library treats the password phrase as a string.
Is there any provision in the Fast-DDS library to provide our custom "private_key_password_callback" callback function or password with its total length?
Beta Was this translation helpful? Give feedback.
All reactions