<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/cms, branch libressl-v3.8.0</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.8.0</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.8.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2023-05-23T06:55:31+00:00</updated>
<entry>
<title>cms_asn1.c: zap stray tabs</title>
<updated>2023-05-23T06:55:31+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-05-23T06:55:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=89a2d57793321cb7f9e167c0bb6a6295adfd3419'/>
<id>urn:sha1:89a2d57793321cb7f9e167c0bb6a6295adfd3419</id>
<content type='text'>
</content>
</entry>
<entry>
<title>KNF nit</title>
<updated>2023-04-26T14:23:18+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-04-26T14:23:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1e0a92be88c806450c0d0a1a7c569b1b05667de0'/>
<id>urn:sha1:1e0a92be88c806450c0d0a1a7c569b1b05667de0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move low level BIO_new_NDEF API to internal-only</title>
<updated>2023-04-25T19:08:30+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-04-25T19:08:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ca5efeb5b1e8d7d758ac5f1f193f58355db6ba99'/>
<id>urn:sha1:ca5efeb5b1e8d7d758ac5f1f193f58355db6ba99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cms_io: sort includes</title>
<updated>2023-04-21T20:36:07+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-04-21T20:36:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7d3ef330ac517c8cc233b8a03274e590429b7e7b'/>
<id>urn:sha1:7d3ef330ac517c8cc233b8a03274e590429b7e7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cms_io: reverse polarity of an if statement to unindent</title>
<updated>2023-04-21T20:33:37+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-04-21T20:33:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c8ee5ae9adae1101485ddaa4a86eac0ec8e8970a'/>
<id>urn:sha1:c8ee5ae9adae1101485ddaa4a86eac0ec8e8970a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cms_io: Remove a stupid else branch</title>
<updated>2023-04-21T20:30:53+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-04-21T20:30:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1184cc780f08a6afc8c046b8c8326ef26cc73ce7'/>
<id>urn:sha1:1184cc780f08a6afc8c046b8c8326ef26cc73ce7</id>
<content type='text'>
If you can initialize with functions, you can also initialize with
constants...
</content>
</entry>
<entry>
<title>Rewrap some lines. No binary change</title>
<updated>2023-04-21T20:08:23+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-04-21T20:08:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7a66476148acc5721866145de3b6e95fe0dfb114'/>
<id>urn:sha1:7a66476148acc5721866145de3b6e95fe0dfb114</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unwrap a line</title>
<updated>2023-04-21T19:08:47+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-04-21T19:08:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=945e7b8e9a137376ba67ea63e75f2effe8d425f8'/>
<id>urn:sha1:945e7b8e9a137376ba67ea63e75f2effe8d425f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pk7_cb() and cms_cb()</title>
<updated>2023-03-12T17:29:02+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-03-12T17:29:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a000ef26734da6ea7f446ae52ac64059cf358592'/>
<id>urn:sha1:a000ef26734da6ea7f446ae52ac64059cf358592</id>
<content type='text'>
Add and fix FALLTHROUGH statement. I was confused for way too long since
I hadn't noticed that this case fell through to the next. Also add and
move some empty lines in the cms_cb() to make this resemble KNF more.
</content>
</entry>
<entry>
<title>Make header guards of internal headers consistent</title>
<updated>2022-11-26T17:23:18+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-11-26T17:23:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3a1908508efa61f3f77ac8036694af2f920df947'/>
<id>urn:sha1:3a1908508efa61f3f77ac8036694af2f920df947</id>
<content type='text'>
Not all of them, only those that didn't leak into a public header...
Yes.
</content>
</entry>
</feed>
