<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd, branch libressl-v3.7.1</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.7.1</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.7.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2023-03-16T12:01:47+00:00</updated>
<entry>
<title>Update manpage for X509_CRL_get0_tbs_sigalg()</title>
<updated>2023-03-16T12:01:47+00:00</updated>
<author>
<name>job</name>
<email></email>
</author>
<published>2023-03-16T12:01:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7c7ac05cca1a17a89c567f98db291ca8474921c9'/>
<id>urn:sha1:7c7ac05cca1a17a89c567f98db291ca8474921c9</id>
<content type='text'>
OK tb@
</content>
</entry>
<entry>
<title>Bump LibreSSL version to 3.7.2</title>
<updated>2023-03-16T08:16:21+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-03-16T08:16:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=afebd6e09d6b1db7d1e315cda01608c0052797d1'/>
<id>urn:sha1:afebd6e09d6b1db7d1e315cda01608c0052797d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a number of out of bound reads in DNS response parsing.</title>
<updated>2023-03-15T22:12:00+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2023-03-15T22:12:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9aaf63dd59be570852f43a280e423f6f7b5f9248'/>
<id>urn:sha1:9aaf63dd59be570852f43a280e423f6f7b5f9248</id>
<content type='text'>
Originally from djm@.  OK deraadt@ florian@ bluhm@
</content>
</entry>
<entry>
<title>Return the signature length after successful signing operation</title>
<updated>2023-03-15T06:34:07+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-03-15T06:34:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=40ffd290cb3438bcc29da70c71f6aa0d745b108a'/>
<id>urn:sha1:40ffd290cb3438bcc29da70c71f6aa0d745b108a</id>
<content type='text'>
This is required behavior of the EVP_DigestSign() API, but seemingly
almost nothing uses this. Well, turns out ldns does.

Reported by Stephane. Helpful comments by sthen.

ok jsing
</content>
</entry>
<entry>
<title>Add comments that explain why things are done in this strange order.</title>
<updated>2023-03-15T06:30:21+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-03-15T06:30:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0d6436e7ce4a2c17cfea40b64872c615b4ff93da'/>
<id>urn:sha1:0d6436e7ce4a2c17cfea40b64872c615b4ff93da</id>
<content type='text'>
There's some method to this madness.

ok jsing
</content>
</entry>
<entry>
<title>Push calloc() of ndef_aux down as far as possible and</title>
<updated>2023-03-15T06:28:55+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-03-15T06:28:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fe08170ae5385adab5596b5e0d20cd32170b58ba'/>
<id>urn:sha1:fe08170ae5385adab5596b5e0d20cd32170b58ba</id>
<content type='text'>
pull the setting of the ex_arg up, so we can do error
checking.

ok jsing
</content>
</entry>
<entry>
<title>Error check BIO_asn1_set_{prefix,suffix}() calls</title>
<updated>2023-03-15T06:22:42+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-03-15T06:22:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2986e4f991df4a0bedeeaec8466f95a24be09909'/>
<id>urn:sha1:2986e4f991df4a0bedeeaec8466f95a24be09909</id>
<content type='text'>
ok jsing
</content>
</entry>
<entry>
<title>Streaming BIOs assume they can write to NULL BIOs</title>
<updated>2023-03-15T06:14:02+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-03-15T06:14:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3bd54020171e9b2e7330ee5ed831533a5344cee8'/>
<id>urn:sha1:3bd54020171e9b2e7330ee5ed831533a5344cee8</id>
<content type='text'>
At least SMIME_text() relies on this. Pushing an error on the stack trips
PKCS7 regress in py-cryptography, so indicate nothing was written instead
of throwing an error.

Reported by Alex Gaynor a while back

ok jsing
</content>
</entry>
<entry>
<title>Ensure negative input to BN_mod_exp_mont_consttime() is correctly reduced.</title>
<updated>2023-03-15T04:30:20+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2023-03-15T04:30:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d3cf2a2533c22b330e12679aad10a700eb6fc870'/>
<id>urn:sha1:d3cf2a2533c22b330e12679aad10a700eb6fc870</id>
<content type='text'>
A negative input to BN_mod_exp_mont_consttime() is not correctly reduced,
remaining negative (when it should be in the range [0, m)). Fix this by
unconditionally calling BN_nnmod() on the input.

Fixes ossfuzz #55997.

ok tb@
</content>
</entry>
<entry>
<title>Include tests with negative values in BN_mod_exp* regress.</title>
<updated>2023-03-15T04:26:23+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2023-03-15T04:26:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ff8b9955b55cdb95151225a1cdf20fe993f2085e'/>
<id>urn:sha1:ff8b9955b55cdb95151225a1cdf20fe993f2085e</id>
<content type='text'>
This currently fails.
</content>
</entry>
</feed>
