<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/ui/ui_lib.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-05-10T05:54:39+00:00</updated>
<entry>
<title>Use err_local.h rather than err.h in most places</title>
<updated>2025-05-10T05:54:39+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-05-10T05:54:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=41e8f99dd1625a9f0c80ce9d4383e95b18e85709'/>
<id>urn:sha1:41e8f99dd1625a9f0c80ce9d4383e95b18e85709</id>
<content type='text'>
ok jsing
</content>
</entry>
<entry>
<title>libressl *_namespace.h: adjust *_ALIAS() to require a semicolon</title>
<updated>2023-02-16T08:38:17+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-02-16T08:38:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=24a27fd0d17d515b00097199de60fa85a76a95df'/>
<id>urn:sha1:24a27fd0d17d515b00097199de60fa85a76a95df</id>
<content type='text'>
LCRYPTO_ALIAS() and LSSL_ALIAS() contained a trailing semicolon.
This does not conform to style(9), breaks editors and ctags and
(most importantly) my workflow. Fix this by neutering them with
asm("") so that -Wpedantic doesn't complain. There's precedent
in libc's namespace.h

fix suggested by &amp; ok jsing
</content>
</entry>
<entry>
<title>Consistently check for NULL early.</title>
<updated>2022-12-23T02:31:56+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-12-23T02:31:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1101e96e6f22cacf21188ce1c4b32487463d8dd2'/>
<id>urn:sha1:1101e96e6f22cacf21188ce1c4b32487463d8dd2</id>
<content type='text'>
Also be more consistent with variable naming.

ok tb@
</content>
</entry>
<entry>
<title>Fix an unchecked strdup() in UI_create_method().</title>
<updated>2022-12-23T02:27:47+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-12-23T02:27:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cbeed38adefb3972a400e6b6880530e60ed498fa'/>
<id>urn:sha1:cbeed38adefb3972a400e6b6880530e60ed498fa</id>
<content type='text'>
ok tb@
</content>
</entry>
<entry>
<title>Make UI_destroy_method() NULL safe.</title>
<updated>2022-12-23T02:26:16+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-12-23T02:26:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a4db83fe8af01b2a889a2ee9ead4e6e1e230b54e'/>
<id>urn:sha1:a4db83fe8af01b2a889a2ee9ead4e6e1e230b54e</id>
<content type='text'>
ok tb@
</content>
</entry>
<entry>
<title>Remove unhelpful comment.</title>
<updated>2022-12-23T02:22:58+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-12-23T02:22:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7012788d276e90efef561660cf0b47292d5c400a'/>
<id>urn:sha1:7012788d276e90efef561660cf0b47292d5c400a</id>
<content type='text'>
Remove a comment that tells you not to call a function that internally
calls free, with a stack allocated pointer...

ok tb@
</content>
</entry>
<entry>
<title>Make internal header file names consistent</title>
<updated>2022-11-26T16:08:57+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-11-26T16:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=81d98bf600a381a625eb11b39a725b08c0ba547f'/>
<id>urn:sha1:81d98bf600a381a625eb11b39a725b08c0ba547f</id>
<content type='text'>
Libcrypto currently has a mess of *_lcl.h, *_locl.h, and *_local.h names
used for internal headers. Move all these headers we inherited from
OpenSSL to *_local.h, reserving the name *_internal.h for our own code.
Similarly, move dtls_locl.h and ssl_locl.h to dtls_local and ssl_local.h.
constant_time_locl.h is moved to constant_time.h since it's special.

Adjust all .c files in libcrypto, libssl and regress.

The diff is mechanical with the exception of tls13_quic.c, where
#include &lt;ssl_locl.h&gt; was fixed manually.

discussed with jsing,
no objection bcook
</content>
</entry>
<entry>
<title>Hide symbols in libcrypto/ui</title>
<updated>2022-11-12T13:16:10+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2022-11-12T13:16:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=72c3dd25803856565ae56c4caf3a753322deba65'/>
<id>urn:sha1:72c3dd25803856565ae56c4caf3a753322deba65</id>
<content type='text'>
ok jsing@
</content>
</entry>
<entry>
<title>KNF for a few comments and indent a label</title>
<updated>2020-09-25T11:25:31+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2020-09-25T11:25:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=595cb14b635063eb152a7a571795b041671c0869'/>
<id>urn:sha1:595cb14b635063eb152a7a571795b041671c0869</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some dangling elses for consistency with the rest of the file</title>
<updated>2020-09-25T11:17:52+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2020-09-25T11:17:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1efcbc50096abcd1a19ce4d45d4d127e06e04413'/>
<id>urn:sha1:1efcbc50096abcd1a19ce4d45d4d127e06e04413</id>
<content type='text'>
</content>
</entry>
</feed>
