<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libcrypto/ecdsa, branch libressl-v3.6.2</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.6.2</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.6.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2022-09-02T11:47:25+00:00</updated>
<entry>
<title>Simplify and clean up the ecdsa test a little. Use stdio instead of BIO</title>
<updated>2022-09-02T11:47:25+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-09-02T11:47:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2e274ba73b31409d517bb9034fdbf342ff8caf7c'/>
<id>urn:sha1:2e274ba73b31409d517bb9034fdbf342ff8caf7c</id>
<content type='text'>
for output, use 'err' as a label and avoid some silly repetitions.
</content>
</entry>
<entry>
<title>Some missing return checks</title>
<updated>2022-08-31T09:39:59+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-08-31T09:39:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3f280b44879c3920cfaa23c9c04d888efe53c72a'/>
<id>urn:sha1:3f280b44879c3920cfaa23c9c04d888efe53c72a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid some buffer overflows in ecdsatest</title>
<updated>2022-08-31T09:38:00+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-08-31T09:38:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f47bd0f92ad2e81e03a9c3a43690ff1dabc0755e'/>
<id>urn:sha1:f47bd0f92ad2e81e03a9c3a43690ff1dabc0755e</id>
<content type='text'>
The ASN.1 encoding of the modified ECDSA signature can grow in size due to
padding of the ASN.1 integers. Instead of reusing the same signature buffer
freshly allocate it. Avoids some buffer overflows caught by ASAN.
</content>
</entry>
<entry>
<title>Revert previous. Committed the wrong version of the diff.</title>
<updated>2022-08-31T09:36:46+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-08-31T09:36:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d40e6544364add7eada09b249759cee72e0d2366'/>
<id>urn:sha1:d40e6544364add7eada09b249759cee72e0d2366</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid some buffer overflows in ecdsatest</title>
<updated>2022-08-31T09:33:39+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-08-31T09:33:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=930d54255bfdd0fb3c4b37e000776df804351f84'/>
<id>urn:sha1:930d54255bfdd0fb3c4b37e000776df804351f84</id>
<content type='text'>
The ASN.1 encoding of the modified ECDSA signature can grow in size due to
padding of the ASN.1 integers. Instead of reusing the same signature buffer
freshly allocate it. Avoids some buffer overflows caught by ASAN.
</content>
</entry>
<entry>
<title>Check EVPDigest* return values.</title>
<updated>2022-03-31T09:36:09+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-03-31T09:36:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cf868958cea31b1ed1d80e83b4b5f03121ab1c48'/>
<id>urn:sha1:cf868958cea31b1ed1d80e83b4b5f03121ab1c48</id>
<content type='text'>
CID 351293
</content>
</entry>
<entry>
<title>Undo static linking and other workarounds that are no longer needed</title>
<updated>2022-01-14T09:38:50+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-01-14T09:38:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=256ebebe0a83a12984fcfea58daf6f31ef81571a'/>
<id>urn:sha1:256ebebe0a83a12984fcfea58daf6f31ef81571a</id>
<content type='text'>
after the bump
</content>
</entry>
<entry>
<title>Rework ecdsatest to build after the bump and link statically for now</title>
<updated>2022-01-12T09:02:34+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-01-12T09:02:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6075e6fe7e771b31dc3774aad79c8f4d2d855a45'/>
<id>urn:sha1:6075e6fe7e771b31dc3774aad79c8f4d2d855a45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ecdsatest: make this test compile with opaque EVP_MD_CTX.</title>
<updated>2021-11-18T15:12:59+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-11-18T15:12:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=54cacd2cee1ce459a80a551555f7e92aa5b34cc2'/>
<id>urn:sha1:54cacd2cee1ce459a80a551555f7e92aa5b34cc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>some more style fixes</title>
<updated>2018-07-17T17:10:04+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-07-17T17:10:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3cbb8d30f2dddc400935cccc9724dfa375cc8b4f'/>
<id>urn:sha1:3cbb8d30f2dddc400935cccc9724dfa375cc8b4f</id>
<content type='text'>
</content>
</entry>
</feed>
