<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/man/PKCS7_verify.3, 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-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>.Lb libcrypto ; OK tb@</title>
<updated>2025-06-08T22:40:31+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2025-06-08T22:40:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8be86af02fed1bda350c8dd14ee064cb66e3b0f5'/>
<id>urn:sha1:8be86af02fed1bda350c8dd14ee064cb66e3b0f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>man pages: add missing commas between subordinate and main clauses</title>
<updated>2022-03-31T17:27:26+00:00</updated>
<author>
<name>naddy</name>
<email></email>
</author>
<published>2022-03-31T17:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3d8be07546f5ec331a0f851b0ea88212376ebb95'/>
<id>urn:sha1:3d8be07546f5ec331a0f851b0ea88212376ebb95</id>
<content type='text'>
jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@
</content>
</entry>
<entry>
<title>Document the bizarre fact that {CMS,PCKS7}_get0_signers() needs some</title>
<updated>2022-01-19T20:28:06+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-01-19T20:28:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=66fde14c38746fcf4eb247cc5a703458437fcd9d'/>
<id>urn:sha1:66fde14c38746fcf4eb247cc5a703458437fcd9d</id>
<content type='text'>
freeing of what they return despite being get0 functions: the stack
of X509s that they return must be freed with sk_X509_free(). The get0
thus probably refers to the individual certs, but not to the stack
itself.

The libcrypto and libssl APIs never cease to amaze with new traps.

ok inoguchi
</content>
</entry>
<entry>
<title>delete references to ERR pages from SEE ALSO where such</title>
<updated>2019-06-10T14:58:48+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2019-06-10T14:58:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b783ba28c4b47eb204506e8af355d28ef6e67dec'/>
<id>urn:sha1:b783ba28c4b47eb204506e8af355d28ef6e67dec</id>
<content type='text'>
references were already given below RETURN VALUES right above
</content>
</entry>
<entry>
<title>Tree structure for manual pages: crypto(3) links to 33 function</title>
<updated>2019-06-06T01:06:59+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2019-06-06T01:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=580f04977d3a77664477818e7264e008d1ba5843'/>
<id>urn:sha1:580f04977d3a77664477818e7264e008d1ba5843</id>
<content type='text'>
group pages, and these link on to all their second-level subpages.
Only a handful of second-level pages have third-level subpages.
So all crypto pages can now be reached from the www.libressl.org
frontpage via at most four clicks, in most cases three clicks.
Also link back from leaf pages to their respective group pages
and add a couple of additional links between related pages.
Triggered by a question from deraadt@.
OK jmc@ tb@
</content>
</entry>
<entry>
<title>crypto HISTORY up to 0.9.5; researched from OpenSSL git</title>
<updated>2018-03-22T16:06:33+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-03-22T16:06:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=56ed9616f4bcc89cbb8c9e65c821f863853139b1'/>
<id>urn:sha1:56ed9616f4bcc89cbb8c9e65c821f863853139b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>In x509_vfy.h rev. 1.22 2018/02/22 17:15:09, jsing@ provided</title>
<updated>2018-02-25T17:46:39+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-02-25T17:46:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=24fe6acae50106f428884d85f5968c18ef50b4be'/>
<id>urn:sha1:24fe6acae50106f428884d85f5968c18ef50b4be</id>
<content type='text'>
X509_STORE_up_ref(3).  X509_STORE_new(3) and X509_STORE_free(3)
have already been available earlier.  Import the documentation from
OpenSSL, adding some precision.
</content>
</entry>
<entry>
<title>tweak SEE ALSO; in particular,</title>
<updated>2016-12-13T15:00:22+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-12-13T15:00:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6fbb4473b0e85bf72f50d7a7affbcca9c76ba26e'/>
<id>urn:sha1:6fbb4473b0e85bf72f50d7a7affbcca9c76ba26e</id>
<content type='text'>
make sure that all PKCS7 pages point to PKCS7_new(3)
</content>
</entry>
<entry>
<title>Copyright and license</title>
<updated>2016-11-28T23:27:55+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-11-28T23:27:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c56169c5e4a522309cd4a98ba22c94ad508f6c32'/>
<id>urn:sha1:c56169c5e4a522309cd4a98ba22c94ad508f6c32</id>
<content type='text'>
</content>
</entry>
</feed>
