<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/usr.bin/openssl/s_time.c, branch OPENBSD_7_9_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2025-01-02T13:10:03+00:00</updated>
<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>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>openssl: make all config structs static</title>
<updated>2023-03-05T13:12:53+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-03-05T13:12:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=526ac760d941819bc6d2eefe70bf7c9c5562bc26'/>
<id>urn:sha1:526ac760d941819bc6d2eefe70bf7c9c5562bc26</id>
<content type='text'>
These are per-app, so per-file. Most of them already are static, adjust
the rest of them.
</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>
<entry>
<title>Avoid division by zero if no connection was made.</title>
<updated>2022-08-31T12:29:08+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-08-31T12:29:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5fdcead22234749d49d79e5fc2b4d6bd7f4d5f27'/>
<id>urn:sha1:5fdcead22234749d49d79e5fc2b4d6bd7f4d5f27</id>
<content type='text'>
CID 184043
</content>
</entry>
<entry>
<title>Mark the initialized struct options arrays as both static and const.</title>
<updated>2019-07-14T03:30:46+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2019-07-14T03:30:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ce9daaa0080f6ec467441aa485eb3f11ad6fb74a'/>
<id>urn:sha1:ce9daaa0080f6ec467441aa485eb3f11ad6fb74a</id>
<content type='text'>
This moves them from .data to .data.rel.ro

ok deraadt@ inoguchi@
</content>
</entry>
<entry>
<title>snprintf/vsnprintf return &lt; 0 on error, rather than -1.</title>
<updated>2019-07-03T03:24:04+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2019-07-03T03:24:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bdd1c0627cbfd4015db19da84ab1a24f50d9f6dc'/>
<id>urn:sha1:bdd1c0627cbfd4015db19da84ab1a24f50d9f6dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move tally mark printing out of the main benchmark loop; ok tb@</title>
<updated>2018-09-17T15:37:35+00:00</updated>
<author>
<name>cheloha</name>
<email></email>
</author>
<published>2018-09-17T15:37:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e151a5a4b932becd5053c3b0d892162ddce644a7'/>
<id>urn:sha1:e151a5a4b932becd5053c3b0d892162ddce644a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop SSLv2, SSLv3 support.</title>
<updated>2018-08-28T14:30:48+00:00</updated>
<author>
<name>cheloha</name>
<email></email>
</author>
<published>2018-08-28T14:30:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=77e1ea8bb9aa1cecb177100ea28b91f0c61d7a18'/>
<id>urn:sha1:77e1ea8bb9aa1cecb177100ea28b91f0c61d7a18</id>
<content type='text'>
No need to check for SSLv2/3 sessions when printing the tally mark.
Also do SSLv23_client_method -&gt; TLS_client_method.

ok jsing@
</content>
</entry>
<entry>
<title>Check for SSL_write(3) error.</title>
<updated>2018-08-28T02:14:22+00:00</updated>
<author>
<name>cheloha</name>
<email></email>
</author>
<published>2018-08-28T02:14:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=47c7a81989b6ae45dcc149174f78c3487c2b3c3f'/>
<id>urn:sha1:47c7a81989b6ae45dcc149174f78c3487c2b3c3f</id>
<content type='text'>
jsing@ notes that this is not a complete solution, as we don't
account for retries or partial writes, but that this is a step
in a right direction.

May want to revisit this later to provide a complete solution.

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