Lines Matching defs:version

77  * protocol version is not actually supported.
80 /** \brief Protocol version: SSL 3.0 (unsupported). */
82 /** \brief Protocol version: TLS 1.0. */
84 /** \brief Protocol version: TLS 1.1. */
86 /** \brief Protocol version: TLS 1.2. */
109 /** \brief SSL status: incoming protocol or record version is unsupported. */
112 /** \brief SSL status: incoming record version does not match the expected
113 version. */
190 /** \brief SSL status: session resumption attempt with distinct version
273 * \param version record version.
279 int record_type, unsigned version,
332 * \param version record version.
338 int record_type, unsigned version,
815 /** \brief Protocol version. */
816 uint16_t version;
894 * When a record is received, its version is extracted:
895 * -- if 'version_in' is 0, then it is set to the received version;
896 * -- otherwise, if the received version is not identical to
900 * use the negotiated protocol version, once decided (in the
1246 * \param version_min minimum supported TLS version.
1247 * \param version_max maximum supported TLS version.
1890 * \brief Get the protocol version.
1892 * This function returns the protocol version that is used by the
1897 * \return the protocol version.
1902 return cc->session.version;
2001 * This may change in a future library version.
2426 * the current protocol version. This is a bit field with the
3120 * functions yield the protocol version and requested server name
3410 * Maximum version from the client.
3506 * -- character 2: version / PRF
3690 * translated version, broken down into its individual components,