<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libssl, branch tb_20221020</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=tb_20221020</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=tb_20221020'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2022-10-20T07:33:15+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2git to create tag 'tb_20221020'.</title>
<updated>2022-10-20T07:33:15+00:00</updated>
<author>
<name>cvs2svn</name>
<email>admin@example.com</email>
</author>
<published>2022-10-20T07:33:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=963a7b06e7d578322df5c53439ac3f52eae54095'/>
<id>urn:sha1:963a7b06e7d578322df5c53439ac3f52eae54095</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Provide a harness driving rust-openssl's regress tests</title>
<updated>2022-10-20T07:33:14+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-10-20T07:33:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6ef02c2707dc554983552781e5b767ae8103de15'/>
<id>urn:sha1:6ef02c2707dc554983552781e5b767ae8103de15</id>
<content type='text'>
rust-openssl is an integral part of the Rust ecosystem and more than a
dozen ports, including lang/rust itself, depend on it. We need to ensure
that it keeps working with LibreSSL.

If the rust and rust-openssl-tests packages are installed, create a cargo
workspace under obj/ that compiles and runs the rust-openssl regress tests
much like what is done for the openssl-ruby tests. This expands our regress
coverage: for instance, this would have caught the broken ASN.1 indefinite
length encoding caused by asn1/tasn_enc.c r1.25.

Positive feedback beck jsing semarie
Testing and ok anton
</content>
</entry>
<entry>
<title>Dynamically link libssl for QUIC regress.</title>
<updated>2022-10-02T16:40:56+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-10-02T16:40:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=26867e2c9c386b2897b23f5fdf91039e7c6680b6'/>
<id>urn:sha1:26867e2c9c386b2897b23f5fdf91039e7c6680b6</id>
<content type='text'>
Now that the QUIC API is public, we can stop linking this statically.
</content>
</entry>
<entry>
<title>Remove unused headers.</title>
<updated>2022-10-02T16:39:39+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-10-02T16:39:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=888117cda0dc2c3432db6a033b48f140389c0a1b'/>
<id>urn:sha1:888117cda0dc2c3432db6a033b48f140389c0a1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revise for SSL_CTX_INTERNAL and SSL_INTERNAL removal.</title>
<updated>2022-10-02T16:38:23+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-10-02T16:38:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=41318db5497cddfa4935c4ea48bcb2eb5786375e'/>
<id>urn:sha1:41318db5497cddfa4935c4ea48bcb2eb5786375e</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>Add regress for QUIC.</title>
<updated>2022-08-27T09:16:29+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-08-27T09:16:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d9faea725263e27d0a42fe48d08660ff229dd15b'/>
<id>urn:sha1:d9faea725263e27d0a42fe48d08660ff229dd15b</id>
<content type='text'>
This exercises the libssl QUIC implementation and completes a TLS handshake
using the SSL_QUIC_METHOD interface.
</content>
</entry>
<entry>
<title>Revise regress now that SSL_QUIC_METHOD exists.</title>
<updated>2022-08-21T19:46:19+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-08-21T19:46:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5029dbcd45ab75e17b8a0978a415cb015ca2d444'/>
<id>urn:sha1:5029dbcd45ab75e17b8a0978a415cb015ca2d444</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix error message</title>
<updated>2022-08-05T17:19:09+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-08-05T17:19:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4f8fbb38b40bccdfd7a12640e2dd04b35e4e1133'/>
<id>urn:sha1:4f8fbb38b40bccdfd7a12640e2dd04b35e4e1133</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the FAIL macro instead of fprintf(stderr, "FAIL: ...\n");</title>
<updated>2022-08-05T17:12:32+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-08-05T17:12:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=26a19694dd6cd7d7c8216f885a110e4301148e26'/>
<id>urn:sha1:26a19694dd6cd7d7c8216f885a110e4301148e26</id>
<content type='text'>
</content>
</entry>
</feed>
