Hi,
 
I am using this function sslc.lib 2.3.3 PEM_read_bio_PrivateKey in my code.
 
Sample:
 
EVP_PKEY   *evp_key = NULL;
evp_key = PEM_read_bio_PrivateKey(mem_bio, &evp_key, my_pem_password_cb);
 
if (evp_key == NULL)
 return errorcode;
 
If i give password as "1234"  it's returning evp_key value. If i give password as "1234+"  then it returns null value.
 
I have tried with all other special characters such as *,$,%,#,@ etc it's working fine.But incase of + it gives null value.
 
Is there any specific reason to restrict + or is it  a bug?
Can you please update your thoughts on this?
 
Regards
Jenitha Subramanian
Software Developer
HCL Technologies
Chennai
DISCLAIMER:
-----------------------------------------------------------------------------------------------------------------------

The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only.
It shall not attach any liability on the originator or HCL or its affiliates. 
Any views or opinions presented in 
this email are solely those of the author and may not necessarily reflect the 
opinions of HCL or its affiliates.
Any form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of 
this message without the prior written consent of the author of this e-mail is 
strictly prohibited. If you have
received this email in error please delete it and notify the sender 
immediately. Before opening any mail and 
attachments please check them for viruses and defect.

-----------------------------------------------------------------------------------------------------------------------

Reply via email to