<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/usr.bin/openssl/s_cb.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>Drop policy printing from openssl</title>
<updated>2023-04-14T15:27:13+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-04-14T15:27:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c10c85651e3dc8e653705dc1c2dd2683fe0f6c66'/>
<id>urn:sha1:c10c85651e3dc8e653705dc1c2dd2683fe0f6c66</id>
<content type='text'>
Nothing really uses the policy tree. It's desgined with built-in DoS
capabilities directly from the RFC. It will be removed from the attack
surface and replaced with something equivalent that doesn't grow
exponentially with the depth.

This removes the only reason the policy tree itself ever leaked out of
the library.

ok jsing
</content>
</entry>
<entry>
<title>Check return values in ssl_print_tmp_key()</title>
<updated>2022-08-31T07:12:30+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-08-31T07:12:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e9b277782866239b8ebf2ee6fd7350e695cca639'/>
<id>urn:sha1:e9b277782866239b8ebf2ee6fd7350e695cca639</id>
<content type='text'>
Use EVP_PKEY_get0_EC_KEY() instead of the get1 version to avoid an
EVP_PKEY_free(). Check return values: if either EVP_PKEY_get0_EC_KEY()
or EC_KEY_get0_group() fail, a NULL dereference occurs.

CID 43289

ok jsing
</content>
</entry>
<entry>
<title>Check HMAC() return value to avoid a later use of uninitialized</title>
<updated>2022-08-30T20:40:14+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-08-30T20:40:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a2701e1610925369192d4d0f4f871abf3115d2d0'/>
<id>urn:sha1:a2701e1610925369192d4d0f4f871abf3115d2d0</id>
<content type='text'>
CID 25421
</content>
</entry>
<entry>
<title>Unindent and unwrap lines. Pull up a NULL check. No functional change.</title>
<updated>2022-02-03T18:40:34+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-02-03T18:40:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=01d04794fbaa5d9025ecc2f3c46bc6d260879e8c'/>
<id>urn:sha1:01d04794fbaa5d9025ecc2f3c46bc6d260879e8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove commented variable declarations</title>
<updated>2022-02-03T18:35:24+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-02-03T18:35:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=abad11035c3183301acbcdfeaf956314f575e2df'/>
<id>urn:sha1:abad11035c3183301acbcdfeaf956314f575e2df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some stale comments.</title>
<updated>2022-02-03T17:42:54+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-02-03T17:42:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0c0e949baa03c83ba65d3a71244cf0155f517a0d'/>
<id>urn:sha1:0c0e949baa03c83ba65d3a71244cf0155f517a0d</id>
<content type='text'>
ok jsing
</content>
</entry>
<entry>
<title>Show DTLS1.2 message with openssl(1) s_server and s_client</title>
<updated>2021-04-02T10:19:19+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2021-04-02T10:19:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c245727825704732bf5038539dea477bf4238666'/>
<id>urn:sha1:c245727825704732bf5038539dea477bf4238666</id>
<content type='text'>
ok jsing@ tb@
</content>
</entry>
<entry>
<title>Display TLSv1.3 extension type with openssl(1) -tlsextdebug</title>
<updated>2020-04-26T02:09:21+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2020-04-26T02:09:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8f2c02832ec6fff2ca65f31528d1fdb1deb27f75'/>
<id>urn:sha1:8f2c02832ec6fff2ca65f31528d1fdb1deb27f75</id>
<content type='text'>
Add TLSv1.3 extension type, and sort by the definition order in tls1.h.
This helps that openssl(1) s_server and s_client with -tlsextdebug
displays the TLS extension type instead of "unknown".

ok beck@ jsing@ tb@
</content>
</entry>
<entry>
<title>add a couple of XXX for future cleanup</title>
<updated>2020-01-25T05:29:10+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2020-01-25T05:29:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a77de724fe06e092e028921c9a8426256f5b820f'/>
<id>urn:sha1:a77de724fe06e092e028921c9a8426256f5b820f</id>
<content type='text'>
</content>
</entry>
</feed>
