<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto, branch libressl-v3.1.0</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.1.0</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.1.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2020-03-29T17:05:02+00:00</updated>
<entry>
<title>Void functions obviously do not return values; no need to elaborate.</title>
<updated>2020-03-29T17:05:02+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2020-03-29T17:05:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f380a0425155bb24efdb8ed8a5472375889c8ed4'/>
<id>urn:sha1:f380a0425155bb24efdb8ed8a5472375889c8ed4</id>
<content type='text'>
Patch from Martin Vahlensieck &lt;academicsolutions dot ch&gt;.
</content>
</entry>
<entry>
<title>Be concise: do not say that void functions return no values, that's obvious.</title>
<updated>2020-03-28T22:40:58+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2020-03-28T22:40:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f3775b337cafc42fea310ef0fd85720ffffe009e'/>
<id>urn:sha1:f3775b337cafc42fea310ef0fd85720ffffe009e</id>
<content type='text'>
Useless text reported by Martin Vahlensieck (academicsolutions.ch) on tech@.
</content>
</entry>
<entry>
<title>Fix ASN1 print functions</title>
<updated>2020-03-24T10:46:38+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2020-03-24T10:46:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=eacf3461605a07f186ea238b0a1a1a26cf1aa9ea'/>
<id>urn:sha1:eacf3461605a07f186ea238b0a1a1a26cf1aa9ea</id>
<content type='text'>
Check and print out boolean type properly.
Based on OpenSSL commit ad72d9fdf7709ddb97a58d7d45d755e6e0504b96.
Reduced unneeded parentheses from if condition.

Check return value from i2s_ASN1_INTEGER.
Based on OpenSSL commit 5e3553c2de9a365479324b8ba8b998f0cce3e527.
Added if condition expression and return 0 if NULL is returned.

ok tb@
</content>
</entry>
<entry>
<title>Check high bit for base64 decode</title>
<updated>2020-03-04T11:53:21+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2020-03-04T11:53:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b112788885dac0be8d46296a88f6713f8e4fccd0'/>
<id>urn:sha1:b112788885dac0be8d46296a88f6713f8e4fccd0</id>
<content type='text'>
Referred to this OpenSSL commit and adopted to the codebase.
b785504a10310cb2872270eb409b70971be5e76e

suggest and ok tb@
</content>
</entry>
<entry>
<title>Fix base64 processing of long lines</title>
<updated>2020-03-03T15:03:14+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2020-03-03T15:03:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a1b14dfcb76f18893ca6869d0509ab8ae9795933'/>
<id>urn:sha1:a1b14dfcb76f18893ca6869d0509ab8ae9795933</id>
<content type='text'>
Fix the problem that long unbroken line of base64 text is not decoded.
Referred to this OpenSSL commit and adapted to the codebase.
3cdd1e94b1d71f2ce3002738f9506da91fe2af45

Reported by john.a.passaro &lt;at&gt; gmail.com to the LibreSSL ML.

ok tb@
</content>
</entry>
<entry>
<title>Describe the restriction for length of openssl conf value string</title>
<updated>2020-02-17T12:52:42+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2020-02-17T12:52:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8e1f7dd644b3f5c837ca1c0c04d0468b96d44363'/>
<id>urn:sha1:8e1f7dd644b3f5c837ca1c0c04d0468b96d44363</id>
<content type='text'>
ok and suggestion jmc@
</content>
</entry>
<entry>
<title>Restrict the length of openssl conf value string</title>
<updated>2020-02-17T12:51:48+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2020-02-17T12:51:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=87fb9bdd12641546dd753d42025a1427113b4747'/>
<id>urn:sha1:87fb9bdd12641546dd753d42025a1427113b4747</id>
<content type='text'>
There was no limitation for the length of openssl conf value.
This brings possibility of out-of-memory problem as oss-fuzz had detected.
This diff restricts the length of conf value up to 64k.

ok jsing@
</content>
</entry>
<entry>
<title>Avoid 32 bit right shift with unsigned int in crypto/cast/cast_lcl.h</title>
<updated>2020-01-26T11:49:21+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2020-01-26T11:49:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ee1c3e8a88b03eac937d5ee0527858b1f170f35e'/>
<id>urn:sha1:ee1c3e8a88b03eac937d5ee0527858b1f170f35e</id>
<content type='text'>
ok tb@
</content>
</entry>
<entry>
<title>tweak previous; ok tb</title>
<updated>2020-01-26T08:00:31+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2020-01-26T08:00:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=03323a476c882d0fad947ac7bdcd368a6aa23146'/>
<id>urn:sha1:03323a476c882d0fad947ac7bdcd368a6aa23146</id>
<content type='text'>
</content>
</entry>
<entry>
<title>typo</title>
<updated>2020-01-26T07:47:26+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2020-01-26T07:47:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ca5665b8ffa6163d6ad17325016957e9ac2d2230'/>
<id>urn:sha1:ca5665b8ffa6163d6ad17325016957e9ac2d2230</id>
<content type='text'>
</content>
</entry>
</feed>
