This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3200: client SSL certificate for mutual authentication

Part Number: CC3200

This is in continuation to my prev referred query. I generated the self signed device certificate using OpenSSL. Thanks to Michael Reymond!

I need certain clarifications while I need to use the same in code with HTTPCli_SecureParams struct.

  1. As I understand I need to input the client cert and key as privkey and cert. Both of these fields are char strings. Do i need to provide the file names for both these parameters? I mean files containing private key and public key certificate!
  2. Is there a specific format (like .der format) recommended? OR I could use any other format like .cer, .pem?

Again - any reference code would be a great help, if available!

Thanks in advance! would appreciate a fast response.

- Akhilesh