Lines Matching defs:mbedtls_ssl_session
527 typedef struct mbedtls_ssl_session mbedtls_ssl_session; typedef
544 struct mbedtls_ssl_session struct
547 mbedtls_time_t start; /*!< starting time */
549 int ciphersuite; /*!< chosen ciphersuite */
550 int compression; /*!< chosen compression */
551 size_t id_len; /*!< session id length */
552 unsigned char id[32]; /*!< session identifier */
553 unsigned char master[48]; /*!< the master secret */
556 mbedtls_x509_crt *peer_cert; /*!< peer X.509 cert chain */
558 uint32_t verify_result; /*!< verification result */
561 unsigned char *ticket; /*!< RFC 5077 session ticket */
562 size_t ticket_len; /*!< session ticket length */
563 uint32_t ticket_lifetime; /*!< ticket lifetime hint */
567 unsigned char mfl_code; /*!< MaxFragmentLength negotiated by peer */
571 int trunc_hmac; /*!< flag for truncated hmac activation */
575 int encrypt_then_mac; /*!< flag for EtM activation */