<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/usr.bin/openssl/s_client.c, branch OPENBSD_7_9</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2026-02-01T08:45:31+00:00</updated>
<entry>
<title>Implement s_client starttls protocol sieve.</title>
<updated>2026-02-01T08:45:31+00:00</updated>
<author>
<name>martijn</name>
<email></email>
</author>
<published>2026-02-01T08:45:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9d653fe05875a7749100f123952b96016a687b23'/>
<id>urn:sha1:9d653fe05875a7749100f123952b96016a687b23</id>
<content type='text'>
OK on previous diff concept sthen@
Suggestions, feedback and OK current diff tb@
</content>
</entry>
<entry>
<title>Remove some gloriously outdated comments</title>
<updated>2025-01-02T16:07:41+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-01-02T16:07:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2b627aced45f2d77ab3807197ea34d6d11218b20'/>
<id>urn:sha1:2b627aced45f2d77ab3807197ea34d6d11218b20</id>
<content type='text'>
/*#define SSL_HOST_NAME "www.netscape.com" */
/*#define SSL_HOST_NAME "193.118.187.102" */
and
/*#define TEST_CERT "client.pem" *//* no default cert. */
</content>
</entry>
<entry>
<title>Merge s_apps.h into apps.h</title>
<updated>2025-01-02T13:10:03+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-01-02T13:10:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=615194fc158a5d23d4587eda0dda3c781f62bfad'/>
<id>urn:sha1:615194fc158a5d23d4587eda0dda3c781f62bfad</id>
<content type='text'>
discussed with jsing
</content>
</entry>
<entry>
<title>openssl(1) doesn't need 5 .h files: merge timeouts.h into apps.h</title>
<updated>2025-01-02T12:36:21+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-01-02T12:36:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c0e2e3a37259fa25952986da7dc8cad02683d400'/>
<id>urn:sha1:c0e2e3a37259fa25952986da7dc8cad02683d400</id>
<content type='text'>
This is an extra header for two stupid constants...

discussed with jsing
</content>
</entry>
<entry>
<title>Garbage collect the last users of SSL_set_debug(3)</title>
<updated>2023-12-29T12:15:49+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-12-29T12:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=47579f77bfbf210abc8b63d1bf6acfd9926ff7f7'/>
<id>urn:sha1:47579f77bfbf210abc8b63d1bf6acfd9926ff7f7</id>
<content type='text'>
This undocumented, incomplete public function has never done anything
useful. It will be removed from libssl. Removing it from openssl(1)
clears the way for this.

ok jsing
</content>
</entry>
<entry>
<title>s_client: pause hasn't worked in ages. Just ignore it</title>
<updated>2023-12-29T12:06:48+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-12-29T12:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a68c10d8436f4ded6e324101b5d1420e622533f0'/>
<id>urn:sha1:a68c10d8436f4ded6e324101b5d1420e622533f0</id>
<content type='text'>
ok jsing
</content>
</entry>
<entry>
<title>Bring back no_tls1 and no_tls1_1 as undocumented silently discarded opitons</title>
<updated>2023-07-03T08:03:56+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2023-07-03T08:03:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f007bb66237d1c74d197b29b7001e712d543b019'/>
<id>urn:sha1:f007bb66237d1c74d197b29b7001e712d543b019</id>
<content type='text'>
While I'm here, change the no_ssl2 and no_ssl3 options to use
OPTION_DISCARD as well instead of continuing to set a no-op
option flag.

ok jsing@ tb@
</content>
</entry>
<entry>
<title>Remove the tls1.0 and 1.1 related options from the openssl(1) toolkit</title>
<updated>2023-07-03T06:22:07+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2023-07-03T06:22:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=93d85e0506f10086a19e65dabf52fc4b786122f5'/>
<id>urn:sha1:93d85e0506f10086a19e65dabf52fc4b786122f5</id>
<content type='text'>
ok tb@
</content>
</entry>
<entry>
<title>Rename struct ${app}_config to plain cfg</title>
<updated>2023-03-06T14:32:06+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-03-06T14:32:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2ba7dcfcbc2ef5aaeb8eb14f36f83bd57c22bcae'/>
<id>urn:sha1:2ba7dcfcbc2ef5aaeb8eb14f36f83bd57c22bcae</id>
<content type='text'>
All the structs are static and we need to reach into them many times.
Having a shorter name is more concise and results in less visual clutter.
It also avoids many overlong lines and we will be able to get rid of some
unfortunate line wrapping down the road.

Discussed with jsing
</content>
</entry>
<entry>
<title>Remove the legacy interactive mode from openssl(1).</title>
<updated>2022-11-11T17:07:39+00:00</updated>
<author>
<name>joshua</name>
<email></email>
</author>
<published>2022-11-11T17:07:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=273d9e16fc9e481283c2b2302b348e4863e29f28'/>
<id>urn:sha1:273d9e16fc9e481283c2b2302b348e4863e29f28</id>
<content type='text'>
This removes the legacy interactive mode from openssl(1) since it is
rarely used, complicates the code, and has also been removed from
OpenSSL in version 3.x.x.

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