OpenBSD CVS

CVS log for src/lib/libssl/tls13_record.h


[BACK] Up to [local] / src / lib / libssl

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.5 / (download) - annotate - [select for diffs], Sat Oct 23 13:12:14 2021 UTC (2 years, 7 months ago) by jsing
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, HEAD
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

Rename tls13_buffer to tls_buffer.

This code will soon be used in the DTLSv1.2 and TLSv1.2 stack. Also
introduce tls_internal.h and move/rename the read/write/flush callbacks.

ok beck@ tb@

Revision 1.4 / (download) - annotate - [select for diffs], Sun May 16 14:20:29 2021 UTC (3 years ago) by jsing
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0
Changes since 1.3: +1 -2 lines
Diff to previous 1.3 (colored)

Avoid including tls13_internal.h in tls13_record.h.

While the implementation needs tls13_internal.h, consumers of
tls13_record.h should not.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jan 21 00:24:19 2019 UTC (5 years, 4 months ago) by jsing
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.2: +5 -2 lines
Diff to previous 1.2 (colored)

Store the record version and make it available for use.

While here correct an int vs size_t mismatch.

ok tb@

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 20 09:12:05 2019 UTC (5 years, 4 months ago) by jsing
Branch: MAIN
Changes since 1.1: +11 -5 lines
Diff to previous 1.1 (colored)

Provide a way to get just the record header.

Also check record size limits when reading records and setting data.

ok tb@

Revision 1.1 / (download) - annotate - [select for diffs], Sat Jan 19 02:53:54 2019 UTC (5 years, 4 months ago) by jsing
Branch: MAIN

Provide a TLS record handling implementation.

This is a self-contained struct and set of functions that knows how to
decode and read a TLS record from data supplied via a read callback, and
send itself via a write callback.

This will soon be used to build the TLSv1.3 record layer handling code.

ok beck@ tb@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.