<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/usr.bin/openssl/s_client.c, branch OPENBSD_6_8_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2020-07-10T12:25:57+00:00</updated>
<entry>
<title>Clean up s_client.c</title>
<updated>2020-07-10T12:25:57+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2020-07-10T12:25:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3c6fde5ba6eb2bfbc98636cddb732de46e207574'/>
<id>urn:sha1:3c6fde5ba6eb2bfbc98636cddb732de46e207574</id>
<content type='text'>
- Remove space between '*' and pointer variable.
- Add function prototype.
- Move callback function to bottom.
- Move typedef struct to up.
</content>
</entry>
<entry>
<title>Change variable bio_c_out from global to local</title>
<updated>2020-07-10T12:05:52+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2020-07-10T12:05:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5b481640e2db6e61ad8d1123b0000711d318d127'/>
<id>urn:sha1:5b481640e2db6e61ad8d1123b0000711d318d127</id>
<content type='text'>
ok tb@
</content>
</entry>
<entry>
<title>Wrap long lines and put space in front of label in s_client.c</title>
<updated>2020-07-09T14:09:19+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2020-07-09T14:09:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ac1764813f3066545b1d343ee90ff5e8b5a1738b'/>
<id>urn:sha1:ac1764813f3066545b1d343ee90ff5e8b5a1738b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove c_ prefix from s_client_config member</title>
<updated>2020-07-09T13:07:46+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2020-07-09T13:07:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=214992a8f72de0281fffb0f8c37067b79d50232d'/>
<id>urn:sha1:214992a8f72de0281fffb0f8c37067b79d50232d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert openssl(1) s_client option handling</title>
<updated>2020-07-09T12:48:19+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2020-07-09T12:48:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bad3bb3e05c9313a4bb86df1c1b642371eddec03'/>
<id>urn:sha1:bad3bb3e05c9313a4bb86df1c1b642371eddec03</id>
<content type='text'>
suggestions and ok beck@ jsing@ tb@
</content>
</entry>
<entry>
<title>In ssl_lib.c revision 1.217, jsing enabled SSL_MODE_AUTO_RETRY by</title>
<updated>2020-05-23T12:52:54+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2020-05-23T12:52:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7f32076794cf53c4cba481f25dd750539030b92b'/>
<id>urn:sha1:7f32076794cf53c4cba481f25dd750539030b92b</id>
<content type='text'>
default. To avoid hanging on a blocking read, we need to clear the
SSL_MODE_AUTO_RETRY flag in the s_client and the s_server.

ok beck inoguchi jsing
</content>
</entry>
<entry>
<title>sockaddr should be sockaddr_storage, otherwise "openssl s_client -6 -dtls1"</title>
<updated>2020-05-22T16:11:23+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2020-05-22T16:11:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b252d4c293dcc14a07d6eff59aab97e224d207b2'/>
<id>urn:sha1:b252d4c293dcc14a07d6eff59aab97e224d207b2</id>
<content type='text'>
(gurn) copies getsockname() retrieves a truncated result and 14 bytes of
stack garbage get copied onwards.
ok tb
</content>
</entry>
<entry>
<title>s_client: fix use of possibly uninitialized values</title>
<updated>2020-04-26T01:59:27+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2020-04-26T01:59:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6325635c2c2bd009b1451c06e5708ab404fc3ffa'/>
<id>urn:sha1:6325635c2c2bd009b1451c06e5708ab404fc3ffa</id>
<content type='text'>
Set initial value to variable 'p' and 'pending'.

Reported and fix requested from leonklingele by GitHub pull request.
https://github.com/libressl-portable/portable/issues/577
https://github.com/libressl-portable/openbsd/pull/114

ok bcook@ jsing@ tb@
</content>
</entry>
<entry>
<title>Add -groups option to openssl(1) s_server.</title>
<updated>2020-04-19T17:05:55+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2020-04-19T17:05:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fab181bd11bd26ebdc8c777b21768f05fcc6d7e1'/>
<id>urn:sha1:fab181bd11bd26ebdc8c777b21768f05fcc6d7e1</id>
<content type='text'>
This allows supported EC groups to be configured, which will also control
which TLSv1.3 key shares we'll accept. While here, deprecate the rather
useless -named_curve option, which is effectively the same as -groups with
a single group. Also stop setting a single default group of P-256 via
SSL_CTX_set_tmp_ecdh() - use the library defaults instead.

ok beck@ inoguchi@
</content>
</entry>
<entry>
<title>Add -tls1_3 and -notls1_3 options to openssl(1) s_client.</title>
<updated>2020-02-16T16:39:01+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2020-02-16T16:39:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0247fea12677c0df2e4e2fa695e67807aa9ea241'/>
<id>urn:sha1:0247fea12677c0df2e4e2fa695e67807aa9ea241</id>
<content type='text'>
Also stop using version pinned methods, instead setting the min and max
protocol versions.

Requested by inoguchi@

ok inoguchi@ tb@
</content>
</entry>
</feed>
