On Wednesday 05 August 2009 17:09:54 rajanchittil wrote:
> Hi ALL,

Hi rajanchittil

> I was trying to figure out the TLS extension supported by openssl. I have
> gone thorough RFC 3546 (http://www.faqs.org/rfcs/rfc3546.html) .It mentions
> 6 TLS extension

could look at the updated rfc4366 too

> 1.Server Name Indication
> 2.Maximum Fragment Length Negotiation
> 3.Client Certificate URLs
> 4.Trusted CA Indication
> 5.Truncated HMAC
> 6.Certificate Status Request
> 
> But i was able to figure out only Server name  and certificate status
> request supported in Openssl.

yes

> Is other extension is supported too .

there is some identification of these extensions only.


However these are TLS extensions from other rfcs:
RFC4492

TLSEXT_TYPE_ec_point_formats
TLSEXT_TYPE_elliptic_curves
TLSEXT_TYPE_session_ticket

And from draft-rescorla-tls-opaque-prf-input-00.txt
TLSEXT_TYPE_opaque_prf_input

(See from the openssl source code ./include/openssl/tls1.h
)
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to