extensions

2013-05-08 Thread Daniel W
Hello everyone, i want to write an TLS server. Therefore i'd like to use the openssl c api. The server needs to support the tls extension "Certificate Status Request" and "Trusted CA Indication" from RFC 6066. Does someone know a good tutorial on using tls extensions with openssl or has already

TLS extensions

2013-05-06 Thread Daniel W
Hello everyone, i want to use TLS extensions. In fact the two extensions trusted_ca_key and status_request. Could someone explain me how this works on a little example or lead me to a tutorial or good documentation?  Was not able to find something. I would really appreciate some help. Best reg