<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libcrypto, branch OPENBSD_5_9_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_5_9_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_5_9_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2015-12-28T14:18:38+00:00</updated>
<entry>
<title>initialize pointer to avoid undefined free on failure</title>
<updated>2015-12-28T14:18:38+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2015-12-28T14:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5bf29cb43d200f029aee6412210176a088b66b2c'/>
<id>urn:sha1:5bf29cb43d200f029aee6412210176a088b66b2c</id>
<content type='text'>
ok beck@
</content>
</entry>
<entry>
<title>Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539,</title>
<updated>2015-11-02T15:40:53+00:00</updated>
<author>
<name>reyk</name>
<email></email>
</author>
<published>2015-11-02T15:40:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3e2680fbd9dc7657b729f24a677f5ec057643aa6'/>
<id>urn:sha1:3e2680fbd9dc7657b729f24a677f5ec057643aa6</id>
<content type='text'>
"ChaCha20 and Poly1305 for IETF Protocols", introduced a modified AEAD
construction that is incompatible with the common style that has been
already used in TLS with EVP_aead_chacha20_poly1305().  The IETF
version also adds a constant (salt) that is prepended to the nonce.

OK mikeb@ jsing@
</content>
</entry>
<entry>
<title>print unsigned ints with %u, not %d. Reported by Pascal Cuoq.</title>
<updated>2015-10-30T15:58:40+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-10-30T15:58:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=dfd69643099f2ddbec4e573b579c340d7c92aa23'/>
<id>urn:sha1:dfd69643099f2ddbec4e573b579c340d7c92aa23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add explicit LL suffixes to the numerical constants which do not fit in 32 bits.</title>
<updated>2015-10-30T15:52:55+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-10-30T15:52:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8f47b4b925f4206e3dfff54c2777c243299f0e44'/>
<id>urn:sha1:8f47b4b925f4206e3dfff54c2777c243299f0e44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pull in &lt;sys/types.h&gt; to get ssize_t or &lt;stdint.h&gt; to get uint32_t, instead of</title>
<updated>2015-10-30T15:45:57+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-10-30T15:45:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3cbb3da64158d1286f96a7bf85e0f6d45fe7e0d4'/>
<id>urn:sha1:3cbb3da64158d1286f96a7bf85e0f6d45fe7e0d4</id>
<content type='text'>
relying upon previously included headers to do this, to enhance portability;
from Pascal Cuoq, libressl github pull request #52
</content>
</entry>
<entry>
<title>Missing initializer; spotted by coverity.</title>
<updated>2015-10-25T11:59:37+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-10-25T11:59:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=991aadf92bf4eaaff00372d589c1629eb1909695'/>
<id>urn:sha1:991aadf92bf4eaaff00372d589c1629eb1909695</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extend tests to call ASN1_{GENERALIZED,UTC,}TIME_set_string() with a NULL</title>
<updated>2015-10-22T14:10:55+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-10-22T14:10:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=da68d0ffcc517d0ce4f0f46a090f950062525ef1'/>
<id>urn:sha1:da68d0ffcc517d0ce4f0f46a090f950062525ef1</id>
<content type='text'>
pointer - because, you know, you might want to set a string on a NULL
object. The previous implementation apparently allowed this as a way of
testing if the string was valid... probably because the *_check() functions
are only useable after the string has already been set.
</content>
</entry>
<entry>
<title>Fix case where we wanted to test ASN1_TIME_set_string() but were testing</title>
<updated>2015-10-22T14:01:19+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-10-22T14:01:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=dba45550e6e6a501d95de421da1168ea0bc574a0'/>
<id>urn:sha1:dba45550e6e6a501d95de421da1168ea0bc574a0</id>
<content type='text'>
ASN1_UTCTIME_set_string() twice instead.
</content>
</entry>
<entry>
<title>Change regress to not believe legacy times are valid</title>
<updated>2015-10-19T16:29:22+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2015-10-19T16:29:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f6cd556833cd27c39fdf689334d6d48f27fe533e'/>
<id>urn:sha1:f6cd556833cd27c39fdf689334d6d48f27fe533e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add another invalid time, which is currently accepted.</title>
<updated>2015-10-02T15:35:30+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-10-02T15:35:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9e98e8a3921fd298877140c939a2a8521d1638b4'/>
<id>urn:sha1:9e98e8a3921fd298877140c939a2a8521d1638b4</id>
<content type='text'>
</content>
</entry>
</feed>
