Home | History | Annotate | Download | only in ssl

Lines Matching full:servername

734   /* The servername extension is treated as follows:
737 * - The servername is rejected if too long or if it contains zeros, in
739 * - The servername field is maintained together with the session cache.
740 * - When a session is resumed, the servername callback is invoked in order
742 * - The servername is acknowledged if it is new for a session or when
745 * set a 'desirable' servername for a new SSL object. This can be the
747 * a renegotiation is requested. In this case, a possible servername
751 * if they provide for changing an explicit servername context for the
753 * i.e. when the session has been established with a servername extension.
765 /* Decode each ServerName in the extension. */