<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/pkcs7/pkcs7.h, branch OPENBSD_7_9</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2025-12-20T07:22:43+00:00</updated>
<entry>
<title>pkcs7: add PKCS7_NO_DUAL_CONTENT flag/behavior</title>
<updated>2025-12-20T07:22:43+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-12-20T07:22:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4e99a5c0b6fa18eb76160d4cb726840aacb45404'/>
<id>urn:sha1:4e99a5c0b6fa18eb76160d4cb726840aacb45404</id>
<content type='text'>
What Netscape fucked up just had to be embraced by secure boot and
other nonsense. First OpenSSL wanted to be strict (which we inherited)
then Rich Salz Postel-ized this and made OpenSSL bypass this check by
default and added a flag to be strict 10 years ago.

Now sthen found that PHP 8.5 uses/exposes this flag.

Follows OpenSSL 6b2ebe43 (2016)

ok kenjiro
</content>
</entry>
<entry>
<title>pkcs7.h: remove whitespace before opening paren.</title>
<updated>2025-07-02T10:24:17+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-07-02T10:24:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=90aa4c4a99821aa2140aa91b15ab788fb21f5c61'/>
<id>urn:sha1:90aa4c4a99821aa2140aa91b15ab788fb21f5c61</id>
<content type='text'>
fixes in particular ./check_complete.pl pkcs7
</content>
</entry>
<entry>
<title>pkcs7.h: drop two spaces before a tab</title>
<updated>2025-06-05T07:50:30+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-06-05T07:50:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fdfd3dad8e21a95f3e542d8d9648bc3c1eb4d5d3'/>
<id>urn:sha1:fdfd3dad8e21a95f3e542d8d9648bc3c1eb4d5d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove duplicate defines; ok tb@</title>
<updated>2024-10-23T01:57:19+00:00</updated>
<author>
<name>jsg</name>
<email></email>
</author>
<published>2024-10-23T01:57:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ab34d71bcab207147c9318dde7698c75df4c5d4b'/>
<id>urn:sha1:ab34d71bcab207147c9318dde7698c75df4c5d4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove i2d_PKCS7_NDEF</title>
<updated>2023-04-25T18:04:03+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-04-25T18:04:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=734b95b91cade8395b11d5f1bf88619e082e8ae5'/>
<id>urn:sha1:734b95b91cade8395b11d5f1bf88619e082e8ae5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mark the NDEF API for removal</title>
<updated>2023-04-24T22:12:28+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-04-24T22:12:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3e4cfe2eee5d36f23368a113a6611df459b66c08'/>
<id>urn:sha1:3e4cfe2eee5d36f23368a113a6611df459b66c08</id>
<content type='text'>
Discussed with jsing and beck
</content>
</entry>
<entry>
<title>Remove mkerr.pl remnants from LibreSSL</title>
<updated>2022-07-12T14:42:50+00:00</updated>
<author>
<name>kn</name>
<email></email>
</author>
<published>2022-07-12T14:42:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=89e42d5857196a8071fbafb5565388d0e20ec32b'/>
<id>urn:sha1:89e42d5857196a8071fbafb5565388d0e20ec32b</id>
<content type='text'>
This script is not used at all and files are edited by hand instead.
Thus remove misleading comments incl. the obsolete script/config.

Feedback OK jsing tb
</content>
</entry>
<entry>
<title>Expand DECLARE_ASN1_{NDEF,PRINT}_FUNCTION macros - no change in</title>
<updated>2016-12-27T16:12:47+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-12-27T16:12:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=88eca948401bc84800904fce043f4ca513c36349'/>
<id>urn:sha1:88eca948401bc84800904fce043f4ca513c36349</id>
<content type='text'>
preprocesssor output.
</content>
</entry>
<entry>
<title>Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have been</title>
<updated>2016-12-27T16:05:57+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-12-27T16:05:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0bde81f3db44da2391092cc43925c8351096c73c'/>
<id>urn:sha1:0bde81f3db44da2391092cc43925c8351096c73c</id>
<content type='text'>
nothing but markers for utils/mkstack.pl... and we removed the code that
generated more macros from these markers in 2014.
</content>
</entry>
<entry>
<title>Expand DECLARE_ASN1_ITEM - no change to preprocessor output.</title>
<updated>2016-12-27T15:35:59+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-12-27T15:35:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=50debf61d5f52106f032525ed745d120470ca545'/>
<id>urn:sha1:50debf61d5f52106f032525ed745d120470ca545</id>
<content type='text'>
</content>
</entry>
</feed>
