<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libtls/tls, branch OPENBSD_6_4_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_4_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_4_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2018-03-19T16:36:12+00:00</updated>
<entry>
<title>Remove the now unnecessary tls_init() call.</title>
<updated>2018-03-19T16:36:12+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-03-19T16:36:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7404a498429b2296b52ce77d887b7040276e03a3'/>
<id>urn:sha1:7404a498429b2296b52ce77d887b7040276e03a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a (currently failing) call to tls_handshake() on a client context that</title>
<updated>2017-05-07T03:25:26+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-05-07T03:25:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d56eda508144f700fc0f99d91c964ffebbbd1ae4'/>
<id>urn:sha1:d56eda508144f700fc0f99d91c964ffebbbd1ae4</id>
<content type='text'>
has not yet been connected. We expect this to fail, but it should fail
gracefully.
</content>
</entry>
<entry>
<title>Also test calling tls_handshake() on a server connection context that has</title>
<updated>2017-05-07T03:22:15+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-05-07T03:22:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=11b5ccbe1895d0109b801031cd3ed8c115db20b2'/>
<id>urn:sha1:11b5ccbe1895d0109b801031cd3ed8c115db20b2</id>
<content type='text'>
already completed a TLS handshake.
</content>
</entry>
<entry>
<title>Add a test that calls tls_handshake() on a connection that has already</title>
<updated>2017-05-07T01:58:29+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-05-07T01:58:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=29ee702e7ef1b104002800c6df4f393afdec0d34'/>
<id>urn:sha1:29ee702e7ef1b104002800c6df4f393afdec0d34</id>
<content type='text'>
completed a TLS handshake. This should return a failure, but currently
succeeds (hence the regress currently fails).
</content>
</entry>
<entry>
<title>An an initial sequencing/ordering test for libtls.</title>
<updated>2017-05-07T01:56:24+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-05-07T01:56:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=007ab3adf03f0dcd75a0963efec051cfca5bd86a'/>
<id>urn:sha1:007ab3adf03f0dcd75a0963efec051cfca5bd86a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split TLS client/server handshake and close code into separate functions</title>
<updated>2017-05-06T22:46:58+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-05-06T22:46:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c681e1baa558dc17e9801e5c27aabc8cec41fd49'/>
<id>urn:sha1:c681e1baa558dc17e9801e5c27aabc8cec41fd49</id>
<content type='text'>
so that it can be reused.
</content>
</entry>
<entry>
<title>Move TLS test code into a function that is called from main, making it</title>
<updated>2017-05-06T21:56:43+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-05-06T21:56:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=23aac51cdb900b0a82e7fde3fcf59614f22505c7'/>
<id>urn:sha1:23aac51cdb900b0a82e7fde3fcf59614f22505c7</id>
<content type='text'>
easier for new tests to be added.
</content>
</entry>
<entry>
<title>Free tls_configs earlier now that we have refcounting.</title>
<updated>2017-05-06T21:50:40+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-05-06T21:50:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=542bffb95141289cab7e573bb2c1895981fa5df7'/>
<id>urn:sha1:542bffb95141289cab7e573bb2c1895981fa5df7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correctly tls_config_set_ca_file() return value (no effective change).</title>
<updated>2017-01-17T13:19:36+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-01-17T13:19:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8fe2e6eace7bef30dafce2dfb7df8ca4fbdb46b2'/>
<id>urn:sha1:8fe2e6eace7bef30dafce2dfb7df8ca4fbdb46b2</id>
<content type='text'>
Spotted by inoguchi@
</content>
</entry>
<entry>
<title>Add regress tests for libtls, which currently cover handshakes and closes</title>
<updated>2017-01-12T15:50:16+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-01-12T15:50:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=89bdb1e022950f63fa271d83cbbf113d41448236'/>
<id>urn:sha1:89bdb1e022950f63fa271d83cbbf113d41448236</id>
<content type='text'>
using callbacks, file descriptors and sockets.
</content>
</entry>
</feed>
