Questions tagged [polarssl]

PolarSSL is a light-weight (embedded) open source cryptographic and SSL/TLS library written in C that is easy to understand, easy to use, easy to integrate and easy to expand.

PolarSSL is a light-weight (embedded) open source cryptographic and SSL/TLS library written in C that is easy to understand, easy to use, easy to integrate and easy to expand.

Questions tagged polarssl should be directly related to the library, its API or its application to problems. Questions about SSL/TLS in general should not be tagged polarssl.

47 questions
0
votes
1 answer

Do web servers need to verify browser client certificates?

I'm implementing an SSL layer for a web server project. I'm using polarSSL, though I think this question is a general SSL question. When I get a connection to my server from a client I configure the SSL protcol like this: ssl_set_endpoint( &mSsl,…
Rafael Baptista
  • 10,259
  • 4
  • 35
  • 56
0
votes
1 answer

Mapping PolarSSL x509_cert structure to PKCS#11 X.509 object

I want to write a C++ program to parse a X.509 compatible certificate file with PolarSSL, extract all of it's attributes & map them to a PKCS#11 object template for storing on a cryptographic token. I also need to be able to fetch stored object…
Ehsan Khodarahmi
  • 4,390
  • 9
  • 57
  • 81
1 2 3
4