dtls1_get_epoch
epoch = dtls1_get_epoch(s, SSL3_CC_READ); /* new epoch */
epoch = dtls1_get_epoch(s, SSL3_CC_WRITE); /* new epoch */
uint16_t dtls1_get_epoch(SSL_CONNECTION *s, int rw);