/openssl/util/perl/TLSProxy/ |
H A D | Record.pm | 83 my $epoch; 91 ($content_type, $version, $epoch, 110 print " Epoch: $epoch\n"; 121 $epoch, 215 $epoch, 227 $epoch, 271 $epoch, 285 epoch => $epoch, 488 sub epoch subroutine 492 $self->{epoch} = shift; [all …]
|
/openssl/test/recipes/15-test_mp_rsa_data/ |
H A D | plain_text | 3 it was the epoch of belief, it was the epoch of incredulity,
|
/openssl/ssl/record/methods/ |
H A D | dtls_meth.c | 89 if (rr->epoch == rl->epoch) in dtls_get_bitmap() 95 else if (rr->epoch == rl->epoch + 1) { in dtls_get_bitmap() 437 n2s(p, rr->epoch); in dtls_get_more_records() 626 int role, int direction, int level, uint16_t epoch, in dtls_new_record_layer() argument 661 (*retrl)->epoch = epoch; in dtls_new_record_layer() 708 || !WPACKET_put_bytes_u16(thispkt, rl->epoch) in dtls_prepare_record_header()
|
H A D | recmethod_local.h | 75 uint16_t epoch; member 221 uint16_t epoch; member 461 uint16_t *epoch, unsigned char *seq_num);
|
H A D | tls1_meth.c | 260 s2n(rl->epoch, p); in tls1_cipher() 500 s2n(rl->epoch, p); in tls1_mac()
|
H A D | tls_common.c | 1115 uint16_t *epoch, unsigned char *seq_num) in tls_read_record() argument 1151 *epoch = rec->epoch; in tls_read_record() 1387 int role, int direction, int level, uint16_t epoch, in tls_new_record_layer() argument
|
H A D | ktls_meth.c | 404 int role, int direction, int level, uint16_t epoch, in ktls_new_record_layer() argument
|
/openssl/test/helpers/ |
H A D | ssltestlib.c | 126 int rem, i, content, reclen, msglen, fragoff, fraglen, epoch; in dump_data() local 147 printf("** Record Epoch: %d\n", epoch); in dump_data() 159 if (epoch > 0) { in dump_data() 273 uint16_t epoch; member 357 unsigned int seq, offset, len, epoch; in mempacket_test_read() local 383 epoch = (rec[EPOCH_HI] << 8) | rec[EPOCH_LO]; in mempacket_test_read() 384 if (epoch != ctx->epoch) { in mempacket_test_read() 385 ctx->epoch = epoch; in mempacket_test_read() 430 unsigned int epoch; in mempacket_swap_epoch() local 447 epoch = (rec[EPOCH_HI] << 8) | rec[EPOCH_LO]; in mempacket_swap_epoch() [all …]
|
/openssl/ssl/record/ |
H A D | rec_layer_d1.c | 257 &rr->epoch, rr->seq_num)); in dtls1_read_bytes() 486 if (rr->epoch != sc->rlayer.d->r_epoch in dtls1_read_bytes() 684 uint16_t epoch; in dtls1_get_epoch() local 687 epoch = s->rlayer.d->r_epoch; in dtls1_get_epoch() 689 epoch = s->rlayer.d->w_epoch; in dtls1_get_epoch() 691 return epoch; in dtls1_get_epoch()
|
H A D | record.h | 38 uint16_t epoch; member
|
H A D | rec_layer_s3.c | 1366 unsigned int epoch = 0; in ssl_set_new_record_layer() local 1374 epoch = dtls1_get_epoch(s, SSL3_CC_READ); /* new epoch */ in ssl_set_new_record_layer() 1391 epoch = dtls1_get_epoch(s, SSL3_CC_WRITE); /* new epoch */ in ssl_set_new_record_layer() 1415 s->server, direction, level, epoch, in ssl_set_new_record_layer()
|
/openssl/include/internal/ |
H A D | recordmethod.h | 126 uint16_t epoch, 236 uint16_t *epoch, unsigned char *seq_num);
|
/openssl/test/ |
H A D | dtlstest.c | 197 int epoch = 0; in test_dtls_drop_records() local 272 epoch = 1; in test_dtls_drop_records() 278 epoch = 1; in test_dtls_drop_records() 283 BIO_ctrl(mempackbio, MEMPACKET_CTRL_SET_DROP_EPOCH, epoch, NULL); in test_dtls_drop_records()
|
H 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/include/openssl/ |
H 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/ssl/quic/ |
H A D | quic_tls.c | 92 int role, int direction, int level, uint16_t epoch, in quic_new_record_layer() argument 362 size_t *datalen, uint16_t *epoch, in quic_read_record() argument
|
/openssl/doc/designs/quic-design/ |
H A D | record-layer.md | 160 example in DTLS it may be necessary to retransmit records from a previous epoch. 385 * messages from an earlier epoch). 404 uint16_t epoch, 499 * is filled in with the length of that data. The |epoch| and |seq_num| 501 * filled in with the epoch and sequence number from the record. 511 uint16_t *epoch, unsigned char *seq_num);
|
H A D | quic-fc.md | 265 Auto-tuning occurs in 'epochs'. At the end of each auto-tuning epoch, a decision 266 is made on whether to double the window size, and a new auto-tuning epoch is
|
H A D | glossary.md | 72 **Key epoch:** Non-negative number designating a generation of QUIC keys used to
|
/openssl/test/recipes/ |
H A D | 70-test_sslrecords.t | 613 @{$records}[-1]->epoch(),
|
/openssl/ |
H A D | CHANGES.md | 6842 attacker by sending a record for the next epoch (which does not have to 8043 attacker by sending a record for the next epoch (which does not have to 8601 sequence number but for the next epoch. The memory leak could be exploited 9666 sequence number but for the next epoch. The memory leak could be exploited 11324 * Records are buffered if they arrive with a future epoch to be
|