<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/bytestring, branch libressl-v4.2.1</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v4.2.1</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v4.2.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2025-03-28T12:13:03+00:00</updated>
<entry>
<title>typo: primtive -&gt; primitive</title>
<updated>2025-03-28T12:13:03+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-03-28T12:13:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=34d4647beddb60ec830124d4fc67ee4b51155edd'/>
<id>urn:sha1:34d4647beddb60ec830124d4fc67ee4b51155edd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Zap a trailing space</title>
<updated>2024-12-05T19:57:37+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-12-05T19:57:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=27013dd7ce97929d48b7be8991305c3c4e7267bb'/>
<id>urn:sha1:27013dd7ce97929d48b7be8991305c3c4e7267bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sync bytestring from libssl.</title>
<updated>2024-06-22T15:32:51+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2024-06-22T15:32:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=dafd19b33c0e06979b50ef2c4a58131b0ac45aac'/>
<id>urn:sha1:dafd19b33c0e06979b50ef2c4a58131b0ac45aac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include &lt;stdint.h&gt; in the bytestring .c files</title>
<updated>2024-05-25T15:12:47+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-05-25T15:12:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8f86466669ee666b6775a70510acb3a890ff3db7'/>
<id>urn:sha1:8f86466669ee666b6775a70510acb3a890ff3db7</id>
<content type='text'>
They currently depend on bytestring.h pulling that in.

discussed with jsing
</content>
</entry>
<entry>
<title>Revise CBS_strdup() documentation.</title>
<updated>2022-11-09T19:05:42+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-11-09T19:05:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=35a9e7cdea79097edde65606e30269752293d037'/>
<id>urn:sha1:35a9e7cdea79097edde65606e30269752293d037</id>
<content type='text'>
CBS_strdup() now internally checks if the data contains NUL, failing if it
does.

Prompted by beck@
</content>
</entry>
<entry>
<title>Sync bs_cbb.c with libssl.</title>
<updated>2022-07-07T17:16:05+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-07-07T17:16:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8288660137151a8274a7193e6e8f688319fc4e36'/>
<id>urn:sha1:8288660137151a8274a7193e6e8f688319fc4e36</id>
<content type='text'>
ok jsing
</content>
</entry>
<entry>
<title>Sync from libssl.</title>
<updated>2022-01-06T14:32:55+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-01-06T14:32:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=408629267dae8a4172028e85901b217d051c9797'/>
<id>urn:sha1:408629267dae8a4172028e85901b217d051c9797</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sync bytestring with libssl.</title>
<updated>2021-12-15T18:02:39+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2021-12-15T18:02:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c0faa0e01405a8fdc8ac193f8634749ac3dcb902'/>
<id>urn:sha1:c0faa0e01405a8fdc8ac193f8634749ac3dcb902</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Provide the bytestring APIs for libcrypto internal use.</title>
<updated>2021-11-20T18:10:52+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2021-11-20T18:10:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3d053f9322fef13dc9dac15762085abae96ca891'/>
<id>urn:sha1:3d053f9322fef13dc9dac15762085abae96ca891</id>
<content type='text'>
Bring a copy of the bytestring APIs (CBB/CBS) from libssl, for use in
libcrypto - these are not exposed publicly.

Discussed with beck@ and tb@
</content>
</entry>
</feed>
