History log of /openbsd/regress/lib/libssl/dtls/Makefile (Results 1 – 4 of 4)
Revision Date Author Comments
# 0ba45550 20-Mar-2024 jsing <jsing@openbsd.org>

Use the new certificates/chains in regress.

The new certificates are more representative of the real world. The old
certificates use weak algorithms and expire in the very near future. Most
of our r

Use the new certificates/chains in regress.

The new certificates are more representative of the real world. The old
certificates use weak algorithms and expire in the very near future. Most
of our regress has already been switched over, this changes the remainder.

Thanks to Bernhard M. Wiedemann for reminding us of the upcoming expiry.

ok tb@

show more ...


# 605fe30e 07-Jan-2022 tb <tb@openbsd.org>

Let dtlstest peek into bio_local.h


# 39e756f1 19-Jun-2021 jsing <jsing@openbsd.org>

Add DTLS test cases that use non-zero initial epochs.

In particular, test handling of 0xfffe and 0xffff - the latter results in
wrapping to zero for the next epoch. One of these tests triggers a kno

Add DTLS test cases that use non-zero initial epochs.

In particular, test handling of 0xfffe and 0xffff - the latter results in
wrapping to zero for the next epoch. One of these tests triggers a known
bug in libssl, which will be fixed following this commit.

show more ...


# 1a5a1f2a 14-Oct-2020 jsing <jsing@openbsd.org>

Add regress tests for DTLS.

Test the operation of a DTLS client and server, with and without cookies,
using the default MTU and a specifically lowered MTU.

Further regress tests will be built on th

Add regress tests for DTLS.

Test the operation of a DTLS client and server, with and without cookies,
using the default MTU and a specifically lowered MTU.

Further regress tests will be built on this to exercise other parts of the
DTLS code base (such as retransmission, fragmentation and reassembly).

show more ...