<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libssl/Makefile, branch OPENBSD_7_4</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_4</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_4'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2023-07-15T19:32:54+00:00</updated>
<entry>
<title>Link symbols test to build</title>
<updated>2023-07-15T19:32:54+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-07-15T19:32:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=844b33e0d2a17767edb81a02b9f4f03d28fc3ad3'/>
<id>urn:sha1:844b33e0d2a17767edb81a02b9f4f03d28fc3ad3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reenable clienttest and servertest</title>
<updated>2023-07-12T07:03:24+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-07-12T07:03:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ef8535dfb88d26c0fa03b0d83c2108a25692f974'/>
<id>urn:sha1:ef8535dfb88d26c0fa03b0d83c2108a25692f974</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable TLS 1.0 and TLS 1.1 in libssl</title>
<updated>2023-07-02T17:21:33+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2023-07-02T17:21:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4edd92a57f3a74829fe519f35b5c7c79e03ce0b0'/>
<id>urn:sha1:4edd92a57f3a74829fe519f35b5c7c79e03ce0b0</id>
<content type='text'>
Their time has long since past, and they should not be used.
This change restricts ssl to versions 1.2 and 1.3, and changes
the regression tests to understand we no longer speak the legacy
protocols.

For the moment the magical "golden" byte for byte comparison
tests of raw handshake values are disabled util jsing fixes them.

ok jsing@ tb@
</content>
</entry>
<entry>
<title>Add regress coverage for TLS exporters.</title>
<updated>2022-11-05T21:58:24+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-11-05T21:58:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=629d583d60b49ad21dc4d0546dcfc672db3e638c'/>
<id>urn:sha1:629d583d60b49ad21dc4d0546dcfc672db3e638c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Link rust-openssl to regress</title>
<updated>2022-10-20T07:38:05+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-10-20T07:38:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ec56366d7977d17889515b1e1e7bb746f2aa47c8'/>
<id>urn:sha1:ec56366d7977d17889515b1e1e7bb746f2aa47c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Wire up QUIC regress.</title>
<updated>2022-08-27T09:23:17+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-08-27T09:23:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4a0ae31bdb06b27f78451c8c1db7721548be311e'/>
<id>urn:sha1:4a0ae31bdb06b27f78451c8c1db7721548be311e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Provide regress for SSL public APIs.</title>
<updated>2022-01-05T09:59:39+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-01-05T09:59:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e2cb230afcf1e1e09acf7e7bfd7355706130d384'/>
<id>urn:sha1:e2cb230afcf1e1e09acf7e7bfd7355706130d384</id>
<content type='text'>
This will largely test curly and inconsistent APIs that are not covered by
other regress tests. Currently, this tests the wonder that is
SSL_get_peer_cert_chain().
</content>
</entry>
<entry>
<title>Add a regress test for TLS client/server.</title>
<updated>2021-10-23T14:34:10+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2021-10-23T14:34:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8df330f8ab4894190007c25d1efe71e7f5c58383'/>
<id>urn:sha1:8df330f8ab4894190007c25d1efe71e7f5c58383</id>
<content type='text'>
This currently exercises various combinations of TLS versions and their
associated key exchange mechanisms. Note that this currently fails for
TLSv1.0/TLSv1.1 with RSA KEX (to be fixed shortly).

Over time all of the ssl regress should be moved into the dtls and tls
regress tests.
</content>
</entry>
<entry>
<title>hook verify regress test to build</title>
<updated>2021-08-30T17:34:32+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-08-30T17:34:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6393c4c396b73d9fc525e433ed407225e44a7d4c'/>
<id>urn:sha1:6393c4c396b73d9fc525e433ed407225e44a7d4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert accidental commit</title>
<updated>2021-08-30T17:34:02+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-08-30T17:34:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e501ef18aa9f692de97c6b92c6bfabf63c669322'/>
<id>urn:sha1:e501ef18aa9f692de97c6b92c6bfabf63c669322</id>
<content type='text'>
</content>
</entry>
</feed>
