Searched refs:epoch (Results 1 – 12 of 12) sorted by relevance
/openssl-master/test/recipes/15-test_mp_rsa_data/ |
A D | plain_text | 3 it was the epoch of belief, it was the epoch of incredulity,
|
/openssl-master/test/helpers/ |
A D | ssltestlib.c | 119 int rem, i, content, reclen, msglen, fragoff, fraglen, epoch; in dump_data() local 139 epoch = (rec[RECORD_EPOCH_HI] << 8) | rec[RECORD_EPOCH_LO]; in dump_data() 140 printf("** Record Epoch: %d\n", epoch); in dump_data() 152 if (epoch > 0) { in dump_data() 266 unsigned int epoch; member 350 unsigned int seq, offset, len, epoch; in mempacket_test_read() local 376 epoch = (rec[EPOCH_HI] << 8) | rec[EPOCH_LO]; in mempacket_test_read() 377 if (epoch != ctx->epoch) { in mempacket_test_read() 378 ctx->epoch = epoch; in mempacket_test_read() 393 if (ctx->droprec == (int)ctx->currrec && ctx->dropepoch == epoch) { in mempacket_test_read()
|
/openssl-master/test/ |
A D | dtlstest.c | 168 int epoch = 0; in test_dtls_drop_records() local 236 epoch = 1; in test_dtls_drop_records() 242 epoch = 1; in test_dtls_drop_records() 247 BIO_ctrl(mempackbio, MEMPACKET_CTRL_SET_DROP_EPOCH, epoch, NULL); in test_dtls_drop_records()
|
A D | bad_dtls_test.c | 280 static unsigned char epoch[2] = { 0x00, 0x01 }; in send_record() local 318 || !EVP_MAC_update(ctx, epoch, 2) in send_record() 344 BIO_write(rbio, epoch, 2); in send_record()
|
/openssl-master/ssl/record/ |
A D | rec_layer_d1.c | 241 if (s->rlayer.d->unprocessed_rcds.epoch != s->rlayer.d->r_epoch) in dtls1_process_buffered_records() 308 s->rlayer.d->processed_rcds.epoch = s->rlayer.d->r_epoch; in dtls1_process_buffered_records() 309 s->rlayer.d->unprocessed_rcds.epoch = s->rlayer.d->r_epoch + 1; in dtls1_process_buffered_records() 1006 if (rr->epoch == s->rlayer.d->r_epoch) in dtls1_get_bitmap() 1014 else if (rr->epoch == (unsigned long)(s->rlayer.d->r_epoch + 1) && in dtls1_get_bitmap() 1015 s->rlayer.d->unprocessed_rcds.epoch != s->rlayer.d->r_epoch && in dtls1_get_bitmap()
|
A D | record.h | 67 unsigned long epoch; member 81 unsigned short epoch; member
|
A D | record_local.h | 98 #define SSL3_RECORD_get_epoch(r) ((r)->epoch)
|
A D | ssl3_record.c | 1744 n2s(p, rr->epoch); in dtls1_get_record()
|
/openssl-master/ssl/statem/ |
A D | statem_dtls.c | 1085 frag->msg_header.saved_retransmit_state.epoch = in dtls1_buffer_message() 1152 saved_state.epoch = DTLS_RECORD_LAYER_get_w_epoch(&s->rlayer); in dtls1_retransmit_message() 1163 saved_retransmit_state.epoch); in dtls1_retransmit_message() 1173 DTLS_RECORD_LAYER_set_saved_w_epoch(&s->rlayer, saved_state.epoch); in dtls1_retransmit_message()
|
/openssl-master/include/openssl/ |
A D | ct.h.in | 126 * Gets the time, in milliseconds since the Unix epoch, that will be used as the 133 * Sets the time to evaluate SCTs against, in milliseconds since the Unix epoch. 217 * Returns the timestamp for the SCT (epoch time in milliseconds). 222 * Set the timestamp of an SCT (epoch time in milliseconds).
|
/openssl-master/ssl/ |
A D | ssl_local.h | 1852 unsigned short epoch; member
|
/openssl-master/ |
A D | CHANGES.md | 4903 attacker by sending a record for the next epoch (which does not have to 6104 attacker by sending a record for the next epoch (which does not have to 6662 sequence number but for the next epoch. The memory leak could be exploited 7727 sequence number but for the next epoch. The memory leak could be exploited 9385 * Records are buffered if they arrive with a future epoch to be
|
Completed in 48 milliseconds